Help Mi pls...
-
you can use querystring with multiple parameters to pass multiple values to other page...like....
Response.Redirect(page.aspx?Orderid=" & Orderid "&ProductID=" & ProductID)
Tirtha Do not go where the path may lead, go instead where there is no path and leave a trail. Author: Ralph Waldo Emerson (1803-82), American writer, philosopher, poet, essayist
-
This is the windows forms board, how is it yuo want to pass stuff via a URL ? If the data is stored in the DB already, you can just pass an Id to get it from the DB. You can also do cross page postback in .NET 2.0, or you can use the URL, as someone has already said. There's also the session, but that would be my last port of call.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )