C# query string

test.aspx?q=Mumbai
using System.Collections.Specialized.NameValueCollection;
string q=Request.QueryString["q"]; //q=Mumbai