token
Feb 3rd, 2005, 11:03 AM
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.
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.