Saturday, March 31, 2012

text box validation

I am using html text box, and the text area in my asp.net applicatioon c# rather than using the web form "text bpxes"

I then put a validator the typical one that VS.net provides and a web form submit

the validator makes sure that the text boses are fill...but when I hit submit nothing happens even when I fill the boxes ... I can see that the page is not even going back to the server

any ideas

WashingtonHi,

please provide the code that doesn't work out for you and be sure to use the apropriate tags (view post 98605).

On the other hand, I don't think it's possible to set theControlToValidate Property of a normal html textbox that isn't registered as a htmlcontrol (with the attribute runat="server").

Grz, Kris.
There is a bug in the client-side scripting for ASP.NET 1.1 SP1. Please see this thread for a solution:http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=739537

0 comments:

Post a Comment