Debasis Mohapatra

Debasis Mohapatra

  • NA
  • 381
  • 53.6k

Name concatenating from table

Nov 30 2018 12:58 AM
Hi,
 
I want to display co visitor name details means not a single name for mutiple name should disply in print page ram,shyam,papa . for sigle ram display the code is through join it's working fine. if i have mutiple names then how can i show in the asp.net c# code
 
lblcovisitornames.Text = dt_rec.Rows[0]["name"].ToString(); 
 
 

Answers (6)