I'm hard coding a url to have something like this:
"/ContactUs.aspx?mode=New&form=Contact"
the page is rendering the below as part of the url...
mode=New&%3bform=Contact
so the page breaks when i rediriect to this page. and try to Request.QueryString["form"].
how can i make it behave with the & symbol