Ask a Question related to ASP.NET General, Design and Development.
-
Floela #1
DataGridTableStyle in ASP.NET?
I want to set a the MappingName of a DataGridTableStyle to "ArrayList" in an
ASP.NET page, but the class is stored in the System.Windows.Forms namespace.
It won't let me import the namespace at the top of my page (The type or
namespace name 'Windows' does not exist in the class or namespace 'System').
How do I create a DataGridTableStyle in ASP.NET?
Floela Guest
-
BLL-Class binding to a DataGrid using DataGridTableStyle
Hi, i have bound a Collection to a DataGrid. This works perfectly! But if i use DataGridTableStyle and DataGridColumnStyle to map my Attributes...



Reply With Quote

