need help

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm creating asp.net using C# and I'm going against a SQl db. One table i'm
going against i need to pull FirstName from one column and LastName from a
seperate column.

How can I join these 2 columns in my query and display them together in my
datagrid?
 
Ok thanks, got that, now how can i have the lastname first seperated by a
comma then the firstname?
Like.

Doo, Scooby
 
Back
Top