Transfer is a Subject page to page
Hii friends. I just work on asp.net. I want transfer another a page value of a subject(like textbox).While I was using asp I used that method of form post , action="target_page_name" and then I used request the value of subject on another page. But I couldn't make this on asp.net Please help for the matter.. Now thanks..
nikshuklaPosted Dec 15, 2006, 12:00 PM
If you are doing this on button click then it is ok.
Do something like this Server.Transfer("NewPage.aspx", True).
Then in NewPage Request.Form("TextBoxName").
Hope this helps.
Regards,
ilhan KIYAKPosted Dec 12, 2006, 12:39 PM
nikshuklaPosted Dec 12, 2006, 9:51 AM
You can still use Request.From("textboxname") in ASP.NET.
Hope this helps.
Regards,