Hi Programmers,
Well I am in process to develope a Windows App in
VB.NET.
I need to display some records (80-90 thousand rows) in a Grid. On the form, there will be a Textbox where user will type something. Typing anything here will have to trace the item in a particular column of grid and the moment user finds the required record, he will hit enter and the value from a columm from selected/traced record will be captured in a variable. I have done this a lot with VB6 using a class file and module and DbGrid control. You must be aware that the DbGrid of VB6 is bound to a recordset. Moving inside recorset, automatically moves a record pointer in DbGrid.
In
VB.NET, DataGrid is also bound control. Can someone just give me an idea to open my wings towards this task.
I am looking for HOW TO logic and flow.
Hope you got my point !!!
Cheers...Anant