I cannot access class inside ASP.NET Web Application
a few seconds ago|LINK
Hello,
I start to created a new ASP.NET Web Application with VS 2005.
I created a sperate folder called "Classes" where I created my first class "CContact".
Then, I added a page "default.as px" in order to display First name & Last name.
Unfortunately, I cannot...
Search Result
Collapse
4 results in 0.0013 seconds.
Keywords
Members
Tags
-
I cannot access class inside ASP.NET Web Application !
-
Web Application - Page cannot be displayed (intermittent issue)
Hi
i have created an application for use for 15 people. Where they can update their comments/actions taken on a particular order or request.
The app is a VB Asp.net WebApplication created in Visual Studio 2008.
i am using IIS on Windows XP Professional to host the application.
My problem is, the users face intermittent issues with "Web Page cannot be displayed". (The system im... -
Should I go with web apps or other languages?
Hi. The thing is: some time ago, when I started learning how to program, I took python as my first language and intended to continue to C/C++ after learning python.
Now that I've completely learned the basics of it, I'm starting to think that getting myself into web application would be a better choice.
Anyway, I'd still like to learn C.
What do you say? -
ASP.NET with visual studios 2010 problem with editing while debugging
I upgraded to visual studios 2010 last week. I also migrated a large web application over that I was working on.
I ran into a huge issue with CodeFile and CodeBehind. I ran the "convert to web application" feature for the project which included designer.vb files and required me to go though can change CodeFile to CodeBehind.
Now everything IS working within the web application after 40ish hours of fixing...