Click here to Skip to main content
15,902,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to populate (Bind) gridview values on button click, the button and gridview are not on same page. Suppose button is on a.aspx when user click this button, the gridview which is on b.aspx should get bind.

Please suggest me how can I do this? Thanks in advance.....
Posted
Comments
S4nd1p 3-Jan-13 2:52am    
i have the same problem . suppose i have two pages 1st is default.aspx and another default2.aspx. default.aspx here put on a button and some textbox . next page default2.aspx put on gridview . so now i want when click this button page will redirect to default2.aspx and data will bind in gridview which is present default2.aspx

1 solution

question is not clear enough, so you need to generate the grid view in a.aspx?
 
Share this answer
 
Comments
Avinash_Pathak 24-Sep-12 7:08am    
yes there will be a gridview in a.aspx and want to bind it from b.aspx

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