Hi,
I m doing a project in VB.NET.
I've created form and database connectivity is done.
I've displayed data in Datagrid through which user can sort and find records.
for finding the records, one combo box is used in which column name is given.
when user select the perticular column name then in the text box he should write the data which he wants to search.
eg: If he select "Name" column in combo box then he writes name in the textbox such as "Priya" and click on Find Button then related data should be displayed in Datagrid.
I m doing a project in VB.NET.
I've created form and database connectivity is done.
I've displayed data in Datagrid through which user can sort and find records.
for finding the records, one combo box is used in which column name is given.
when user select the perticular column name then in the text box he should write the data which he wants to search.
eg: If he select "Name" column in combo box then he writes name in the textbox such as "Priya" and click on Find Button then related data should be displayed in Datagrid.
Comment