Re: Newbie question passing query from a user control to aspx page
- From: dgk <dgk@xxxxxxxxxxxxx>
- Date: Thu, 28 Dec 2006 15:52:08 -0500
On 28 Dec 2006 12:34:54 -0800, "AlecL" <salmaanali@xxxxxxxxxxx> wrote:
Isn't it a security issue to put a search string on a URL? Are there
any other options or can someone point me to an example,
please...Please?
Al
Just Me wrote:
One way is in the URL itself
Webform1.aspx?ID=232
"AlecL" <salmaanali@xxxxxxxxxxx> wrote in message
news:1167337019.941624.257850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi there,
You can store stuff in the session object.
Session.Item("Whatever")="PARM"
then in the next page just read it:
dim parm as string = Session.Item("Whatever')
.
- References:
- Prev by Date: Re: Set A Parameter Without Redirecting A Page?
- Next by Date: Re: object reference not set to an instance of an object
- Previous by thread: Re: Newbie question passing query from a user control to aspx page
- Next by thread: Re: Newbie question passing query from a user control to aspx page
- Index(es):
Relevant Pages
|