Hi Svetlina ,
I want to implement radtooltip for rad tabstrip
if (!Page.IsPostBack)
{
AddTab("PathwayMain");
AddPageView(RadTabStrip1.FindTabByText("PathwayMain"));
AddTab("Categories");
AddTab("New Pathways");
}
the radtabstrip is generated dynamically by taking user controls.
i want tolltify the first tab(PathwayMain) not others or whole tab.
Any suggestion really appreciated
Thanks
Chris