in asp.net request.form
Please support our ASP.NET advertiser: DiscountASP.NET – 3 Months Free on ASP.NET 3.5/2.0 Web Hosting
![]() |
•
•
Posts: 1
Reputation:
Solved Threads: 0
Hello all,
I am not able to send data from one web page to another web page by using request.form in framework 1.o
Can any one help me.
Code:
Page1.apsx.vb
'For Submitt buuton
server.transfer("page2.aspx")
i ahve one textbox in page1.aspx and if i click on submitt button i am sending that data to page2.aspx
page2.aspx.vb
'page load
dim uname as string
uname=request.form("textbox1")
i am using one label in page2.aspx
label1.text="welcome to" &uname
wheni debug this progrm i am not getting any value in uname.
I am not able to send data from one web page to another web page by using request.form in framework 1.o
Can any one help me.
Code:
Page1.apsx.vb
'For Submitt buuton
server.transfer("page2.aspx")
i ahve one textbox in page1.aspx and if i click on submitt button i am sending that data to page2.aspx
page2.aspx.vb
'page load
dim uname as string
uname=request.form("textbox1")
i am using one label in page2.aspx
label1.text="welcome to" &uname
wheni debug this progrm i am not getting any value in uname.
•
•
Posts: 143
Reputation:
Solved Threads: 9
Check out this Article -- http://www.developer.com/net/asp/article.php/3299641.
The Answer to your problem is in this Article.
The Answer to your problem is in this Article.
![]() |
Similar Threads
Other Threads in the ASP.NET Forum
- Calling C# function through Javascript in ASP.NET (ASP.NET)
- ASP.NET wizard control (ASP.NET)
- variables from javascript in asp.net (ASP.NET)
- request.form is not working in asp.net (ASP.NET)
- ASP.Net Security 101 Part 1 (ASP.NET)
- Printing using Web Control Print button VB.NET (JavaScript / DHTML / AJAX)
- Potentially Dangerous Request.Form? Error (ASP.NET)
- ASP.NET / C# Dynamic Control (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Unrecognized configuration section 'forms'
- Next Thread: Unrecognized configuration section "
•
•
•
•
Views: 1563 | Replies: 2 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode