[2.0] Binding after postback

M

Maury

Hello,
I have a AccessDataSource (with a Session parameter)
a DetailsView and a Treeview,
when I click on the Treeview I would like to
refresh the DataSource and show the right record...
but it seems that no DataBinding happens...help, thanks!

protected void TreeView1_TreeNodePopulate(object sender, TreeNodeEventArgs e)
{
switch (e.Node.Depth)
{
case 0:
[..................]
case 4:
_id = Int32.Parse(e.Node.Value);
SaveState();
DetailsView1.DataSourceID = "AccessDataSource1";
}
}
 

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

Forum statistics

Threads
473,778
Messages
2,569,605
Members
45,237
Latest member
AvivMNS

Latest Threads

Top