Hello,
how can I dispose an <asp:ObjectDataSource>
? I mean, there is no code behind and in aspx file there is this:
<asp:ObjectDataSource ID="CategoryDataSource" runat="server"
SelectMethod="GetCategoriesFilter"
TypeName="BLL.CategoryBLL">
</asp:ObjectDataSource>
Class BLL.CategoryBll implements IDisposable. Do I have to dispose it?