I have a string in datbase like 10,11,12,13,14,15.
I want to bind in GridView as
10
11
12
13
14
15
Use the following Split function to convert comma separated string to rows.
Split function in SQL Server Example: Function to Split Comma separated (Delimited) string in SQL Server 2005, 2008 and 2012
Then bind the data to GridView
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.