Dear All,
I had a requirement , I want to validate Gridview Textbox. I have A Grid and in that grid , I update the one base on the textbox value ,
Before i upDate , i wanna to check the texbox..
I f it null i wanna throw the script Message for that..
Guide Me !...
Thanks in Advance.
- Karthik .k

Sunny SharmaPosted Oct 3, 2013, 1:49 AM
You can use the jquery to vaildation on textbox inside a gridview from client side.
Follow the pattern below:
**************************************
//ASPX
//SCRIPT
*********************************************
HTH :)
Cheers !!
Sunny SharmaPosted Oct 3, 2013, 2:35 AM
Please mark that as answer so that other would get that in one go :)
Karthik KPosted Oct 3, 2013, 2:30 AM
Thanks you so much ...its working fine .,
Sunny SharmaPosted Oct 3, 2013, 2:23 AM
$('input#myTextBoxTovalidate'). ...
Hope you got the point now :)
Karthik KPosted Oct 3, 2013, 2:19 AM
In the Jquery , You Called the cssclass id ,You didnt call the Textbox id ,
Revert me ..