K
Karl Hungus
Looking for a high level description of good practices.
I want to build a little admin tool for my site -- using asp.net, c#, and an
xml file as the database. Im kind of new to asp.net and im looking for a
suggestion on how to design it so that I can read and parse the xml within
my own objects and use the data to populate info in the html.
How should I use an external .cs file with an aspx page? Is there some kind
of special interface I have to implement in my cs file? Or can I design a
class (in the cs file) and instatiate it in the aspx and call methods on it?
Should I use databinding?
Basically looking for the most modular approach with least code in the
presentation layer.
Thanks in Advance,
Karl
I want to build a little admin tool for my site -- using asp.net, c#, and an
xml file as the database. Im kind of new to asp.net and im looking for a
suggestion on how to design it so that I can read and parse the xml within
my own objects and use the data to populate info in the html.
How should I use an external .cs file with an aspx page? Is there some kind
of special interface I have to implement in my cs file? Or can I design a
class (in the cs file) and instatiate it in the aspx and call methods on it?
Should I use databinding?
Basically looking for the most modular approach with least code in the
presentation layer.
Thanks in Advance,
Karl