6
Answers

Name concatenating from table

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)