DB Query returns First and Last name as separate columns:
The control is bound to First name only right now.
What's the syntax to bind the series to First + Last name?
I know I can do it in the code behind but I want to know if it can be done in the asp markup?