Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
WebDropDown Template Postback
posted

Ok so I must be doing something wrong here. See code below...  

 <ig:WebDropDown ID="WebDropDown1" runat="server" TextField="SomeFiled" ValueField="ID" DataSourceID="MyDataSource" OnSelectionChanged="wdd_SelectionChanged">
<AutoPostBackFlags ValueChanged="On" />
<ItemTemplate >
 <%# DataBinder.Eval(Container.DataItem, " SomeFiled ")%>
</ItemTemplate>
</ig:WebDropDown>

 

After postback all of the text in the dropdown is gone. The values are still there but the textField is blank.  What's happening here??

 

Thanks.

 

Neil

 

 

 

Parents
No Data
Reply Children
No Data