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 Hello Sir, I have a question in vb.net. I have written a program that could create 7 records in the datagridview. When I am able to enter the 8th record all the previous 7 records were getting cleared and started from the 1st record.
My question is, I dont want to clear all the records, instead I need a First In, First Out principle. That is, when I enter 8th record 1st record must get erased (sequencing it as 2 to 8), and when I enter 9th record 2nd record must be deleted ( 3 to 9), so on....
Can you please help me regarding this code, it is very urgent.
Below is the code with respect to the above question