title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Getting Started |
Getting Started - RadNavigation |
Check our Web Forms article about Getting Started. |
navigation/getting-started- |
getting,started, |
true |
1 |
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:
caption 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:
<telerik:RadScriptManager ID="RadScriptManager2" runat="server"></telerik:RadScriptManager>
<telerik:RadNavigation runat="server" ID="RadNavigation1"></telerik:RadNavigation>