CSS Adaptor SelectedNodeChanged event not firing

C

Chris

I am using CSS adaptors. When I use enen the most basic treeview the
SelectedNodeChanged does not fire. Can anyone help, I am totally stuck. I
need to use the CSS adaptors to make the site accessible and compliant etc.
Here is some sample code. When I put the exact code in a non CSS adaptor
website, it works.

<asp:TreeView ID="TreeView1" runat="server">
<Nodes>
<asp:TreeNode Text="Test" Value="Test">
<asp:TreeNode Text="Test" Value="Test"></asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="Test" Value="Test"></asp:TreeNode>
</Nodes>
</asp:TreeView>

Protected Sub TreeView1_SelectedNodeChanged(ByVal sender As Object, ByVal e
As System.EventArgs) Handles TreeView1.SelectedNodeChanged
Response.Write("test")
End Sub
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top