Hi, I was wondering it there is a way to force parameter passing to a user control, something like a constructor.
The only way I know of to pass parameters is through Properties, but that does not guarantee that all the parameters will indeed be passed. A future client of the control may not even know which parameters he should pass. |