G
Guest
I'm having a problem passing QueryString values to other web pages from a
frame set. Here's the details of the problem:
1. I have three web forms: WorkObject.ASPX, WorkObject_Header.ASPX and
WorkObject_Body.ASPX.
2. The WorkObject.ASPX web form has a FrameSet tag referencing the other
two web forms.
3. The WorkObject.ASPX receives a query string value, i.e,
WorkObject.ASPX?ID=123
I need to pass the value of the query string (123) from WorkObject.ASPX to
the other two web forms (WorkObject_Header and WorkObject_Body) referenced in
the FrameSet tag.
How can I do this? Any feedback is apreciated. Thanks.
frame set. Here's the details of the problem:
1. I have three web forms: WorkObject.ASPX, WorkObject_Header.ASPX and
WorkObject_Body.ASPX.
2. The WorkObject.ASPX web form has a FrameSet tag referencing the other
two web forms.
3. The WorkObject.ASPX receives a query string value, i.e,
WorkObject.ASPX?ID=123
I need to pass the value of the query string (123) from WorkObject.ASPX to
the other two web forms (WorkObject_Header and WorkObject_Body) referenced in
the FrameSet tag.
How can I do this? Any feedback is apreciated. Thanks.