Displaying a DataGrid in child Form
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a Main Form, with controls, which are dynamically being populated from the database on FormLoad Event. There is a button called "Run Query", when I click this button, I want the result of the query to be displayed in a "Child Form" in a DataGrid, with sorting and paging facility and also a column in the "data grid", which allows me to edit the selected records. Any working examples or help is appreciated. Thanks abhi