Geeks Talk

Prepare for your Next Interview




how to move the particular rows or multiple rows in gridview are selected using check

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 ...


Go Back   Geeks Talk > Web Development > ASP.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-30-2008
Junior Member
 
Join Date: May 2008
Location: chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
gnanadesigan.k is on a distinguished road
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.....
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-18-2008
Junior Member
 
Join Date: Jul 2008
Location: Mumbai
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
sudhakarr.net is on a distinguished road
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
Reply With Quote
Reply

  Geeks Talk > Web Development > ASP.NET


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 05:29 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved