get data from a querystring
Posted
by regwe
on Stack Overflow
See other posts from Stack Overflow
or by regwe
Published on 2010-05-17T23:07:39Z
Indexed on
2010/05/17
23:10 UTC
Read the original article
Hit count: 225
i have this querystring that shall open up my page. http://www.a1-one.com/[email protected]&stuid=123456
Now when this page loads, on page_load, I want to pick up email and stuid in two different variables. So I can use them to insert into my database (sql server) how can this be done in vb.net
© Stack Overflow or respective owner