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

Treeview with tooltip error

0 Answers 26 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Usman
Top achievements
Rank 1
Usman asked on 08 Nov 2008, 11:31 AM
i m using ur new tool tip manager  displaying on tree view ,i m using ur example  but when i use the following code i m getting the error is productdetails is not defined.can u plz help me how to define this product details

protected

 

void RadToolTipmanager1_AjaxUpdate(object sender, ToolTipUpdateEventArgs e)

 

{

 

ProductDetails details = (ProductDetails)this.LoadControl("ProductDetails.ascx");

 

details.ProductID = e.Value;

e.UpdatePanel.ContentTemplateContainer.Controls.Add(details);

}

reply me plz

No answers yet. Maybe you can help?

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