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?
<asp
ropDownList id=cboIntensityAdd runat="server" Width="149px"
CssClass="yarGridCombo" DataValueField="CODE" DataTextField="PAININTENSITY"
DataSource="<%# FillPainIntensityCombo() %>"></asp
ropDownList>
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?
<asp

CssClass="yarGridCombo" DataValueField="CODE" DataTextField="PAININTENSITY"
DataSource="<%# FillPainIntensityCombo() %>"></asp

FillPainIntensityCombo simply selects all records from a table using an
oracle stored proc.
Cheers,
Craig