G
Guest
Can someone please tell me how I do a request.querystring in ASP.NET??? I am
trying to upgrade an ASP app to ASP.NET and improve it at the same time but
I'm not sure how I use this querystring...
EG: I have a content management system
I want a user to be able to view only his documents according to the
logon... This I think I can work out The problem is when a user clicks on a
document I want it to open in the editor. In ASP I did this through
request.querystring... does anyone have any suggestions???
.... Request.Querystring (pageID)
Thanks
trying to upgrade an ASP app to ASP.NET and improve it at the same time but
I'm not sure how I use this querystring...
EG: I have a content management system
I want a user to be able to view only his documents according to the
logon... This I think I can work out The problem is when a user clicks on a
document I want it to open in the editor. In ASP I did this through
request.querystring... does anyone have any suggestions???
.... Request.Querystring (pageID)
Thanks