
Hi this is my gridview.....
i want when i click on any save button ....
Then only current row text box Validate....
How i can do this...
my Problem is....
If i am clicking on 4 row... save button ...
Then also my 1 row textbox is checked...I not want this.....
Plse Help...
Thanks in advance
Manikavelu VelayuthamPosted Sep 23, 2011, 2:16 AM
Jaganathan BantheswaranPosted Sep 23, 2011, 2:06 AM
Try like this,
This snippet below validates the TextBox so that it will only allow numeric values using JS on when textbox focus lost.