How do I put data into a gridview using programming code?
I need an SQL statement which has variables:
"SELECT Mod_Naam, Mod_Omschrijving FROM Model WHERE Mod_ID = " + modid + " ", con
I tried the wizard but I can’t use variables in there so I have to use programming code (Never done this before and don’t know how)
Your could do something like