or
I have populated my rad combo box from database but i want to add a item named as "Select" as default to be shown initially after being populated.
Like if data from database if 1,2,3,4 then data should be displayed as select,1,2,3,4.
anyone help please.
| RadFileExplorer1.Grid.MasterTableView.NoDetailRecordsText = "Upload files using right mouse click or the upload button."; |
<telerik:RadMenu ID="RadMenu1" Runat="server" DataFieldID="MapID"
DataFieldParentID="ParentID" DataNavigateUrlField='<%# Eval("Url", "?Url={0}") %>'
DataSourceID="LinqDataSource1" DataTextField="Title"
Skin="Telerik" Width="100%" >
basicly I just want the menu to postback to the default.aspx page where I have a details view.
somehing like this" default.aspx?Url=PageName
Any ideas?
Thanks