This is a discussion on checkbox in gridview within the ASP and ASP.NET Programming forums, part of the Web Development category; hi i have create a gridview. the gridview first column is checkbox column.. i have set the value of checkbox ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi i have create a gridview. the gridview first column is checkbox column.. i have set the value of checkbox is checked= true so defaultly all the checkbox is clickked.... and i have add a clear button. now i change the checkbox value(deselect the tick) and i click the clear button the selected row is delete.... How can i write the code.... |
| Sponsored Links |
| |||
| Something like this, For i=0 to myGrid.rowsCount-1 CType(myGrid.Rows(e.RowIndex).Cells(0).FindControl ("chkTabular"), CheckBox).Checked=True; next This is just idea.
__________________ http://GoldenWebDesign.com Web Design & Development http://Juble.com Promote yourself or your Business |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gridview | packirisamy | ASP and ASP.NET Programming | 3 | 05-20-2008 02:39 AM |
| Exporting GridView to Excel | shaalini | ASP and ASP.NET Programming | 4 | 03-26-2008 01:23 AM |
| GridView.DataBind not working | rrrajesh84in | ASP and ASP.NET Programming | 1 | 03-21-2008 09:01 PM |
| Which is the best among DataList,Repeater and GridView and Why? | poornima | ASP and ASP.NET Programming | 2 | 03-14-2008 07:44 PM |
| How to add mouseover function to Gridview..? | kingmaker | C# Programming | 1 | 07-19-2007 11:40 PM |