how to handlw datagrid keypressevent
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Yes it is possible........ i am writing some code hope which is helpful for u.. fucntion check() { var objItemDate; objItemDate = document.getElementById("dgPublish__ctl" + i + "_txtAuditDate_txtDate"); } first u find the text box in itemdatabound then call check function. and perform whaever u want. call like this: txtAuditDate.Attributes.Add("Onkepress", "javascript:return check();") if u have still problem please let me know. Thanks and Regards, jitendra