Infragistics TreeView control TargetFrame property doesn't work???

A

Aaron Ackerman

I am using the latest Infragistics suite for .NET.
I am using a tree view controlso that when i select a particular item it
will brin up the specified URL in the appropriate pane.
When I trigger the appropriate event it does bring up the correct URL but in
a new window

What am I doing wrong?


private void uwTreeControl_NodeClicked(object sender,
Infragistics.WebUI.UltraWebNavigator.WebTreeNodeEventArgs e)
{
e.Node.TargetFrame = "main";
e.Node.TargetUrl = "/lMyWeb/MySubFolder/MyASP_Page.aspx";
}
 

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,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top