Excel Import
Visual Basic
2
Posts
2
Posters
3
Views
1
Watching
-
DataGrid with different controls to excel with cell color in vb.net I have already tried this code below like this: Export ASP.NET DataGrid to Excel[^] But I got some errors below like following these 1.Conversion from type 'ListItem' to type 'String' is not valid. 2.The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
-
DataGrid with different controls to excel with cell color in vb.net I have already tried this code below like this: Export ASP.NET DataGrid to Excel[^] But I got some errors below like following these 1.Conversion from type 'ListItem' to type 'String' is not valid. 2.The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).