How to get the item content in a datalist?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Here is a datalist in the page, which has one columen checkbox and some databind grids. After users click the checkbox in browser, the program should get the content of the grids. I use the Datalist.Items[index] property, but get a string with multi grids and with html format. How to get the text only of each item? Thanks!