Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Jodon Brown   on Feb 09 In Asp.net Category.

  
Question Answered By: Rhys Evans   on Feb 09

When you want to use a querystring value
you should first convert or cast it to the
appropriate type:


string query = Convert.ToString(Request.QueryString("WSiteCode"))


then use the string 'query' in your code.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Using querystring in code behind Or get search suggestion and latest updates.


Tagged: