this is the C# code of the query (trying to make it so I can upload images to my DB table): protected void ButtonInsert_Click(object sender, EventArgs e) { insert(); } public …
this is the C# code of the query (trying to make it so I can upload images to my DB table): protected void ButtonInsert_Click(object sender, EventArgs e) { insert(); } public …