hi i want to show entire column data from sql and show in a single textbox with ","
rahulsingh725 0 Newbie Poster
Recommended Answers
Jump to PostGet your results into a collection, then use String.Join
Jump to PostWell I'll assume you know how to extract the values from the DB with an SQL query. Once there it's rather easy
All you need to do is create a for loop, and extract each value and pass it into a string. Then have another string that you simply append …
All 5 Replies
rishif2 57 Posting Whiz in Training
Momerath 1,327 Nearly a Senior Poster Featured Poster
JOSheaIV 119 C# Addict
rahulsingh725 0 Newbie Poster
JOSheaIV 119 C# Addict
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.