Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

User control state

  Asked By: Robert    Date: Apr 23    Category: Asp.net    Views: 654
  

i need to maintain the state of an user control across some web forms.
anyone have idea of how can i do that?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Clarence Nichols     Answered On: Apr 23

look into viewstate, not done anything with it myself yet, but thats the area you want to searc

 
Answer #2    Answered By: Geena Ma.     Answered On: Apr 23

What seems to be the problem? Maybe you have disabled ViewSTate in web  config file or maybe on the page containing usercontrol or maybe on the user  contro with enableViewState=False...

 
Answer #3    Answered By: Garrett Brooks     Answered On: Apr 23

I dont think.

the View state  of the user  control and the web  config is OK.
I´m changing the webforms with Response.redirect Method

I have tryed pass my object to the user control  on Page_load event of each webform

and them fill the labels in my webcontrol but it doesnt work .

 
Didn't find what you were looking for? Find more on User control state Or get search suggestion and latest updates.




Tagged: