Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Leona Wright   on Jul 27 In Asp.net Category.

  
Question Answered By: Pravat Jainukul   on Jul 27

My problem  is I want to test  the QueryString by using the original
appended string that shows up on the asp  Page. For example,

Current ASP header  shows:

http://originalasppage/?PRODUCT=Product?Version=Version

I want my test aspx page  to show this on page load:

http://aspxpage/?PRODUCT=Product?Version=Version

This way I can test the QueryString method  with my test aspx  page.

Does this help?

Share: