I have a VB.NET (4.5) project in VS2013. In it I have several DataGridViews populated by a SQL Server 2012 database. The DGV and connection has all been set up with the wizards, so I have BindingSources, DataSets and TableAdapters for the DGVs - no custom coding to populate the DGVs.
I need to...
Hello all,
New to the forum and relatively new to VB. I have two questions, and apologies if these have been answered before, but have done a search and have had no luck.
Is there a sample Northwind application/front end that I can download and peruse?
Secondly, I have been putting together an...
I had made a simple app before in which there were two text fields and the BindingSource component was used to fill those fields with data on form load from ms sql server and eventually bind those fields with sql database.
but now what i want is that the user tells the sql file name on run...
Hello,
I'm transferring my code from Outlook VBA to VSTO VB.Net. I'm using a ComboBox on a form, and on those two lines, when preparing the ComboBox from code, it takes too much time, making the form unusable:
ComboBox_multi_colonnes_Projet.DataSource = ProjetslisteBindingSource...
Hi All
I have a very simple database which I am doing some testing on. It has 1 table (called Table1) and within this table is 1 column (Titled Col1). These holds about 5 VARCHAR values. I am trying to create a simple webpage interface for this table which will allow me to enter a word and then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.