Hy,
I am facing a problem with the statement:
MyDataAdapter.fill(myDataSet)
The error is the following:
Server Error in '/Trial Projects/Accounting' Application
Login failed for user 'Server\Aspnet'.
I am user of the connection and so on, I tried many ways, by writing the codes, by using the wizard, and I tried with SQL Database and with SQL Server Database, in all cases I am not beeing able to fill my DataAdapter.
Any idea of how can I solve my problem, I want to link text fields to a database in a web application, couldn't be done??
I am facing a problem with the statement:
MyDataAdapter.fill(myDataSet)
The error is the following:
Server Error in '/Trial Projects/Accounting' Application
Login failed for user 'Server\Aspnet'.
I am user of the connection and so on, I tried many ways, by writing the codes, by using the wizard, and I tried with SQL Database and with SQL Server Database, in all cases I am not beeing able to fill my DataAdapter.
Any idea of how can I solve my problem, I want to link text fields to a database in a web application, couldn't be done??