required field validator doesnt work
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a project which consist of updatepanel. In that panel i have a popup Inside popup I have text boxex which are validated using required field validator. In the same popup I have save button. Actually I those validator doesnt work. When I click save button with one text box empty I post the page and save the balnk data of that popup. Actually I need to remain in same popup in any text box is empty. I have browse the page in IE and firefox but It doesn't work. please tell me what the problem and Its solution. BUT In my friends computer It works well.