IntroductionIn this article, let us see how to filter a DataGridView when we type some values in a textbox.Using the code
XML File 1<?xml version="1.0" standalone="yes" ?> - <NewDataSet>- <Table1> <Server>Server1</Server> <Database>Database1</Database> </Table1>- <Table1> <Server>Server2</Server> <Database>Database2</Database> </Table1>- <Table1> <Server>Server3</Server> <Database>Database3</Database> </Table1> </NewDataSet>
I have attached the complete source code also.
Merge Two Datatable Columns and Bind to ComboBox Control
Display App in Full Screen With Windows Taskbar
cool...works
I believe you pull your database records and save into a datatable. Here also am doing the same, i read into xml and dump into datatable.So once you select all your values and dump into datatable,then write the below linedv.Table = ds.Tables[0];
Hi I am in search of the same type of thing but i want to know how to search from database and please tell me how to do it with ADODB. Thanks in Advance