Hi Pradip,
If you want to change the validation massege you can assign the validation message(Please Enter Name) to textboxname.validationmassege. for example if the name of textbox is textboxname, then on button click action check if textbox="" then assign textboxname.validationmassege="Please Enter Name" and textboxname.valid=false, in this way u can easily change the validation message,
If you will change the default message in espage setting it will reflect through out the espace.
Cheers
Rajendra
If you want to change the validation massege you can assign the validation message(Please Enter Name) to textboxname.validationmassege. for example if the name of textbox is textboxname, then on button click action check if textbox="" then assign textboxname.validationmassege="Please Enter Name" and textboxname.valid=false, in this way u can easily change the validation message,
If you will change the default message in espage setting it will reflect through out the espace.
Cheers
Rajendra