RSS

Request.Querystring()

Sun, Aug 17, 2008

ASP.NET, Code

The Request.QueryString() function is useful when you need to pass information to your application based on user interaction. For example if you have a GridView control full of names and you want to pass either the value of a datakey or the selection the user made itself to your application to return more detailed data you can use the Request.QueryString() function to do so.

Label1.Text.Request.QueryString(”qtext”)
Share and Enjoy:
  • Facebook
  • Twitter
  • MySpace
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Yahoo! Buzz
,

Comments are closed.