| | |
in asp.net request.form
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2008
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.
•
•
Join Date: May 2008
Posts: 144
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
- Calling C# function through Javascript in ASP.NET (ASP.NET)
- Potentially Dangerous Request.Form? Error (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)
- 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 "
| Thread Tools | Search this Thread |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# cac checkbox click commonfunctions control css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownlist dynamic dynamically edit embeddingactivexcontrol expose fileuploader fill findcontrol flash formatdecimal formview gridview gudi iframe iis javascript listbox login microsoft mono mouse mssql multistepregistration news novell numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio web webapplications webdevelopemnt webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers






