Hi,
I am putting a validation on textbox that when user enter the name the first letter of name become capital. for this i make a function in javascript and call this function on my aspx page like this
txtName.Attribu tes.Add("onblur ", "DispName() ");
this is working fine but the prob. is this it refresh my webPage.Is there any way that my page get not refreshed .Please help me to solve my problem.
Thanks
Shailesh Kumar
I am putting a validation on textbox that when user enter the name the first letter of name become capital. for this i make a function in javascript and call this function on my aspx page like this
txtName.Attribu tes.Add("onblur ", "DispName() ");
this is working fine but the prob. is this it refresh my webPage.Is there any way that my page get not refreshed .Please help me to solve my problem.
Thanks
Shailesh Kumar
Comment