Hello. I'm having trouble getting a combobox bound to a property of an
object. I am populating the combobox using data binding, but I can't
get
the SelectedValue property to bind to an object; it never gets
updated.
I've included my short sample below, it's from a form with just one
control, a comb
Why don't you just parameterize the connection string entirely so it isn't
hard-coded? Then you can just temporarily change it in a config file.
---scott
>>> [EMAIL PROTECTED] 2/16/2007 2:33:26 PM >>>
Hi -
I'm working with unit tests, and for a particular reason (won't bore you
with the details,
What if you use composition? Create a new class to contain all your
shared functionality, then in each control class create an instance
variable of that type. That way you don't have to implement the code in
multiple places. Like:
public class MyCommonFunctionality
public sub Method1
end sub
.
I'm want to write an Internet Explorer plug-in that will be invoked
whenever a certain mime-type is downloaded. I'm having trouble finding
any info...can somebody point me to a tutorial or reference on the
topic?
---scott
-
This electronic mail tr