hi! SIR
using method like private function validation() and give a validation to new user webpage. please give code for this and not using
any validation controls.urgent please help me.
thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SreekanthPosted Feb 1, 2010, 4:06 AM
{
if(Textbox1.text.Trim()=="")
{
page.registerStartupScript("key","");
Return false;
}
return true;
}
ajay rajuPosted Feb 1, 2010, 3:27 AM
i give a error message to textbox controls when i leave a empty text in textbox. not to use any validation controls.
and write a manual code to provide error message.
thanks