R
RAJAN CRP
I need to implement MVC Design pattern/layered design in my C# windows
application which is as follows:
The application has a single winform having buttons for inserting a
record, deleting a record, editing a record, movefirst, movenext,
moveprevious, and movelast. The records should be navigated through
textboxes. It should contain a table in sql server with just two fields.
E.g Name-Varchar(20) and EmpAge Int.
Pls provide me with full code
Thanx in advance
application which is as follows:
The application has a single winform having buttons for inserting a
record, deleting a record, editing a record, movefirst, movenext,
moveprevious, and movelast. The records should be navigated through
textboxes. It should contain a table in sql server with just two fields.
E.g Name-Varchar(20) and EmpAge Int.
Pls provide me with full code
Thanx in advance