D
Donald Welker
I'm building a web forms project and would like to provide consistent
connection, data adapter, dataset objects, etc. across multiple ASPX pages.
I'm having problems with trying to make these portable without breaking the
IDE or Intellisense such that I can still get the benefits of the VS.Net
objects without having the IDE replace most of the object's properties with
each instantiation.
I remember seeing a recent article in MSDN mag or thedotnetmag or some such
that gave an overview of how to do this using classes but I'm having no luck
finding it now. Can anyone point me in the right direction?
- Don W.
connection, data adapter, dataset objects, etc. across multiple ASPX pages.
I'm having problems with trying to make these portable without breaking the
IDE or Intellisense such that I can still get the benefits of the VS.Net
objects without having the IDE replace most of the object's properties with
each instantiation.
I remember seeing a recent article in MSDN mag or thedotnetmag or some such
that gave an overview of how to do this using classes but I'm having no luck
finding it now. Can anyone point me in the right direction?
- Don W.