N
Nobody
Hi -- I'm developing an ASP.NET application in VS.NET and I want the
startup page to read in some parameters from a querystring. But I
can't figure out where to set the querystring. I thought it was in the
Project Properties dialog under the Debugging tab. There's a dropdown
box where you can set the start up page. But VS ignores the
querystring I add to the page name in this combo box. I know this
because the Request.QueryString property is Nothing when I read it in
the Page_Load event. Any idea where (or if) this is possible?
Thanks in advance,
Bill
startup page to read in some parameters from a querystring. But I
can't figure out where to set the querystring. I thought it was in the
Project Properties dialog under the Debugging tab. There's a dropdown
box where you can set the start up page. But VS ignores the
querystring I add to the page name in this combo box. I know this
because the Request.QueryString property is Nothing when I read it in
the Page_Load event. Any idea where (or if) this is possible?
Thanks in advance,
Bill