Hello,

This is my first Website using ASP.NET and I am very unfamiliar about it.
I am creating Employee Management Application.
i have Employee Database, in that i have Emp_details Table having fields like (Emp_id,FirstName,LastName,Email,PhoneNo,Designation etc...).

in my Application i have a link View All Employees. in that i need to show all the employee details in table format.

I dont want to use any data source. i want to retrive data using datase n datareders.

i got the date . i wrote the logic in Page_Load() function the data is displayin at the top of the page.i need to display data in the table format with in my GUI.

please Help me out of this.

to view single record in tableview format use formview control.
setup the design the way u like and simply bind the values after filling the dataset.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.