DropDownList / <select> value not setting in Itemplate

C

cosine... zero

<select id="ZoneID"
Multiple=False
DataSource=<%# UserList.DataSource.Tables("Zones") %>
DataTextField="NewsZoneText"
DataValueField="NewsZoneID"
value=<%# Container.DataItem("NewsZoneID") %>
runat=server />

NewsZoneID -is- an integer, but even a ToString() on the dataitem does not
set the value.
Databind is being called on the iTemplate in OnInit, and considering the
datasource binds fine, I'm not sure what is occuring.


Thanks!

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top