Results 1 to 7 of 7

Thread: Querystring value in form with frames [Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Posts
    149

    Querystring value in form with frames [Resolved]

    I have this form with frames on it. This form is for authorities to come on and process the submitted form. The first frame is the submitted webform, and the second form is the authority's work form.

    On the webform I have code in the page_load event to check the querystring value of url and if an id value exists it will populate the webform by looking up the id in the database and place all values on the form for the authority to view.

    The problem is that the page_load event on the webform does not recognize the querystring variable passed to the form with frames, but the page_load does run, just the value of the id is "".

    Can anyone tell me how to pass the value from the frames form to the webform so the querystring value is not blank. That or tell me what it is that I should be doing differently to get this to work. That is assuming I made sense just now.

    Thanks again.
    Last edited by token; Feb 4th, 2005 at 09:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width