Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
Any one knows this please resolve my problom

i have one table name coldstr and columns(id,name,color,stat..)
then i put in gridview in inside gridview i have one EDIT and View..
hear i click EDIT to display all data in wt i have textboxes and lables...i have done this.

then the problom is when i click View i want to go another page and i pass name in query string then i want to get full row data based table row values based on name ....this is also i done.
the main problom . i want to get full row values in textboxes and lables wt i have.in this page(i mean next page)

please any one knows tell me how to display.
Posted
Comments
Kschuler 28-Jul-11 10:33am    
You should tag your question to clarify if you are working in a windows forms project or a web project. You mention "page" so I'll assume web. Why don't you display the code that you having trouble with so we can help you better.

1 solution

As someone said, you don't specify a language, and we have to guess that it's ASP.NET. If you want help, try to ask well.

The best way I can see, is for your two pages to be controls on the one page, so that viewstate will contain all your data if you want it to, or at least contain the data you need to look up the info you need to populate your form.
 
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