Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
need an experts advice...
Old 05-02-2004, 10:06 AM need an experts advice...
Junior Talker

Posts: 3
Trades: 0
hi.. i have little knowledge of ASP and ive just gone and bought a web hosting package that only supports asp! silly me! anyway.. a few questions.

i see websites such as www.mydomain.com/page.asp and then other pages like contact us etc would be www.mydomain.com/page.asp?id=2 or something.. as if all the sites pages are in one document and just accessed with id tags?

how does this work? any good tutorials for beginners without all the crappy stuff you dont need to know.?

thanks
startbar is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-31-2004, 06:29 AM
Average Talker

Posts: 16
Trades: 0
These are called querystrings. They work exactly like a form field from a form.

Like where you have ID = 2. from a form this would be set up as a form value but as a QS it would be

Dim Result
result = request.querystring("ID")

They're great for querying data. Let's say you want to create hyperlinks from a search that a user did for data, you could have a unique value for each record that was returned and insert it where "ID" is.
TopGun is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to need an experts advice...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09756 seconds with 12 queries