Filtering Data Using Control Of a windows From
After the data is retrieved from a data source by binding the data to a control of a windows from,you can filter this data to view selective record. This can be done in two ways. First parameterized queries can be passed to filter the data on the basis of a criterion. Second,with the help of controls in a Windows from, data can be filtered to view selective record.
Consider an example, where the sales manager of an organization wants to view the sales information of various stores in a grid format. This data can be displayed by establishing the connection to the database and binding the data by using the DATAGRIDVIEW control.
After the data is retrieved from a data source by binding the data to a control of a windows from,you can filter this data to view selective record. This can be done in two ways. First parameterized queries can be passed to filter the data on the basis of a criterion. Second,with the help of controls in a Windows from, data can be filtered to view selective record.
Consider an example, where the sales manager of an organization wants to view the sales information of various stores in a grid format. This data can be displayed by establishing the connection to the database and binding the data by using the DATAGRIDVIEW control.

