The type or namespace name 'radpanelbar' does not exist in the namespace 'Telerik.WebControls' (are you missing an assembly reference?)
I have this already
on here RadpanelBar1 is complaning error above.. Radpanelbar1 is the ID of the radpanelbar ..
What I need to do?
I have this already
<%
@ Register Assembly="RadPanelbar.Net2" Namespace="Telerik.WebControls" TagPrefix="RadP" %>
but still on cs code it is not recongnizing radpanelbar ...
private void GoToNextItem()
{
int selectedIndex = RadPanelBar1.SelectedItem.Index;
RadPanelBar1.Items[selectedIndex + 1].Selected = true;
RadPanelBar1.Items[selectedIndex + 1].Expanded = true;
}
on here RadpanelBar1 is complaning error above.. Radpanelbar1 is the ID of the radpanelbar ..
What I need to do?