nmretd
Oct 24th, 2003, 06:07 AM
Is it possible to show 2 appended values in one dropdown list.
EG, I Want to show Firsname Lastname in the dropdown list below, but looks like this is only limited to showing one field (Firstname) ?
<asp:DropDownList id="ddDept" runat="server" Rows="1"
DataTextField="FirstName" DataValueField="DepartmentID" />
EG, I Want to show Firsname Lastname in the dropdown list below, but looks like this is only limited to showing one field (Firstname) ?
<asp:DropDownList id="ddDept" runat="server" Rows="1"
DataTextField="FirstName" DataValueField="DepartmentID" />