I have a datagridview1 and search textbox1 on my form

On form load I need to fill datagridview1

* with absolute path+filename of certain filetypes like *.jpg,png,gif,bmp
* in a specific directory like Application.StartupPath & "\Images"



When user types in search textbox1

* datagridview1 contents need to be continuously filtered to match searchstring


Can anyone please tell me with the code to achieve this.


Thanks