Click here to Skip to main content
15,913,685 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to fill the fields of IE's web page from within VB or C++ ? Pin
alex.barylski16-Jan-04 10:14
alex.barylski16-Jan-04 10:14 
Generalput_outerText,put_innerTEXT Pin
Monty215-Jan-04 2:03
Monty215-Jan-04 2:03 
GeneralRe: put_outerText,put_innerTEXT Pin
Sarvesvara (BVKS) Dasa15-Jan-04 6:08
Sarvesvara (BVKS) Dasa15-Jan-04 6:08 
GeneralRe: put_outerText,put_innerTEXT Pin
alex.barylski16-Jan-04 10:21
alex.barylski16-Jan-04 10:21 
GeneralRe: put_outerText,put_innerTEXT Pin
Jim Crafton18-Jan-04 10:57
Jim Crafton18-Jan-04 10:57 
GeneralRe: put_outerText,put_innerTEXT Pin
alex.barylski18-Jan-04 16:32
alex.barylski18-Jan-04 16:32 
GeneralTag Information (ASP.NET with Visual Basic.NET 2003) Pin
Lea Hayes14-Jan-04 21:03
Lea Hayes14-Jan-04 21:03 
GeneralThe mighty QueryString Pin
Paul Watson14-Jan-04 23:45
sitebuilderPaul Watson14-Jan-04 23:45 
Yes, what you are looking for is info on the QueryString. That is the bit of info from the ? onwards and can contain multiple name/value pairs. e.g. ?var1=xyz&var2=123&var3=bob. That contains three pairs.

To access these you use the Request object and the QueryString class.

So to access the second pair in the above example you would use Request.QueryString("var2").ToString(). You can use the name of the variable which is nice instead of it's position.

regards,
Paul Watson
Bluegrass
South Africa

Brian Welsch wrote:
"blah blah blah, maybe a potato?" while translating my Afrikaans.

Crikey! ain't life grand?


Einstein says...
GeneralRe: The mighty QueryString Pin
Lea Hayes15-Jan-04 7:11
Lea Hayes15-Jan-04 7:11 
GeneralRe: The mighty QueryString Pin
Lea Hayes15-Jan-04 11:36
Lea Hayes15-Jan-04 11:36 
GeneralI Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 9:59
waqi14-Jan-04 9:59 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
hxxbin14-Jan-04 10:26
hxxbin14-Jan-04 10:26 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
l a u r e n14-Jan-04 12:59
l a u r e n14-Jan-04 12:59 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
Roger Wright15-Jan-04 5:25
professionalRoger Wright15-Jan-04 5:25 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
theJazzyBrain14-Jan-04 21:33
theJazzyBrain14-Jan-04 21:33 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 23:38
waqi14-Jan-04 23:38 
GeneralRe: I Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 23:41
waqi14-Jan-04 23:41 
GeneralI Have A Problem With my Greetings Site..(it's my Final Project) Pin
waqi14-Jan-04 9:54
waqi14-Jan-04 9:54 
GeneralUsing OWA through https Pin
Megan Forbes13-Jan-04 23:19
Megan Forbes13-Jan-04 23:19 
GeneralRe: Using OWA through https Pin
markkuk14-Jan-04 0:58
markkuk14-Jan-04 0:58 
GeneralRe: Using OWA through https Pin
Megan Forbes14-Jan-04 1:43
Megan Forbes14-Jan-04 1:43 
GeneralMy site got an error "HTTP/1.1 New Application Failed" Pin
coolvcguy13-Jan-04 11:46
coolvcguy13-Jan-04 11:46 
GeneralFile upload permissions Pin
alex.barylski13-Jan-04 8:25
alex.barylski13-Jan-04 8:25 
GeneralRe: File upload permissions Pin
l a u r e n14-Jan-04 13:02
l a u r e n14-Jan-04 13:02 
GeneralRe: File upload permissions Pin
alex.barylski14-Jan-04 13:57
alex.barylski14-Jan-04 13:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.