Re: Newbie question passing query from a user control to aspx page

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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')


.



Relevant Pages

  • Re: Storing a value for later use in vba or a Macro
    ... Dim strCurrentCustomer as String ... do you programmatically store a value from one record to use in ...
    (microsoft.public.access.gettingstarted)
  • Re: Storing wave files in database
    ... analyse them and store everything in some sort of database. ... You don't store the Wave files in the database. ... ByVal lpOperation As String, _ ... Dim lRet As Long, varTaskID As Variant ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Question about a data structure
    ... I'll store the ... string, it could just be a simgle 150 character string. ... , personally, I'd avoid 'stringing' together responses. ...
    (alt.php)
  • RE: adding data to a file before it gets regexed
    ... The reasion I am trying to add the string to the line, is so that I can use ... it is not a good idea to store entire files in memory and it is really ... the arrays are the contents of the files broken down by lines. ... Any opinion expressed in this e-mail is personal to the sender ...
    (perl.beginners)
  • Re: Java Applet saving results on home server
    ... I can also store the results to a string and write that to a ... that has some data structures to store all the things I need, ... This puts you right back into your original question. ... I've got a problem with the Jakarta ftp client. ...
    (comp.lang.java.help)