CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   ASP.NET (http://www.codingforums.com/forumdisplay.php?f=40)
-   -   RequiredFieldValidator stops working after first submit (http://www.codingforums.com/showthread.php?t=66717)

gzieve 08-25-2005 03:45 AM

RequiredFieldValidator stops working after first submit
 
I am using VS.NET with VB.NET. I have a page with a submit button and a reset button and several text boxes. A RequiredFieldValidator ensures that the 2 required text boxes are filled. The reset button(validation disabled) just clears out all the fields. The RequiredFieldValidator works only when the page is first loaded, but if I submit the page or reset the page, it no longer works....the page loads like the RequiredFieldValidator is not even there. If I go to another page on the site and then come back to that page, it works again. What do I have to change?

miranda 08-27-2005 10:50 AM

make sure that you have the latest aspnet_client files installed.


All times are GMT +1. The time now is 12:39 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.