Hi
Im having a problem of displaying records in a datagrid, which should be filtered when a user types on a textbox.
Eg. there is a customer form. when the form loads it displays all customer details on th datagrid(works fine). there is a search facility where you can search for a customer by his name. when the user type a charactor on text box the grid should get populated with customers who's first char. of the name if equals to typed char. without retrieving from database..
Im having a problem of displaying records in a datagrid, which should be filtered when a user types on a textbox.
Eg. there is a customer form. when the form loads it displays all customer details on th datagrid(works fine). there is a search facility where you can search for a customer by his name. when the user type a charactor on text box the grid should get populated with customers who's first char. of the name if equals to typed char. without retrieving from database..