A
ad
I use the code to create a DataGrid and filled with data,
But the DataGrid1 didn't display in WebForm.
How can I display the DataGrid after creating it?
DataGrid DataGrid1 = new DataGrid();
But the DataGrid1 didn't display in WebForm.
How can I display the DataGrid after creating it?
DataGrid DataGrid1 = new DataGrid();