rtbuquia Level: Professor Registered: 29-05-2003 Posts: 90
about pointing record in a datagrid
how to point to a certain record on a datagrid? ,as user pressed the first letter?
thanks..........
arnold
____________________________
rtbuquia
17-10-2005 at 08:22 AM
|
TJ_01 Level: VB Lord Registered: 24-08-2005 Posts: 320
Re: about pointing record in a datagrid
Hay buddy, I suggest you use listview instead of datagrid. Anyway, you must write a code in textbox's text change event to point out the index of the record in datagrid that match to the search textbox.