AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
Question how do i dyanamically display records in datagridview for user input and save records to database after i scan barcode values in textbox
Answer You can do that on textbox change event. I think depending on a barcode configuration it can be asked to simulate a CR at the end of scan in which case you can also trap keypress event of the textbox and see if the keypressed is VBCR.