is it the the most common way ?
Is there any guide lines on when it is prefered to use either, cookies or
viewstate or session ?
Ok cookies has its limitation in size and browser validation
Session is for user basis but......anything can be store in session too
thanks for your comments
"Karl Seguin [MVP]" wrote:
> Postback, load the values in the Context.Items and do a Server.Transfer.
>
> Karl
>
> --
> http://www.openmymind.net/
>
>
>
> "serge calderara" <> wrote in
> message news
7A19D26-1B16-4167-B655-...
> > Dear all,
> >
> > In practice, what kind of mechanism you guys are you using to pass forms
> > variable, or control value if you need to pass them form to form.
> >
> > As session we cannot so much rely on session due to time out, Viewstate is
> > affecting performance...
> >
> > Thnaks for your comment ?
> >
> > regards
> > serge
>
>
>