Hi,
I need code for gridview textbox validating using javascript,asp.net,c#.
Like the result is:
Id Name Pid Mid
1 XYZ [textbox] [textbox]
here pid[textbox] enter some value and press tab means messagebox apear (do u want save?).
Thanks.
Hi,
I need code for gridview textbox validating using javascript,asp.net,c#.
Like the result is:
Id Name Pid Mid
1 XYZ [textbox] [textbox]
here pid[textbox] enter some value and press tab means messagebox apear (do u want save?).
Thanks.
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 Apr 17, 2009, 9:02 AM
add onblur event to each cells of ur datagrid.
eg:
Itemdatabound(event
{
for loop for eachcells(textbox)
(ur textbox.Attributes.add("onblur"," javacriptfunction();")
} I think this can solve ur pblm.b', idid somtthng similar to this