Generic Master detail class/form in asp.net

  • Thread starter Thread starter Swati
  • Start date Start date
S

Swati

Hi All,

I have an application in which I have lots of master-detail forms. I
would like to make this code as much generic as possible so that I
dont have to do the repetitive tasks everytime. It will be very useful
for me if anyone can give me comments or links to resources about
this.

I know that this is a very vague posting but I am really not sure
where to begin.

thanks,
Swati
 
One of the best sources for architecture in the MS world is
http://msdn.microsoft.com/architecture. Look for the patterns and practices
books (free downloads in PDF). I am not sure they will specifically cover a
master/detail pattern.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Back
Top