Click here to Skip to main content
15,923,197 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to move from the gridview value to another page how can it be used?pls reply as soon as
Posted
Comments
Rahul K Singh 27-Jun-13 2:19am    
You want to move all the data of gridview to another Winform/Webpage/WPfWindow... where?
In which Technology?

Only VB.Net is not telling all. Add Winforms/ WPF/ ASP.Net.

-- RKS

1 solution

IF you are talking about Web form

You can make use of the Microsoft state management techniques Like Query string,Sessions,Cookies


IF you are talking about Win form

You can make use of the constructors to pass the parameters to other page

please refer the following link
http://stackoverflow.com/questions/1559770/send-values-from-one-form-to-another-form-in-c-sharp-winforms-application
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900