Hi all
I use only c# (or vb.net) and sql 2005
I am new to layered architecture design. I need to implement a record navigation form in c#(VB.net) windows application.
It will contain three textboxes one for entering the empname and another for entering empage and
another for entering his dateofbirth. I have buttons for adding, deleting and editing the current record.
Also i have buttons for first, next, last, previous for navigation of records through textbox controls.
Could you please help me in implementing this form with three layered architecture in
windows application and not web application with an easy example to
understand by beginners .
Thanks in advance
S.Naveen...