i have dropdown in ascx.cs page...i want "Select" to be bind in 0th position..it is not binding at first time...i also gave in !ispostback,no use....after insert it is binding....please give suggestion..
You can set the AppendDataBoundItems property for the DropDownList to true and then try out the following code to insert an item to the dropdownlist.
ascx: