2
Answers

How to display dynamic data from db without using data ctrls

Hi sir,

        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.

Answers (2)