blah blah blah is here! blah blah » Close

0
votes
1 answers

How can I retrieve image from database, and load it inside a PictureBox in a Winform?

Say I have stored images in a field called Picture, in a database called productcatalog, and from table Products, I want to retrieve those images and put them in a PictureBox in a Winform. I tried with below code, but it is not able to w ...

0
votes
1 answers

Help with storing/accessing user access roles C# Winforms

Hello, firstly I would like to thank you in advance for any assistance provided. I am new to software development and have designed several Client/Server applications over the last 12 months or so, I am currently working on a project that i ...

Feedback