Required Field Validator - Diffferent Issue
-
Hi all, Im having a page called MyPage.aspx, in that im having web control tabstrips (4 tabs) and in each tabstrip im loading an user control like USPage1.ascx, USPage2.ascx etc., Im using an Validation summary in the USPage1.ascx and some requirefield validator control and validation done properly. When i use required field validator in USPage2.ascx and im moving from first tab to secon tab using next button, Validation message in the second page is displyed in the first USPage1.ascx. I was struggling a lot to solve this issue. Please anyone can help me out in solving this issue. For tha past one day i was trying to fix this bug. Thanks in advance. Mukilan.P.S
-
Hi all, Im having a page called MyPage.aspx, in that im having web control tabstrips (4 tabs) and in each tabstrip im loading an user control like USPage1.ascx, USPage2.ascx etc., Im using an Validation summary in the USPage1.ascx and some requirefield validator control and validation done properly. When i use required field validator in USPage2.ascx and im moving from first tab to secon tab using next button, Validation message in the second page is displyed in the first USPage1.ascx. I was struggling a lot to solve this issue. Please anyone can help me out in solving this issue. For tha past one day i was trying to fix this bug. Thanks in advance. Mukilan.P.S
You must disable all the validation not needed and enable the needed validation.
-
You must disable all the validation not needed and enable the needed validation.
Hi Mark, Thank you for your reply, You mean to say that, I should disable the validation control in the USPage2.ascx in the USPage1.ascx. Similarly while loading the USPage2.ascx, i should disable the validation control in UsPAge1.ascx, Is it like this or in you mean it in different way? Please guide me. Regards Mukilan.