About Rohit Prakash Expertise I can answer questions on VB.NET 2003. Areas include: Designing/Developing/Deploying desktop/client-server applications. I can also help in database connectivity using ADO.NET to connect to popular databases like Oracle,Access,SQL Server,MySQL,PostgreSQL etc.
Experience I have 3 years experience using Visual Basic.NET in corporate environments. I have been providing consulting to private organizations and large departments and also developed solutions for custom needs.
Education/Credentials Master of Computer Applications.
Expert: Rohit Prakash Date: 4/1/2007 Subject: VB NET AND DATAGRIDS
Question In vb6 it was easy to place a grid on a form, a datacontrol and link them with a database...in vb.net...how do i place a grid on a page and manage it seeing there is not datacontrol available. Would you have a code sample that would help me...kind regards
Answer You need to use "Data Adapter" for this. From the ToolBox you need to select an appropriate DataAdapter and configure it according to your needs. It is more reliable now. However the details cannot be covered here.