|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
dropdownlist multiple fields in text?Is there a way to bind the DataTextField property of a dropdownlist to two
fields instead of just one? I'd like to have Lastname, Firstname if possible. Is there a way? hi
u can't have 2 values for data text field an alternative solution would be in ur sql query , select (firstname + ' ' + lastname) as name from customers and u can have "name" as datatextfield value. hope this helps Show quoteHide quote "HockeyFan" <Hockey***@discussions.microsoft.com> wrote in message news:5979C884-58F7-4570-8E54-D17DB19F296C@microsoft.com... > Is there a way to bind the DataTextField property of a dropdownlist to two > fields instead of just one? > I'd like to have Lastname, Firstname if possible. Is there a way? >
disable an ascx entirely in my web page
I guess a simple question but I cant find it :-( Integration of GridView and FormView DropDownList skin - assign BorderColor format text in dropdownlist Allowing entry of a Carriage Return during data entry DropdownLisr problem on postback Stop Postback in image button Change report chart type ad runtime. difference between user control and server control |
|||||||||||||||||||||||