Suppose in .aspx page their is dropdown in which i want to bind two coloumn in that dropdown.for example :-
in database their two column of First_name ,Last_name .I want these two columns value come in a single dropdown using C#.
How to do that? Please tell me.
If you are using the sql query , try this:
Then you need to bind it in the Dropdown as normally.