johnfrederick
Programmer
In the Page_Load routine in my mobile web page, I'm having trouble retrieving a caller ID from the calling browser. The following line works in a conventional .aspx page, but not in my mobile page:
lngDeliveryPersonID = Int32.Parse(HttpRequest.QueryString("DP"
)
The error message is:
BC30469: Reference to a non-shared member requires an object reference
Can anyone advise?
lngDeliveryPersonID = Int32.Parse(HttpRequest.QueryString("DP"
The error message is:
BC30469: Reference to a non-shared member requires an object reference
Can anyone advise?