I want tos save token in Query String. How can I do that
You have to issue a GET rather than a POST (ie, use non runat="server"
controls). It is possible to do this via POST, of course, but much harder,
esp. in ASP.NET.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
*************************************************
>I want tos save token in Query String. How can I do that