472,783 Members | 899 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,783 software developers and data experts.

Copy checkbox selected datagrid items into new dataset

Hi

I'm looking for some help regarding copying, selected datagrid items from
one dataset to another... and then bind the new dataset to a another datagrid.

Hope hearing from you.

--
Greetings ecoder
Nov 19 '05 #1
2 1902
You can select items displayed on the browser by a datagrid server control
using a combination of server side event handling and client-side JavaScript
as in this sample:
http://www.societopia.net/Samples/Da...Delegates.aspx

After you selected data on the datagrid you can locate them using a primary
key field on the datatable and then copy the data from on table to another.
If you need further help on copying between tables and datasets, post more
detail about what you are trying to do.

--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"ecoder" wrote:
Hi

I'm looking for some help regarding copying, selected datagrid items from
one dataset to another... and then bind the new dataset to a another datagrid.

Hope hearing from you.

--
Greetings ecoder

Nov 19 '05 #2
Hey Phillip...

Thank you very much for your reply on my question.

I can certanly use that!

:-)

--
Greetings ecoder
"Phillip Williams" wrote:
You can select items displayed on the browser by a datagrid server control
using a combination of server side event handling and client-side JavaScript
as in this sample:
http://www.societopia.net/Samples/Da...Delegates.aspx

After you selected data on the datagrid you can locate them using a primary
key field on the datatable and then copy the data from on table to another.
If you need further help on copying between tables and datasets, post more
detail about what you are trying to do.

--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"ecoder" wrote:
Hi

I'm looking for some help regarding copying, selected datagrid items from
one dataset to another... and then bind the new dataset to a another datagrid.

Hope hearing from you.

--
Greetings ecoder

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Just D | last post by:
Hi All, Does anybody know how to write the following code? I have a database table with a few columns including: ID , "Task" , ForceRun . I need to show the DataGrid on the ASPX page with...
2
by: Sebi | last post by:
Hello all is it possible to add a checkbox in a DataGrid for Boolean Data? Thanks in advance
1
by: iforsyth | last post by:
Have a paging datagrid with a checkbox control in column(0). ViewState is enabled. I check the checkbox in first row of the grid on a page and then the program hits this event: Private Sub...
1
by: Andre | last post by:
Hi, I need some help with automatically generated checkbox in my datagrid, i'm searching everywhere and can't find a way to do this. In my datagrid i will always have more than one line, with...
0
by: Amar | last post by:
I have created a Template Column and Added to a Datagrid, which contains a checkBox. The column is not Binded to any column of the Dataset, but is an extra one so i can retrieve on Save Button...
1
by: louise raisbeck | last post by:
This sounds complicated but bear with me. I have a datagrid. It is dynamic in that, i dont know how many columns i will have until the dataset is back so i have to build the datagrid dynamically. I...
1
by: sneha123 | last post by:
There will be some 20 questions and for each question there will be 4 choices.what i want to do is to select multiple answers by clicking the checkbox. i m using asp.net,vb.net pls help me we...
8
by: Alan Silver | last post by:
Hello, I have a repeater that has code like this... <ItemTemplate> <asp:CheckBox ID="chkDelete" Text="" RunAt="server"/> .... other stuff goes here </ItemTemplate> There is a button below...
4
by: mamun | last post by:
Hi All, I have the following situation and am looking for answer in C#. I have a datagrid and putting checkbox next to each record. In the header I have a Delete button. I want users to...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.