TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
yaki pini
NA
1
1.3k
ASP C# can't use another class
Dec 25 2012 9:21 AM
Hi,
I'm using c# asp with Visual studio 2010 professional
I've created web site that works fine. Then I've added into APP_Code folder new Class names Globals.cs and tried to call it in order to use it like this:
In the file: Login.aspx.cs I've added:
using ParkingLabelsManager;
Then
public partial class LogIn : System.Web.UI.Page
{
private Globals mGlobals = new Globals();
If I runs it from the compiler (pressing F5) it run Okay.
But when I refers to C:\inetput\blablablas\logIn.aspx I'm getting the error:
The type or namespace name 'Globals' could not be found
Anu help will be very appriciate!!!
Best regards,
Yaacov
Reply
Answers (
1
)
Paging in Repeater Control in C#
gridview data as hyperlink