ASP.net Multi-Pages problem

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

I am trying to create a multi-pages app.
I have created a template(T) and three other content usercontrols(u).

how should I construct this structure?

it is like

T(u1) --take QueryString--> T(u2) -> T(u3)

thanks
 
I am trying to create a multi-pages app.
I have created a template(T) and three other content usercontrols(u).

how should I construct this structure?

it is like

T(u1) --take QueryString--> T(u2) -> T(u3)

thanks
 
Back
Top