This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

DataTable C#

chào ae cho hỏi xíu mình có đoạn code như sau:
column6Room = new DataGridViewTextBoxColumn();
column6Room.HeaderText = "08:30"; // Set the header text
column6Room.Name = "column6"; // Set the name of the column
column6Room.Width = 55;
grdMeeting.Columns.Add(column6Room);
/////////////////////////////////////////////////////////////
dt.Columns.Add("08:30", typeof(string));
grdMeeting.DataSource = dt;
khai báo kiểu datatable như này chạy ok, còn add column như trên lỗi như hình mong ae chỉ giáo. mình khai báo rồi sao lại lỗi không tìm thấy cột
 

lvt491

Rìu Vàng Đôi
Nó báo lỗi ko có cột tên 08:30 do bạn đặt column6Room.Name = "column6"
Thuê code đi bạn )