Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Append Static Information to URL

  Asked By: Diane    Date: Jan 12    Category: Asp.net    Views: 1692
  

How do I append static information to my URL string. For example my
first page looks like this:
http://localhost/form1.aspx

I want it to look like this
http://localhost/form1.aspx/?Product=Test?Version=Test?, etc....

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Randall Franklin     Answered On: Jan 12


sub page_load(s as object, e as eventargs)
IF request("QUERY_STRING")=""
response.redirect "?Product=Test&Version=Test&x=7
END IF
end sub

 
Didn't find what you were looking for? Find more on Append Static Information to URL Or get search suggestion and latest updates.




Tagged: