Problem With CUSTOM CONTROLS

  • Thread starter Thread starter GMK
  • Start date Start date
G

GMK

Dear all
i'm facing a problem in creating a user control that allows me to set inside
this user control an instance of a dataset and to set an SQLDATAADAPTER.
those 2 controls would be used on multiple pages so i don't want to assign
them manually on each page i want to put them in a control or class or
whatever and i could then use this control on all my pages.
my dataset and my sqldataadapeter are visually created not programatecally.
is this possible??? if so can anyone help me how could i make it please??


THANKS A LOT
 
add a component to your project, and drag-drop your ado.net object onto it;
your web forms can utilize one component.
 
Back
Top