ok...
i am creating a asp .net web page to display the emp information record by record using detials view and sqldatasource control.
sqldatasource properties are
provider name:system.data.sqlclient
connection string: user id=sa;
password=tiger;
selected query select * from emp;
detailsview control properities are:
datasource id=sqldatasource1
allowpaging=true
pagersettings
mode-nextprevfirstlast
i set this properities to this control
while using this it gives error
invalid object name: EMP
this is error it giving..