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