Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
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 not ...
|
|||||||
|
|||
|
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 | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I want to check selected and not selected radio button | Geek_Guest | QTP | 3 | 3 Days Ago 04:59 AM |
| merge every few rows to one | rumbleEye | SQL | 16 | 12-01-2007 09:35 AM |
| Multiple selected testID's | poweri02 | Quality Center | 0 | 10-25-2007 10:15 AM |
| Duplicating one row into two rows | JobHelper | Data Warehousing | 7 | 07-11-2007 02:16 AM |
| Rejected rows | JobHelper | Data Warehousing | 3 | 05-14-2007 06:17 AM |