I'm making a questback in Windows forms (VB). I've succesfully setup the MySQL-database, and made connection with everything needed. I've also manage to populate a DataTable called tblAlt for the alternatives for the question.Then I try to populate each radiobutton with rows from the DataTable.Here's what I tried:
For Each row In tblAlt.Rows If tblAlt.Rows.IndexOf(row) = 0 Thenof the table).
I am trying to build a DataTable to populate a DataGrid in VB.NET. The columns will be the username and then question from an exam. Each row will be the answers by user for each question.
So it would look something like this:
Username | What is your favorite color? | What is your favorite book? ------------------------------------------------------------------------- Joe Blue The Hobbit Fred Red The Road
[Code].....
That works great and gives me a table that has the needed columns, but I am stuck as to how and get each users answer and put it under the appropriate column.
I tried adding rows in the same loop, but that just adds all of the answers under the first column.
I've got two lists, ones a DataTable, the others an array list. I want to populate a CheckBoxList with the contents of the DataTable, and check any entries that exist in the array list:
Heres the DataTable that will populate the checkboxlist with the product column:
I'm trying to populate a List with a column of a DataTable in order to later convert it to a AutoCompleteStringCollection later. Is there a neater way to do it than the "good old" For Each?
Is there a way to use myDataTable.Rows.CopyTo for this task?
Probably a very dumb question but I have a program whereby I create and populate an in memory datatable, which I then add to a data-set. I then run a couple of updates on the dataset and need to know how to then send these updates down into the in memory datatable :Here is a mock up of the code structure following the creation and population of the table :
There's a thread that i'd read wherein you reply regarding on shortcut on populating a listview with databatable or dataset, but i forgot it. How did you populate a listview with datatable or dataset with just one line.
In datagridview .DataSource how about in listview ?
I have a DataTable that has a hierarchyid data type column pulled from SQL Server. Is it possible to use the column to easily populate a treeview object in Visual Studio 2008?
Part 1 of what i want to do is on the Load Event of my form i want to look at an excel worksheet and populate a data table with the data found in the first two columns of the worksheet.
Essentially column 1 is Descriptions and column 2 is pricing
Part 2 of what i need to do is that when a user selects a description from the combo box it populates a text box with the appropriate pricing.
After doing some reading into this all i have seen is some threads on how to use Jet4.0 to link and grab the data but it is my understanding that Jet doesnt work with 64 bit OS.
Nonetheless I need to figure out a way to accomplish my end goal and make it as universal a solution as possible (ie. i do not want it to only run on 64 bit or 32 bit machines)
I've populated my DataTable will all the results from a SQL search. Upon a button click I want to populate a combobox with all the results where a condition is met. My DataTable as a column called UserID and I want to add all results where the UserID is equal to a set value (for example 12). I can do this to add all results and I guess I could add a if statement inside this to be If Entry.Tag = 12 Then but is there a better way?
I am trying to populat a treeview with nodes that are the values of a column in a datatable. I have managed to get the correct number of nodes but the text is not displayed next to the nodes, there is just a 3 shape but the other way round and with square corners shown.
The code is below. I would like to have these parent nodes populated on the form load and then (i think this is what i have read) to be quicker i would like to then load the childnodes once a parent node has been selected, as i don't want to load the whole database on form load or when the form is refreshed.
I want to modify this function to populate an array with each item in the database.I have tried various options, but I just can't get it to work
Private Function ConnectMe() As DataTable Dim conn As String = "Server=192.168.0.36;Port=3306;Database=wswc;Uid=r oot;Pwd=Jack" Dim cmd As String = "SELECT * FROM st_users"
[code]....
Instead of fill, I want to one by one add it to the dataset and also an array?
I need to pull from an access database to populate a combobox. Then from there I need to have a second combo box populated depending on the selection in the first box. My thought of an example would be a website that is setup for selecting car make, modle,year...can that be done in VB?
I want to populate a combo box but not using a database e.g. combobox displays red white blue
But want I want is if a person chooses red I want to pass back the number 1 value to a backend database. I'm able to populate a combo box with the colours but not sure how i 'grab' the value to pass back Dim colours as string[] = new string[] { "red", "white", "blue" } m_cmbColours.Items.AddRange(colours)
What I want is this value Colour 1 red 2 white 3 blue
Combobox just displays the colours and when chosen in the combo box I grab the value corresponding to colour chosen.
I've given up on my harder stuff and have simplified it to something else. There are no errors that pop up now but the list box doesn't populate! I took the code from a book and there's a data adapter, data connection, and data set on the form already (they're not named in this code though, since the book didn't say to). When the program opens, the list box has a line of text in it and the list box doesn't fill with the right items.
Private Sub EditStock_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try Dim dsitemlist As New DataSet Dim itemlistadapter As New OleDbDataAdapter _ ("SELECT ItemName FROM Stock", ConnectString) [Code] .....
And here's what shows in the box. system.data.dataviewmanagerlistitemtypedescriptor
I need to create a search form where a combobox populates with names then the user clicks a name and the textboxes in the form are filled with the correct data for example txt_Firstname txt_last txt__nameage would all be filled with the right data from access.
I already have the combobox sorted meaning i can successfully see First names in the combo box so now all i need is helping with clicking a name in the combo box and the dataset being populated in the text boxes heres the code used to populate the combo box:
Private Sub Search_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load dbprovider = "PROVIDER = microsoft.jet.OLEDB.4.0;"
I've been working on this for three days now and I can't seem to get my listbox to populate. I'm connecting to an sql database. Where am I going wrong? Dim cmd As New SqlCommand("SELECT DISTINCT natureport FROM rates ORDER BY natureport", conn)
I am trying to learn how to populate a tree from a database, I did this same thing back in Vb6 and am trying to learnhow to do it in VB.Net, but I am having trouble with the code. From looking on the web I have piced this together, but I think it may be far off. It just jumps out put leaving the tree blank; and it gives no error message. I put in a try error catch and it cannot convert the data to a double, but even if I take this out it does not work. It is stuck at the line with: dr("CustomerID") <> hID I was using this to check for a parent node, I can take it out, but it still does not work; I am afraid that I am be way off here. I am using the Nothwind database.
how to populate a treeview from a SQL datbase. I have been looking on the web but I have not found a lot and wwhat I did find show some things that, like child nodes that I cannot find. Basically I am pulling orders from the Northwind database and want to have a branch with an order and off this branch the with the ID of the order details. So when the they click on the order node it expands to show the orderdetail ID.
I get the a branch, weiht the code below, with the order IDs but cannot get the child branch.
my code
Public Class Form2 'Dim TreeView1 = New TreeView Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
populate values from a database(Access) in to vb.net form. after selecting a field from first form , the next form should display all the parameters used in the selected field from the data base. Also if do editing it shppuld be updated in the database.
Public Class Editdetails Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim cn As New System.Data.OleDb.OleDbConnection[code]....
I have 3 labels I want to populate with info from my database. I have a SELECT statement that works for only one piece of info but I need it to include the other 2 as well.
I have 3 labels: Current, YTD, and MTD My select statement is working for YTD but I don't know how to write the SELECT statement to include the others.
Im new to vb.net and would like to know the very basics on how a datagridview works? how does it populate data from the database? what process does vb follow to update this datagridview? I'm trying to get my head around the following terms and need some explaining how they work and how they are linked? if possible, is there a link to a diagram that explains this?
I have a database in ms access. I am trying to use a listview to populate this database. I have comboboxes and textboxes that populate the listview. I have tried to just make sure that my database will populate with the combo boxes before I try to code it to populate from the listview. I am running into an error while trying to populate this database. The error I am receiving is the following, Syntax error in INSERT INTO statement. The error is occurring in the da.update(ds, "TrapDatabase") line.
Code: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim con As New OleDb.OleDbConnection Dim dbprovider As String Dim dbsource As String [Code] .....