Hi All,
I have an asp form and server.htmlenco de is not working for the text field only for ampersand sign.
If I enter A&M, it cuts off the &M and only A is displayed. If I enter A<1, that works fine..
<input type="Text" name="Title" size="35" maxlength="60" value="<%=Serve r.HTMLEncode(oO bject.Title)%>" >
Any thoughts?
Ashish
I have an asp form and server.htmlenco de is not working for the text field only for ampersand sign.
If I enter A&M, it cuts off the &M and only A is displayed. If I enter A<1, that works fine..
<input type="Text" name="Title" size="35" maxlength="60" value="<%=Serve r.HTMLEncode(oO bject.Title)%>" >
Any thoughts?
Ashish
Comment