windows application development question
Hi,
i have windows application development question, using C# .net. I am ASP.net C# web developer trying a windows application using C#.net for the first time. So here is my question:
I have a datatable called dt with two columns (c1 and c2)
I have a datagrid already, I want to know how to make 3 columns in that datagrid so that the first column get its values from c1 of dt and the second column gets its values from c2 of dt and the third column has a button in it.
In ASP.net C# webdevelopment, it was easy in the sense that i would use the table dt as a datasource for the gird which would have 2 bound columns and one button column defined in the aspx page.
All help would be appriciated.
thanks in advance
khawari@hotpop.com

