Need help regarding query string in asp.net

Posted by vaibhav on Stack Overflow See other posts from Stack Overflow or by vaibhav
Published on 2010-05-13T13:05:29Z Indexed on 2010/05/13 13:14 UTC
Read the original article Hit count: 192

Filed under:
|
|
|
|

I have a page create-quote.aspx. I want to open this page in different modes, depending on whether a querystring parameter is present or not.

My question is at which event should I check, If I have a querystring parameter or not. I think, it should be preinit, what do you say.

© Stack Overflow or respective owner

Related posts about onpreinit

Related posts about ASP.NET