Hi
I have created a small software indexing sample program(ASP.NET). It saves and retrieves data from a MySQL DB. The data retrieved is shown in a DataGrid. This works fine. Now i want to do it in C#, using the same code(as much as i can), but the datagrid control availible there, is not showing the data. What are the differences in the two controls, and can any1 show how to populate a C# datagrid with data from a DB?
