|
Subject:
|
Authenication Question
|
|
Posted By:
|
jroxit
|
Post Date:
|
12/18/2005 7:11:30 PM
|
We're receiving a datastream from another page and I need to know how to do away with the input on this form and draw it from the previous page. (In ASP I'd simply just do value=Request.Form("txtUserName")). How do I do this with ASP.net?
Here's the line of code:
<asp:textbox id="txtUser" value="mytextuserinput" runat="server" Width="134px"></asp:textbox>
Please help!!!
|
|
Reply By:
|
Imar
|
Reply Date:
|
12/19/2005 4:00:14 AM
|
Hi there,
Not sure what "Authentication Question" in the subject has to do with this, but if you're posting from one ASP.NET 2 page to another, you might want to take a look at PreviousPage. For a few examples, take a look here:
http://msdn.microsoft.com/msdnmag/issues/05/10/ExtremeASPNET/
Cheers,
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|