Hi,
My today task is to Create a simple screen with grid and get the record from the database. to get the record, should use the package with procedures, also OOPS concept should be used in the code.What concept shall i use here?Can anyone help me to do this?
Loading

Santosh KumarPosted Jul 29, 2013, 1:18 PM
using System;
Sanjeeb LenkaPosted Jul 23, 2013, 5:56 AM
check this link
http://www.dotnetfunda.com/articles/article71.aspx
http://dotnetsridhar.blogspot.in/2012/04/3-tier-architecture-for-inserting-and.html
Iftikar HussainPosted Jul 23, 2013, 5:22 AM
Please refer the below link
http://www.aspdotnet-suresh.com/2011/02/how-to-inserteditupdate-and-delete-data.html
Regards,
Iftikar
Ruchi HPosted Jul 23, 2013, 5:20 AM
You can use Employee Department example for this.
in where you can use OOPS concept Emploee - Head of Department or Boss
You can write insert/Delete queries in procedures.
and display data in grid.