i have pgentry table in my sql server 2005 with the column pg which has comma seperated values.
i have dropdownlist in my webpage, at the time of pageload, the comma seperated values (pg) in table (pgentry) should be added to dropdownlist box
Hi,
Use the following Split function to convert comma separated string to rows.
Then bind the data to DropDownlist
I hope this will help you out.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.