RSS Forums RSS

in asp.net request.form

Reply
Posts: 1
Reputation: vasu123 is an unknown quantity at this point 
Solved Threads: 0
vasu123 vasu123 is offline Offline
Newbie Poster

in asp.net request.form

  #1  
Jul 2nd, 2008
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.
AddThis Social Bookmark Button
Reply With Quote  
Posts: 1,409
Reputation: serkan sendur is an unknown quantity at this point 
Solved Threads: 69
Featured Poster
serkan sendur serkan sendur is offline Offline
Nearly a Posting Virtuoso

Re: in asp.net request.form

  #2  
Jul 2nd, 2008
why dont you pass the information as querystring? request.form is not a recommended way of passing data in asp.net.
Serkan Sendur
All my helpful posts are dedicated to Marty Friedman, especially for his song Forbidden City.
Reply With Quote  
Posts: 143
Reputation: sierrainfo is an unknown quantity at this point 
Solved Threads: 9
sierrainfo sierrainfo is offline Offline
Junior Poster

Re: in asp.net request.form

  #3  
Jul 3rd, 2008
Check out this Article -- http://www.developer.com/net/asp/article.php/3299641.

The Answer to your problem is in this Article.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Views: 1563 | Replies: 2 | Currently Viewing: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 10:59 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC