|
-
Oct 24th, 2003, 06:07 AM
#1
Thread Starter
Addicted Member
Displaying Data in DropDownList
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 ropDownList id="ddDept" runat="server" Rows="1"
DataTextField="FirstName" DataValueField="DepartmentID" />
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|