tags:

views:

6

answers:

1

Hi,

I am using visual studio 2008, i included a class in the AppCode folder and wated to use its functions in ObjectDataSource.

A: 

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.

Brian
Buddy, its already in the same assembly, then also its not showing up
MSP Subodh Bansal
Dude, sometimes the designer doesn't work, but if you type in the name, the other features like the methods to setup for selecting, inserting, etc. Otherwise, you might have to manually add it all in... If you are using web site project, you have to refer to the assembly as App_Code, but you don't do that if it's a web app project.
Brian