Re: how to Get ID in global.asax page
- From: "Gregory A. Beamer" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 24 Sep 2009 07:27:03 -0700
"Hemant" <Hemant@xxxxxxxxxx> wrote in news:OOTi2nQPKHA.2092
@TK2MSFTNGP04.phx.gbl:
Hi,
I am working on a web application in vb.net 2005.
I want to get a ID of Item in Application_BeginRequest function of
global.asax file .
I can't use query string.
Is there any method ?
I want to pass a ID to that function from a .aspx page .
Please help me.
i am not sure I understand the issue.
In code behind, you can get the session id at any time. You can then
feed it to a function and get back whatever answer you need. Why must
you do it in Application_BeginRequest (which is prior to parsing out the
information from the client, if I remember correctly)?
The big question is WHAT are you trying to solve, not HOW are you trying
to solve it now.
Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
My vacation and childhood cancer awareness site:
http://www.crazycancertour.com
*******************************************
| Think outside the box! |
*******************************************
.
- Follow-Ups:
- Re: how to Get ID in global.asax page
- From: Hemant
- Re: how to Get ID in global.asax page
- References:
- how to Get ID in global.asax page
- From: Hemant
- how to Get ID in global.asax page
- Prev by Date: Re: Ajax ModalPopup extender not closing
- Next by Date: Re: SQL connection string
- Previous by thread: Re: how to Get ID in global.asax page
- Next by thread: Re: how to Get ID in global.asax page
- Index(es):
Relevant Pages
|