Can some one suggest...I am not able to figure out why the autopost back is not happening once i change the index of ddl.
Please advise what am i missing? Here is the markup:
<telerik:RadComboBox runat="server" ID="ddl" AutoPostBack="true"
DataTextField="name" Width="152" OnSelectedIndexChanged="Bindemail"
DataValueField="name" DataSourceID="DataSource1" AllowCustomText ="true"
EmptyMessage="Select user..." HighlightTemplatedItems="true"
Filter="Contains" MarkFirstMatch="true"/>