Click here to Skip to main content
15,913,685 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
how we can see the data in grid view after click insert butoon  after fill the detail at that page

both gridview and form are available at Different page
Posted
Comments
Darshan.Pa 8-May-14 4:32am    
how you are storing your data?
In database or in C# table
syed shanu 8-May-14 4:38am    
There is verious ways you can display your gridview data in another page.
1) pass parameters as querystring and select the data and display in new page.
2) create a session and store the grid data set in session and display the session dataset in another page.
If you tell more detail as what exactly you need can find better solution too.
NKHari 8-May-14 5:05am    
you can return identity number from the database using stored procedure and pass that identity value of your added data to the display page using query string and display the result according to the identity value

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