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.
sudipta sanyalPosted May 6, 2014, 5:15 AM
Khan Abrar AhmedPosted May 6, 2014, 5:11 AM
is there any reason to show the data without any data control.
if you dont want to use data control then create a daynamic table from your code after fetching the data and place the dynamic control.