C
Craig G
i use the following to populate a combo in a datagrid but was wondering how
i would add a blank entry to the top of the combo so that on first load it
has no value selected?
<aspropDownList id=cboIntensityAdd runat="server" Width="149px"
CssClass="yarGridCombo" DataValueField="CODE" DataTextField="PAININTENSITY"
DataSource="<%# FillPainIntensityCombo() %>"></aspropDownList>
FillPainIntensityCombo simply selects all records from a table using an
oracle stored proc.
Cheers,
Craig
i would add a blank entry to the top of the combo so that on first load it
has no value selected?
<aspropDownList id=cboIntensityAdd runat="server" Width="149px"
CssClass="yarGridCombo" DataValueField="CODE" DataTextField="PAININTENSITY"
DataSource="<%# FillPainIntensityCombo() %>"></aspropDownList>
FillPainIntensityCombo simply selects all records from a table using an
oracle stored proc.
Cheers,
Craig