I need to find whether all the check boxes are checkedor not in a page

  • Thread starter Thread starter Priyadarshan V
  • Start date Start date
P

Priyadarshan V

Am encountering a situation where I need to check whether all the checboxes in a page are checked or not,if it is checked i need to set a variable to one.The number of checkboxes vary from page to page.
Could u pls help me out.

EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Am encountering a situation where I need to check whether all the
checboxes in a page are checked or not,if it is checked i need to set a
variable to one.The number of checkboxes vary from page to page.
Could u pls help me out.

You need to be able to *walk* the Web form/page looking for the control(s)
in question and look at the control's properties.

http://msdn.microsoft.com/en-us/library/yt340bh4.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top