[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

How can i pass variable values...

=?Utf-8?B?cm9kY2hhcg==?=

2/27/2004 7:41:00 AM

Between pages in a frameset when i press a button

//Magnu


1 Answer

Sarmad Aljazrawi

2/29/2004 12:06:00 PM

0

here are some ways:

1. You can build up a javascript when you clicked this button which would
reload the pages in the frameset and add variable values as parameters
(querystring).
2. You can use session variables when you clicked the button and also reload
the pages in the frameset.
3. Use javascript onclick which would set the values of the variables in
variables or controls in other pages in the frameset.

/regards
--
Sarmad Aljazrawi
B.Sc. Computer Science, MSDBA, MCP
www.aljazrawi.net


"Magnus" <anonymous@discussions.microsoft.com> wrote in message
news:0EFEAD91-48ED-4081-9C4F-9B6082AF7EE1@microsoft.com...
> Between pages in a frameset when i press a button?
>
> //Magnus
>
>