Req: Using Classes in ASP.Net

  • Thread starter Thread starter Donald Welker
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top