You can pass some values via client side code to a control (or hidden
control) in your other frame.
Here's some javascript code that might do the trick for you:
parent.FRAMENAME.document.form1.myhiddentextbox.va lue='test';
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Gibs" <dotnet_Gibs@yahoo.com> wrote in message
news:uHkXScD5DHA.2412@TK2MSFTNGP09.phx.gbl...[color=blue]
> Hi
>
> I have two aspx pages in a frame and in the top page[top frame] i am
> creating the controls[TextBox etc..] dynamically and putting in a place
> holder. I have a hyperlink in this page[top frame] to populate the data in
> the bottom aspx page[bottom frame]. When the user clicks this hyperlink i
> need to populate the bottom aspx page[bottom aspx page]based on the user
> imputs. So i need to pass the values from the top aspx page [top frame] to
> bottom aspx page[bottom frame]. how can i achieve this. Please give some
> ideas...
>
>
> Thanks in Advance
>
>[/color]