multiple checkboxes with same name how to checkAll
Hi All,
I am dynamically generating checkboxes from my database depending on some field. i am assigning value for those too.
my statement is
dim tdnew as tablecell
tdNew.Text = "<input type='checkbox' id='cbxFChk' Name='cbxFChk' Value ='" & dsSet.Tables(0).Rows(i).Item("Productid") & "'>"
With The Above Statement i am generating more than 10 at a time per page. I Need to check those all at once as there in yahoo "Check All" and "Clear All" Links.
Anyone can help Me In This Issue.
Thanks
Chandu
|