Tell me the steps to display the dynamic data from database and show in asp.net page without using data controls. I have a table below.
eid ename esalary
1 Abhi 5000
2 Bala 8000
3 Chithra 6000
[Note: I need to show the datas fetch from db without using any data controls in asp.net]
Kindly give me the solution for this problem.