TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ajay raju
NA
398
0
how to transfor one datagrid values to another datagrid?
May 11 2010 6:49 AM
hi,
i am taking two datagrids in first datagrid contain checkboxes for all columns if user click that checkbox that selected row is display in another datagrid, i do this but my problem is when i select another row (or) multiple rows previous rows of datagrid2 is overrides, means it only display last selected row.
i am retrive data from database using id column of datagrid1, that values are displayed in datagrid2.
every time i select multiple checkboxes that values are fill in dataset and come to new value first value override.
i write datagrid1.datasource=ds.tables[0];
datagrid1.databind();
here datagrid bind last selected value of the first datagrid. but my aim is user selected checkboxes rows all are displayed in datagrid2.
please give a solution of todo this.
Thanks.
Reply
Answers (
2
)
grid view
how to get space between menu items