![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi friends, I am designing a signUp form(loginID, pwd,secret question,answer). I am doing the validations in the function. function validatedata() as boolean dim strPwd as string if strPwd.length<=0 then errlbl.text="Enter Password" validatedata=false exit function end if --- end function Its working and error is displaying. But the form data disappears after this error message displayed. If there is any error, the other data entered in the form should remain. Why is it happening. All are server controls <asp:textbox >.... thanx in advance |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |