Home All Groups Group Topic Archive Search About

moving data from a page to an other page

Author
1 Mar 2005 2:54 PM
GMK
hi all
i have problem in moving data from a page which is a child page where a
datagrid is present and on each row there are a check box and a prent page
with a textbox i want to get the data inside the row check into the textbox
is there any tutorial somewhere which could help me ?
Thank you.

Author
1 Mar 2005 4:32 PM
Elton Wang
Hi there,

There are several ways, including ApplicationState,
SessionState, ViewState, and Cookie, to save and share
data between pages within a web application.

HTH

Elton Wang
elton_w***@hotmail.com

>-----Original Message-----
>hi all
>i have problem in moving data from a page which is a
child page where a
>datagrid is present and on each row there are a check box
and a prent page
>with a textbox i want to get the data inside the row
check into the textbox
Show quoteHide quote
>is there any tutorial somewhere which could help me ?
>Thank you.
>
>
>.
>
Author
2 Mar 2005 2:02 PM
GMK
i know that there are all those facilities but i want to find a way that
displays the values selected in the popup page to the initial page on client
side and without interfearence with the server.

Show quoteHide quote
"Elton Wang" <anonym***@discussions.microsoft.com> wrote in message
news:2a4001c51e7c$4d866b00$a401280a@phx.gbl...
> Hi there,
>
> There are several ways, including ApplicationState,
> SessionState, ViewState, and Cookie, to save and share
> data between pages within a web application.
>
> HTH
>
> Elton Wang
> elton_w***@hotmail.com
>
> >-----Original Message-----
> >hi all
> >i have problem in moving data from a page which is a
> child page where a
> >datagrid is present and on each row there are a check box
> and a prent page
> >with a textbox i want to get the data inside the row
> check into the textbox
> >is there any tutorial somewhere which could help me ?
> >Thank you.
> >
> >
> >.
> >
Author
2 Mar 2005 5:05 PM
Elton Wang
Do you mean two pages on client-side interact each other
without via server?

>-----Original Message-----
>i know that there are all those facilities but i want to
find a way that
>displays the values selected in the popup page to the
initial page on client
Show quoteHide quote
>side and without interfearence with the server.
>
>"Elton Wang" <anonym***@discussions.microsoft.com> wrote
in message
>news:2a4001c51e7c$4d866b00$a401280a@phx.gbl...
>> Hi there,
>>
>> There are several ways, including ApplicationState,
>> SessionState, ViewState, and Cookie, to save and share
>> data between pages within a web application.
>>
>> HTH
>>
>> Elton Wang
>> elton_w***@hotmail.com
>>
>> >-----Original Message-----
>> >hi all
>> >i have problem in moving data from a page which is a
>> child page where a
>> >datagrid is present and on each row there are a check
box
>> and a prent page
>> >with a textbox i want to get the data inside the row
>> check into the textbox
>> >is there any tutorial somewhere which could help me ?
>> >Thank you.
>> >
>> >
>> >.
>> >
>
>
>.
>
Author
3 Mar 2005 7:39 AM
GMK
yes this is what i mean is it possible??

Show quoteHide quote
"Elton Wang" <anonym***@discussions.microsoft.com> wrote in message
news:21c201c51f49$fda352a0$a501280a@phx.gbl...
> Do you mean two pages on client-side interact each other
> without via server?
>
> >-----Original Message-----
> >i know that there are all those facilities but i want to
> find a way that
> >displays the values selected in the popup page to the
> initial page on client
> >side and without interfearence with the server.
> >
> >"Elton Wang" <anonym***@discussions.microsoft.com> wrote
> in message
> >news:2a4001c51e7c$4d866b00$a401280a@phx.gbl...
> >> Hi there,
> >>
> >> There are several ways, including ApplicationState,
> >> SessionState, ViewState, and Cookie, to save and share
> >> data between pages within a web application.
> >>
> >> HTH
> >>
> >> Elton Wang
> >> elton_w***@hotmail.com
> >>
> >> >-----Original Message-----
> >> >hi all
> >> >i have problem in moving data from a page which is a
> >> child page where a
> >> >datagrid is present and on each row there are a check
> box
> >> and a prent page
> >> >with a textbox i want to get the data inside the row
> >> check into the textbox
> >> >is there any tutorial somewhere which could help me ?
> >> >Thank you.
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> >
Author
3 Mar 2005 2:57 PM
Elton Wang
You should look up in javascript or activeX control.

HTH

Elton Wang

Show quoteHide quote
>-----Original Message-----
>yes this is what i mean is it possible??
>
>"Elton Wang" <anonym***@discussions.microsoft.com> wrote
in message
>news:21c201c51f49$fda352a0$a501280a@phx.gbl...
>> Do you mean two pages on client-side interact each other
>> without via server?
>>
>> >-----Original Message-----
>> >i know that there are all those facilities but i want
to
>> find a way that
>> >displays the values selected in the popup page to the
>> initial page on client
>> >side and without interfearence with the server.
>> >
>> >"Elton Wang" <anonym***@discussions.microsoft.com>
wrote
>> in message
>> >news:2a4001c51e7c$4d866b00$a401280a@phx.gbl...
>> >> Hi there,
>> >>
>> >> There are several ways, including ApplicationState,
>> >> SessionState, ViewState, and Cookie, to save and
share
>> >> data between pages within a web application.
>> >>
>> >> HTH
>> >>
>> >> Elton Wang
>> >> elton_w***@hotmail.com
>> >>
>> >> >-----Original Message-----
>> >> >hi all
>> >> >i have problem in moving data from a page which is a
>> >> child page where a
>> >> >datagrid is present and on each row there are a
check
>> box
>> >> and a prent page
>> >> >with a textbox i want to get the data inside the row
>> >> check into the textbox
>> >> >is there any tutorial somewhere which could help
me ?
>> >> >Thank you.
>> >> >
>> >> >
>> >> >.
>> >> >
>> >
>> >
>> >.
>> >
>
>
>.
>