burak Posted June 17, 2003 Posted June 17, 2003 Hi, I am new to ASP.NET, Iwas wondering if there is a simple way to post a form to another page and have the second page access the values in the first page? I found a page that talks about using multiple forms http://msdn.microsoft.com/msdnmag/issues/03/05/CuttingEdge/default.aspx but I was wondering if you knew a simpler way. Thanks, Burak Quote
capwrmt Posted June 17, 2003 Posted June 17, 2003 I'm not sure if this is applicable or do-able in ASP.NET, but in ASP i would create a single page, comprising of multiple forms (each with the same name). I had a hidden input within each form - ie. <input type="hidden" name="cycleNum" value="cycle1"> This would be like the identifier of each form. I used a select case statement to access each form based on the cycle number. Anyways, I'm not sure if you can implement it, since I don't have experience with ASP.NET, but it's worth a shot. Quote
Moderators Robby Posted June 19, 2003 Moderators Posted June 19, 2003 There a couple good solutions here ... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskpassingvaluesbetweenwebformspages.asp Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.