In a datalist I need to call a table column (terms and conditions i stored in a single column) how can i separate it in asp.net datalist with the help of .cs file with the help of commas it should come as a list.
How to split a column data with commas and call it into asp.net page?
122 views Asked by dargi vineela At
1
i think you can deserialize a record to your Type. for example :
each records has fetched from db should deserialize to your type.