ASP.net 2.0 - MasterPage and CrossPagePostBack

  • Thread starter Pawe³ Janowski
  • 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 ?
 
E

EMW

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
 
P

Patrick.O.Ige

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
 
P

Pawe³ Janowski

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 ?
 
P

Pawe³ Janowski

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top