I want to have 4 columns. col 1: contains a plain string col 2 :contains a button col 3: contains a text box col 4 : contains a combobox
These rows are to be created at runtime(C#). I have tried with DataGridView but that didn't look me as usual table in asp.net. Even tried to use TableLayoutPane l but that also I couldn't. Will anyone kindly provide provide me the code in any means (either TableLayoutPane l or DataGridview) ?
Thanks.
These rows are to be created at runtime(C#). I have tried with DataGridView but that didn't look me as usual table in asp.net. Even tried to use TableLayoutPane l but that also I couldn't. Will anyone kindly provide provide me the code in any means (either TableLayoutPane l or DataGridview) ?
Thanks.