i need to maintain the state of an user control across some web forms.anyone have idea of how can i do that?
look into viewstate, not done anything with it myself yet, but thats the area you want to searc
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...
I dont think.the View state of the user control and the web config is OK.I´m changing the webforms with Response.redirect MethodI have tryed pass my object to the user control on Page_load event of each webformand them fill the labels in my webcontrol but it doesnt work .