Prepare for your Next Interview
This is a discussion on how to move the particular rows or multiple rows in gridview are selected using check within the ASP.NET forums, part of the Web Development category; hi, i am gnanadesigan.k. how to move the particular rows or multiple rows in gridview are selected using checkbox. That selected rows can be stored in another table but ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
how to move the particular rows or multiple rows in gridview are selected using check
hi, i am gnanadesigan.k. how to move the particular rows or multiple rows in gridview are selected using checkbox. That selected rows can be stored in another table but not in current table.please reply what concept which we have to use?and tell the procedure.....
|
| Sponsored Links |
|
|||
|
Re: how to move the particular rows or multiple rows in gridview are selected using c
HI,
You can try like this you place one select link button or checkbox then if you click the link button then corresponding row values will be take in backend and insert the values in different table EX:in datagrid_ itemcommand string item1 = e.Item.Cells[1].Text; string item2 = e.Item.Cells[2].Text; string item3 = e.Item.Cells[3].Text; ...... like this you can get the values on differnt strings then insert these values into different table |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| merge every few rows to one | rumbleEye | SQL | 16 | 12-01-2007 08:35 AM |
| Multiple selected testID's | poweri02 | Quality Center | 0 | 10-25-2007 09:15 AM |
| Duplicating one row into two rows | JobHelper | Data Warehousing | 7 | 07-11-2007 01:16 AM |
| I want to check selected and not selected radio button | Geek_Guest | QTP | 0 | 07-02-2007 11:15 AM |
| Rejected rows | JobHelper | Data Warehousing | 3 | 05-14-2007 05:17 AM |