[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Swathi Thiagarajan

3/8/2002 12:40:00 PM

1 Answer

Shanku Niyogi

3/9/2002 1:52:00 AM

0

Swathi,

The Request object is not available in the following cases: (1) before
Page_Init (e.g. in the page constructor, or a method called from it), (2)
after Page_Unload, where it may have been cleaned up, or (3) at design time.

Is the code that you're getting an error for being run in any of these
scenarios?

Thanks,
Shanku




--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Swathi Thiagarajan" <swathi@aai-india.com> wrote in message
news:egkjZapxBHA.2208@tkmsftngp05...
Hi..
Iam new to mobile developement...
I need to access a querystring value..
I have tried both the Mobile Page's QueryStringText property and also
Request.QueryString property of the Mobile Page.
Both give me the error

"Request is Not available in this context"!!!

How am i supposed to do this...
iam using .Net final version....

Thanx...
regards,
swathi.