validator not showing
-
i have a set of admin pages in my site. These pages are created using a master page. These pages use update panel and script manager for updating the values to database. All these pages are working fine except one. The structure of the pages are same. In one of these pages, when i submit the form, the validators are not showing the error messages. But actual validations are working there, when an error is there, it is actually focusing to the error control and form is getting submitted only after the the page is validated. When i checked the source of the page after a wrong validation is given, it is showing the validators with style="display:none". Can anyone help me to resolve this issue? Thanks in advance
-
i have a set of admin pages in my site. These pages are created using a master page. These pages use update panel and script manager for updating the values to database. All these pages are working fine except one. The structure of the pages are same. In one of these pages, when i submit the form, the validators are not showing the error messages. But actual validations are working there, when an error is there, it is actually focusing to the error control and form is getting submitted only after the the page is validated. When i checked the source of the page after a wrong validation is given, it is showing the validators with style="display:none". Can anyone help me to resolve this issue? Thanks in advance
May be some css class name and the validator control's ID are same. Check it out.
EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE. How to post a question
-
May be some css class name and the validator control's ID are same. Check it out.
EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE. How to post a question
-
i have a set of admin pages in my site. These pages are created using a master page. These pages use update panel and script manager for updating the values to database. All these pages are working fine except one. The structure of the pages are same. In one of these pages, when i submit the form, the validators are not showing the error messages. But actual validations are working there, when an error is there, it is actually focusing to the error control and form is getting submitted only after the the page is validated. When i checked the source of the page after a wrong validation is given, it is showing the validators with style="display:none". Can anyone help me to resolve this issue? Thanks in advance
validator control work in javascript when you inser it update panel then scriptmanager override the javascript function of validation control . so copy this link in your browser for your answer weblogs.asp.net/scottgu/archive/2007/01/25/links-to-asp-net-ajax-1-0-resources-and-answers-to-some-common-questions.aspx thanks sam
Web Developer
-
validator control work in javascript when you inser it update panel then scriptmanager override the javascript function of validation control . so copy this link in your browser for your answer weblogs.asp.net/scottgu/archive/2007/01/25/links-to-asp-net-ajax-1-0-resources-and-answers-to-some-common-questions.aspx thanks sam
Web Developer