How to maintain Treeview state on postback - asp.net

I am working on asp.net using C# 4.0. I am working on the treeview control where data is loaded from the sql database on click of the node. I am facing a issue when i redirect to some other page and come back i am not able to load the treeview with same data which i previously loaded before the page postback. can any one help on this. thanks in advance.

Related

asp.net Viewstate and publishing

I have an asp.net application where users answer question in a quiz.
After clicking on "next" a new question is loaded with an Ajax Postback.
I am using the RadAjaxPanel Telerik Control. I think it uses the UpdatePanel internally.
Will my users have (viewstate) errors if I publish a new version of the application during they are using the site?

signalR and gridview reload page in asp.net webform

How do I use the signal R when the information in the database has changed the entire page to reload?
Or how can one bind the grid view again?

ASP.Net - Populate dropdownlist from sharepoint list

I have an site with a dropdownlist where I need to use a sharepoint list as a datasource.
The site is NOT a part of the sharepoint, but is running besides it.
Any ideas how to go about this?

How to recover the Ajax extension tab in visual studio 2008 sp1 toolkit?

hi all i accidentally deleted ajax extension tab in toolkit in the belief that it is ajax control toolkit tab. Can u please help me to recover the old ajax extension tab in the toolbox ? i tried resetting the toolbox ,it worked but there are a lot of controls repeating
in the ajax extension pane so i deleted it again. Each time i try to recover it the same controls repeats. Any workarounds for this issue? i need only one set of items in the ajax extension tab. please help ..

How to make a multi page server control in asp.net?

I recently tried to create an ASP.Net server control. This server control should has at least two pages. One page for registration (Users can register) and one for asking questions. It is important to make it with ASP.Net Server Control.
The plan is to make this server control and web designers can easily drag and drop this server control into ASP.Net WebForms or MVCs and set properties like back-color or header image in properties tab. I wonder if its possible to have two pages in a server control dll file with all events, viewstates and properties.
Please some one tell me how to create a second page in a server control dll file? And another question is how to move between those pages?
As per my understanding you should go for MultiView or ASP:Wizard control ?
Maybe you are looking something like this from codeproject.

Resources