ASP.net 2.0 - MasterPage and CrossPagePostBack

  • Thread starter Thread starter Pawe³ Janowski
  • Start date Start date
P

Pawe³ Janowski

i want a know a value from previous page and a i have a master page
template.

on pure @pages it is working well, but on the @master with contentplace
(@page) don`t ;(

what i have to do ?
 
use the session thing

like: Session("id") = 10

you can use anything for id and give it a value or string

The value is stored as long as the session of the page takes.

rg,
Eric
 
rozumiesz Pawelek?

EMW said:
use the session thing

like: Session("id") = 10

you can use anything for id and give it a value or string

The value is stored as long as the session of the page takes.

rg,
Eric
 
i have to sessionless website ... without session. Only pure ASP.net 2.0
(masterpages with crosspostback) ...

crosspostback is implementent in asp.net 2.0 beta 1 ?
 
i have to sessionless website ... without session. Only pure ASP.net 2.0
(masterpages with crosspostback) ...

is crosspostback implementent in asp.net 2.0 beta 1 ?
 
Back
Top