WebUserControls and SessionState

A

Andy B

I am making a WebUserControl that creates a dataset dynamically. There are
multiple steps for each table of the dataset where each step is a different
view of a MultiView control. Do I need to use Session to keep track of the
dataset inside the control?
 
M

Munna

I am making a WebUserControl that creates a dataset dynamically. There are
multiple steps for each table of the dataset where each step is a different
view of a MultiView control. Do I need to use Session to keep track of the
dataset inside the control?

Hi

"multiple steps for each table of the dataset where each step is a
different
view of a MultiView control"

so you change of current viewindex in post back of something ... if
this is the case
keep the dataset in session ...

or if you don't need any postback keeping huge things on session is
not recommended...

be carefull about the viewstate... don't put any data things on
viewstate , it will turn your page slow...

Best of luck

Munna
www.munna.shatkotha.com
www.munna.shatkotha.com/blog
www.shatkotha.com
 
A

Andy B

What do you mean by dont put any data thing on session? So I shouldnt be
putting a dataset in session?
 

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,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top