New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Getting Started with the Telerik WebForms Navigation
Updated over 6 months ago
The following tutorial demonstrates how you can add RadNavigation bound to SqlDataSource control with three steps. The end result will be similar to Figure 1:
Figure 1: RadNavigation bound to SqlDataSourcecontrol

-
Add a ScriptManager control on a Web Form.
-
Add a RadNavigation control on the Web Form:Example 1: Basic declaration of a RadNavigation control:
ASPNET
<telerik:RadScriptManager ID="RadScriptManager2" runat="server"></telerik:RadScriptManager>
<telerik:RadNavigation runat="server" ID="RadNavigation1"></telerik:RadNavigation>
-
Use the SmartTag of the RadNavigation to assign SqlDataSource:

-
Use the Data Source Configuration Wizard to assign the DataSource and the preferable fields:

-
Assign the fields from the DataSource to the corresponding properties of the RadNavigation:
