i am getting data from database by using gridview in one form (name as main.cs.). i want to update data to database. so i created another form (name as update.cs) to view selected row... how can i use gridview data from update.cs form..
Thanks ,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Neha SharmaPosted Oct 17, 2012, 5:27 AM
chinnaPosted Oct 13, 2012, 12:54 AM
thanks,
ChiNa.
Sandeep Singh ShekhawatPosted Oct 12, 2012, 9:54 AM
1. Create a common function which store selected ids from grid view and call in your javascript function on action button click when move on another page.
2. Using that's ids on another page, Write a select query or proc whit in operator and fetch again data on another page.
create an common function again
//TODO call existing list
List
using these ids fetch again data from database