473,378 Members | 1,671 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Receiving values from ASP page to ASP.NET page in URL

Ok Guys, I am hoping someone can give me a little are code to start me down
the right path.

Someone is going to write a ASP / VB script page that calls my ASP.NET page.

The ASP / VB page wants to pass some values to my ASP.NET page in the URL.

What would be the code in my PageLoad to read the values from the URL ? I
have been doing a google, but no luck.

Or, is their an easier way to recieve data from ASP pages to ASP.NET pages
Chris
Nov 19 '05 #1
2 978
Request.QueryString()
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Chris" <Ch***@discussions.microsoft.com> wrote in message
news:68**********************************@microsof t.com...
Ok Guys, I am hoping someone can give me a little are code to start me
down
the right path.

Someone is going to write a ASP / VB script page that calls my ASP.NET
page.

The ASP / VB page wants to pass some values to my ASP.NET page in the URL.

What would be the code in my PageLoad to read the values from the URL ? I
have been doing a google, but no luck.

Or, is their an easier way to recieve data from ASP pages to ASP.NET pages
Chris

Nov 19 '05 #2
Dim s as String = Request.Querystring("MyParameter")

Here's more info:
http://www.dotnetbips.com/displayarticle.aspx?id=79

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Chris" <Ch***@discussions.microsoft.com> wrote in message
news:68**********************************@microsof t.com...
Ok Guys, I am hoping someone can give me a little are code to start me
down
the right path.

Someone is going to write a ASP / VB script page that calls my ASP.NET
page.

The ASP / VB page wants to pass some values to my ASP.NET page in the URL.

What would be the code in my PageLoad to read the values from the URL ? I
have been doing a google, but no luck.

Or, is their an easier way to recieve data from ASP pages to ASP.NET pages
Chris

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Konrad | last post by:
After I register variable in session : session_start(); session_register($var); new page opens include("register2.php"); At the page I fill some forms and send variables from forms to...
5
by: Danny | last post by:
I am working on a project in which a number of client applications will be posting xml documents as a byte array to an ASP.NET page on our web server. I am trying to simulate the process and run...
0
by: Danny | last post by:
I am working on a project in which a number of client applications will be posting xml documents as a byte array to an ASP.NET page on our web server. I am trying to simulate the process and run...
5
by: dauphian | last post by:
Greetings, Is there a way to receive the information that shows on the default error page within .net in an email? I have managed to pull out some pieces using: mail.Body = "Error...
1
by: DCC700 | last post by:
After upgrading a web application from VS 2003 to 2005 there is a page where any control event that should cause a postback instead generates an Invalid character error on the page. For example a...
1
by: Subrato | last post by:
Hi, I am very new to xml and I have this piece of code which I took off a website. The situation is that on of the website, user files up a form and it is submitted. On submission, the page should...
0
by: george585 | last post by:
Hello! I am new to network programming, and understand just basics. Using some sample code, and having read documentation, I managed to create a simple app in C# and VB.NET. The application is...
2
by: Yogesh Sharma | last post by:
From form1 I m passing the values of two textboxes & on form 2 I m receiving it--- FORM1 CODE- protected void Button1_Click(object sender, EventArgs e) { ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.