|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
problem with ADO
Hi All
im new to ASP.NET and im in the process of learning it. Got a problem. At the moment im working with ASP.NET through Visual Studio.Net. im trying to set up a dataset. I create my connection using server explorer window which works fine, i create a data Adaptor, data set, datagrid and then bind the dataset with the datagrid using the folowing code private void Page_Load (object sender, System Eventargs e) { sqlDataAdapter1.Fill(dataSet1); DataGrid1.Datasource = dataSet1; DataGrid1.DataBind(); } When i build and browse, i get an error saying the login failed for user MACHINE NAME\ASPNET Help me PLease!! |
|
#2
|
|||
|
|||
|
(AH here it is)
Well I think that's probably with the permissions ASPNET user has (or doesn't have). Mine belongs to the User's group. I have XP, I don't know about W2K though... |
|
#3
|
|||
|
|||
|
i have tried changing permissions but no luck!!
this is really doing my head in!! ANY ONE ELSE? Thankis for trying FETCHER |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > problem with ADO |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|