I have a table to which I have used late-databinding to bind the textboxes and checkboxes on my windows form.
I use a bound combo box to that same table to display the correct info.
The textboxes are working perfectly in displaying the data from the correct row in the table when I select a...
Anyone have any suggestions for tracking down the an error occuring in the dll:
I've already got try/catch on all my code. When in debug mode it comes up with unhandled exception :
Systems.Windows.Forms.dll
SystemInvalidCastException
Since I've got all my code in try/catch blocks - this...
I have three tables
first table: vendors consists of the following columns:
vendor id (unique), address_id , specialty_id (address_id and specialty_id columns compose a unique key)
Second table: Addresses consists of the following columns:
address id (unique/key) - relationship to vendor...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.