|
|
|
start date: Tue, 14 Aug 2007 17:00:38 -0500,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
stephen
|
|
2
Ladislav Mrnka
|
|
3
stephen
|
Return value from Another Page
Hi,
I have a button on a webpage. Clicked event of this button opens another
page for search and populates a datagrid or whatever and then I want to
return value from this second page on to the first page.
How can i do this?
Thanks,
Stephen
Date:Tue, 14 Aug 2007 17:00:38 -0500
Author:
|
RE: Return value from Another Page
Hi Stephen,
you have to create some update javascript function (etc. UpdateValue) on the
first page and call this function when you want to close second page. I
described this technique in
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&tid=00c334f0-0106-43c8-90b7-ee8f772c77d1&cat=&lang=en&cr=US&sloc=en-us&p=1
Regards,
Ladislav
"stephen" wrote:
> Hi,
>
> I have a button on a webpage. Clicked event of this button opens another
> page for search and populates a datagrid or whatever and then I want to
> return value from this second page on to the first page.
>
> How can i do this?
> Thanks,
> Stephen
>
>
>
Date:Wed, 15 Aug 2007 00:26:01 -0700
Author:
|
Re: Return value from Another Page
Thanks Ladislav,
Will look into it.
Stephen
"Ladislav Mrnka" wrote in message
news:C0DD22F0-BDF7-44E1-A480-E9D3AA19140B@microsoft.com...
> Hi Stephen,
> you have to create some update javascript function (etc. UpdateValue) on
> the
> first page and call this function when you want to close second page. I
> described this technique in
> http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&tid=00c334f0-0106-43c8-90b7-ee8f772c77d1&cat=&lang=en&cr=US&sloc=en-us&p=1
>
> Regards,
> Ladislav
>
> "stephen" wrote:
>
>> Hi,
>>
>> I have a button on a webpage. Clicked event of this button opens another
>> page for search and populates a datagrid or whatever and then I want to
>> return value from this second page on to the first page.
>>
>> How can i do this?
>> Thanks,
>> Stephen
>>
>>
>>
Date:Wed, 15 Aug 2007 16:40:29 -0500
Author:
|
|
|