Validation controls in ASP.NET?
-
hi friends, i was worked with validation controls, i was used Required field validator and compare validator for confirm password field .i was used display dynamic for compare validator and dispaly static for required field validator.. i got error message dynamically... actually , my doubt was, can we specify the property display dynamic in any one of the validation ah? no need to specify display dynamic to all validator control?
-
hi friends, i was worked with validation controls, i was used Required field validator and compare validator for confirm password field .i was used display dynamic for compare validator and dispaly static for required field validator.. i got error message dynamically... actually , my doubt was, can we specify the property display dynamic in any one of the validation ah? no need to specify display dynamic to all validator control?
leosang wrote:
i got error message dynamically..
Please share more about the error.
leosang wrote:
can we specify the property display dynamic in any one of the validation ah?
no need to specify display dynamic to all validator control?Elaborate. Rephrase. Based on what can be deciphered, following entry should help: Interesting behaviour with RequredFieldValidator with Display="Dynamic"[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
leosang wrote:
i got error message dynamically..
Please share more about the error.
leosang wrote:
can we specify the property display dynamic in any one of the validation ah?
no need to specify display dynamic to all validator control?Elaborate. Rephrase. Based on what can be deciphered, following entry should help: Interesting behaviour with RequredFieldValidator with Display="Dynamic"[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
HI, Sorry make it not clear. What I want is. I have 2 pages, 1 for request and 2 for result Page1 = textbox user can input any text and will redirect to page2 = page2.aspx?input=textbox then user again, he back from browser then input next text in textbox = page2.aspx?input=newtext So, what I need in result in page2.aspx is input = "textbox,newtext" Note: value is depend on how many time user inputted Thanks,
Socheat
-
leosang wrote:
i got error message dynamically..
Please share more about the error.
leosang wrote:
can we specify the property display dynamic in any one of the validation ah?
no need to specify display dynamic to all validator control?Elaborate. Rephrase. Based on what can be deciphered, following entry should help: Interesting behaviour with RequredFieldValidator with Display="Dynamic"[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application