Connecting Tech Pros Worldwide Forums | Help | Site Map

asp.net 2.0 class prob

Newbie
 
Join Date: Aug 2007
Posts: 21
#1: Jul 3 '08
Hello Every body,


I have got a prob as m a fresher……
I am creating a web project in which I have created a folder named Components , in which I included 4 class files(BookReviewsCS, BookReviewsItemCS, BookReviewsCollectionCS, CollectionitemCompareCS) with Namespace BookRevsCS.

Now I am not able to access the class names, methods, properties in these files…
I want to access the methods in the BookReviewsCS into BookReviewsItemCS.

How can I access the methods??


Plz help me out
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#2: Jul 3 '08

re: asp.net 2.0 class prob


Try putting those files in your App_Code directory.
Newbie
 
Join Date: Aug 2007
Posts: 21
#3: Jul 4 '08

re: asp.net 2.0 class prob


Quote:

Originally Posted by insertAlias

Try putting those files in your App_Code directory.


Ya i can put it in app_code but i want to no how it works in a folder.....
Do u have any idea???
Reply