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
Scott LyslePosted Jul 4, 2008, 5:32 PM
Try to import the namespace where the other classes are maintained into the namespace where you want to use them; if you encounter a problem with that, make sure the namespace is correct.