Geeks Talk

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.

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

Go Back   Geeks Talk > Web Development > ASP.NET
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

ASP.NET ASP.NET and ASP Related Problems

Reply

 

LinkBack Thread Tools Display Modes
  #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 2 Times in 2 Posts
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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 11:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved