This is a migrated thread and some comments may be shown as answers.

Treeview selected nodes with IE back button

0 Answers 84 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
vairam
Top achievements
Rank 1
vairam asked on 08 Jun 2009, 03:18 PM
Hi

 

for (int i = 0; i < RadTreeView1.Nodes.Count; i++)

 

{

 

        bool bchk= RadTreeView1.Nodes[i].Checked;

 

 

}
Response.Redirect("WebForm1.aspx");

 

 

I have treeview control with checkbox.
I selected some nodes and click on save button at the time i can able to get all the checked nodes.But when i come back to the same page using click on browser back button at the time i can not get the checked node in button click event. all the nodes are returning false only .But in the UI its seems to be selected only.what i needs to do?

I am using IE 7.0 and
Telerik .Web.UI 2008.1.415.20

Regards
Vairam

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
vairam
Top achievements
Rank 1
Share this question
or