is there proceed information bond unparalleled vigilant but eg. repeater control?
lets contend i have unparalleled vigilant form car i wish news html:
class car {
open int wheels { get; set; }
open twine denote { get; set; }
}
i don't wish asp.net repeater listview controls bond since seems too verbose. i only have object. nonetheless i still wish means databinding syntax i won't have labels literals. something like:
<div>
wheels: <%# (int)eval("wheels") %><br />
model: <%# (string)eval("model") %>
</div>
does anybody know control out there does only that?
and i am prepared switch asp.net mvc only yet.
unfortunately, detailsview control doesn't infer needs since doesn't seem support template-style syntax i am after. it, too, needs organization datasource vigilant kind.
i favourite improved fortitude adage torkel suggested. i try that.
Comments
Post a Comment