Simon Deshaies:If you let me know how you want to use this or what you are trying to do, I will be able to give you more specific hints.
... Hi
I hope its ok i add a sub-question in this forum..
Ive been searching for the answers ive found in this string all night, but still miss some.
Ive been able to do a lot of the things i wish for using a sqldatasource, a detailsview, grid or other controls, but i am interested in creating the most optimal connection like described in this thread.
Basically i want to design an input page, where a user creates a repair-case. The User id is successfully passed throug to this site from a customer overview page.
So i have designed a page with repairtype, problem description, received by, etc etc..It includes textboxes and dropdownlists. + a submit repair button
I understand all of the above, regarding creating a class for database connection which is optimized for pooling, but i dont know how to insert the data chosen/written in my textboxes to the table columns.
Ive seen a lot of code examples but i seem a bit confused, and im searching the right way to do it. My best guess is that im missing code in my button_click event, and a insert <insert @
But dont know how to write these. : / Any help would be appreciated..
Lastly i wanna give a lot of credit to the forum, where a lot of my answers have been found, but still its the first time im posting, because of your posts about pooling, and connection class were so VERY helpful.
Thanks