First i have read <tr> from grid. Then i am reading input tag. I have one checkbox and 2 hidden field in input tag. I want to find one hidden field which is emp_id.
Can you show us some piece of your generated html? jQuery could indeed help you to find what you're after. I suggest you take a look at its selectors:
http://docs.jquery.com/Selectors.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: how to find gridview hidden label value from javascript
Jan 05, 2010 05:35 AM|LINK
Hi,
Can you show us some piece of your generated html? jQuery could indeed help you to find what you're after. I suggest you take a look at its selectors: http://docs.jquery.com/Selectors.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!