server.URLEncode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry Pits

    #1

    server.URLEncode

    Hi All,

    When I query a Employee table on the server which contains space between the
    first and last name. Then I place a variable like the following.

    fullname = (recordset1("Em ployeeName"))

    and place fullname variable in the html textbox called txtEmpName. I
    noticed that only the employee's first name was displayed. Applying ther
    server.URLEncod e(recordset1("E mployeeName")) helps in a way, but fill space
    with "+" symbol in between the name. How could I programmaticall y
    preventing the "+" from replace the space in between then name and still the
    employee's name intack.

    TIA


Working...