Hi all,
Can anybody help me with a using the generated code with an Object datasource.
The project i am currently does not warrent a BLL so i am using a class file as a Data Access Layer.
Example
Public Sub Update User(ByVal iUserID As integer, ByVal sUserName As String)
........
End Sub
But I am not having much luck at all.
Any Help would be great, I am getting erros with the Object Data Source saying thingls like it cant find a generic method.
Thanks
Jason