Parameters to "New" in VB
Hello,
I am building a user control (in VB .NET 2005). It will end up with two
data sources. One of those will hold a single row which will populate a set
of text boxes. The other data source will return a number of rows which
will feed a DataGridView.
My challenge is that both underlying queries require a parameter to limit
the records retrieved. So, I need to find a way to make the user control
insist that it is given a parameter to its New method. As the code is
autogenerated when I drag the control onto a Window, I'm struggling.
Clues welcome. Thanks.
Date:Fri, 3 Aug 2007 16:00:31 +0100
Author:
|