> [DataObjectAttribute] public class
> Report { public this() {}
>
>
> [DataObjectMethodAttribute(DataObjectMethodType.Select,
> true)] public static
> GetAllEmployees() : DataTable {
> null }
>
>
> [DataObjectMethodAttribute(DataObjectMethodType.Delete,
> true)] public
> DeleteEmployeeByID(employeeID : int) :
> void {
> throw Exception("The value passed to the delete method is " +
> employeeID.ToString()); } }
but I still can't find where and how and what I must to config to access it ?
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod=" ?????????? ">
</asp:ObjectDataSource>
Web Application doesn't support App_Code but I can use compiled Bin somehow, the question is how ?
So I think I need to reference it somehow. I've tried compile it as new project (but it is'n good and isn't able for me , I need a lot of other classes for it) but I even can't see no cases in designer on ObjectDataSource
I've tried a lot of methods and but nothing helps

New Topic/Question
Reply



MultiQuote






|