or
<
telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Windows7"
Align="Justify" ReorderTabsOnSelect="True" Width="347px" >
<Tabs>
<telerik:RadTab Text="Providers" NavigateUrl="http://localhost/CMIPSII/Default.aspx" runat="server">
</telerik:RadTab>
<telerik:RadTab Text="Reports" NavigateUrl="http://localhost/CMIPSII/Report/Reports.aspx"
runat="server">
</telerik:RadTab>
</Tabs>
</telerik:RadTabStrip>
I have to store the navigation url in webconfig and refer here.
Need help.
<telerik:RadNumericTextBox Save="Text" ID="txtFileFormat" runat="server" MaxValue="99" MinValue="1" Width="25px" TabIndex="1" AllowOutOfRangeAutoCorrect="False" AutoCompleteType="Disabled" ClientEvents-OnError="FileError"> <NumberFormat AllowRounding="False" DecimalDigits="0" />function FileError(sender, args) { sender.set_textBoxValue(null); }<
telerik:GridBoundColumn DataField="Suspension" DataFormatString="{0:MM/dd/yyyy}" DataType="System.DateTime" HeaderText="Suspension"
SortExpression="Suspension" UniqueName="Suspension">
</telerik:GridBoundColumn>
<asp:Button ID="BtnSubmit" UseSubmitBehavior="false" CausesValidation="true" Text='<%# (Container is GridEditFormInsertItem) ? "Insert" : "Update" %>' runat="server" CommandName='<%# (Container is GridEditFormInsertItem) ? "PerformInsert" : "Update" %>' ></asp:Button> <asp:Button ID="BtnCancel" Text="Cancel" runat="server" CausesValidation="false" CommandName="Cancel" ></asp:Button>