Hi,
I am using visual studio 2008, i included a class in the AppCode folder and wated to use its functions in ObjectDataSource.
Hi,
I am using visual studio 2008, i included a class in the AppCode folder and wated to use its functions in ObjectDataSource.
Hey,
You can always manually type in the object's name into the objectDatasource, in the format of:
namespace.classname, App_Code
App_Code works for web site projects; otherwise, specify the name of the assembly of the web project if the web application project template.
HTH.