Posted 15 Oct 2010 Link to this post
<
telerik:RadComboBox
ID
=
"ddlLineNum"
runat
"server"
DataValueField
"all_line_id"
DataTextField
"line_number"
Width
"250px"
Skin
"Windows7"
HighlightTemplatedItems
"True"
DropDownWidth
"290px"
AutoPostBack
>
ItemTemplate
table
border
"0"
cellpadding
cellspacing
tr
td
style
"width: 75px;"
<%#DataBinder.Eval(Container.DataItem, "line_number")%>
</
"width: 200px; padding-left: 5px;"
<%#DataBinder.Eval(Container.DataItem, "line_description")%>
Posted 18 Oct 2010 Link to this post
Posted 25 Oct 2010 Link to this post
<%#DataBinder.Eval(Container.DataItem,
)%>
e.Item.FindControl(
"Literal1"
)
as
Literal;