Any similar controls in Windos Form like tables in ASP .Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Intro
    New Member
    • Apr 2012
    • 15

    Any similar controls in Windos Form like tables in ASP .Net

    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.
Working...