How to find the gridview header control id using javascript?,
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How to find the gridview header control id using javascript?, It mean i have checkbox in my griview header template..., I want to uncheck the checkbox
Thanks & Regards, NeW OnE, please don't forget to vote on the post
-
How to find the gridview header control id using javascript?, It mean i have checkbox in my griview header template..., I want to uncheck the checkbox
Thanks & Regards, NeW OnE, please don't forget to vote on the post
Hi you can find any control in javascript by the follwing code snippet document.documentElement.getElementsByTagName("input").count .... ..... write one for loop and search for the checkbox control.
R.Palanivel 10:01 4 Jan '06