Prev: Seconds from DB to hh:mm:ss in GridView. How to?
Next: marvendas@gmail.com Kit completo deSolenóides ( solenoid ) + chicote Para Câmbio automatico 01M hidramatico Audi A3 Vw Golf gti turbo 19744
From: Biranchi Narayan Panda on 19 Feb 2010 15:02 I want a "Select All" checkbox in my website which will select 15 other checkboxes. also, when any of those 15 check boxes is unchecked, the SelectAll checkbox should also get unchecked. How do I do this using javascript on my asp.net. A clear example would be helpful. Please assist.
From: Mr. Arnold on 19 Feb 2010 20:32
Biranchi Narayan Panda wrote: > > I want a "Select All" checkbox in my website which will select 15 other > checkboxes. You mean you want to select all checkboxes on a Web Page. > > also, when any of those 15 check boxes is unchecked, the SelectAll > checkbox should also get unchecked. How do I do this using javascript on > my asp.net. It's your Asp.Net Web page Web Control. > > A clear example would be helpful. http://msdn.microsoft.com/en-us/library/20zys56y.aspx The other thing you can do is use Google or Bing to find examples of how to walk the DOM (Document Object) using javascript. You'll find something. |