Top "App-code" questions

App_code is a bundled folder of Website model starting from ASP.

ASP.Net - App_Data & App_Code folders?

What is the point of having App_code & App_data folders? Why doesn't my objectDataSource detect classes unless files …

asp.net app-code app-data
Base class includes field but type not compatible with type of control

The base class includes the field 'lbl', but its type (web.App_Code.CustomLabelControl) is not compatible with the type …

c# asp.net postback web-controls app-code
Unable to call App_Code class from a code-behind

I have a class in a file that's in the "App_Code" folder. I'm able to use this in an "…

asp.net mono code-behind app-code
ASP.NET web site can't see .cs file in App_Code folder

So I have an ASP.NET web site (not web application) I'm making in VS2010 with C#. It runs fine …

c# asp.net app-code
App_Code folder in ASP.NET project in VIsual Studio 2010

at vs2008 i could set App_Code folder, but at vs2010 i can not do it, that's why i put …

asp.net visual-studio visual-studio-2010 app-code
My ASP.NET App_code changes not getting picked up (or are cached??)

Help!! I have a single .cs file under a (root level) App_Code directory for the purpose of retrieving the …

c# .net iis-6 app-code
ASP.NET MVC using App_Code directory

I've added an App_Code directory to my ASP.NET MVC project so that I get dynamic compilation for plugins. …

asp.net-mvc app-code
Cannot add App_Code folder to WebSite project

Using VS2008, I am trying to add an App_Code folder from add-->folder-->Add ASP_NET folder. …

visual-studio-2008 app-code
NET: Best Practices/guidelines for dividing namespaces between files?

What should be the general guidelines/gotchas for dividing application code (App_Code) into separate files? I've found that over …

.net asp.net visual-studio app-code
Get MasterPage Hiddenfield Value From a User Class

Is there a way to get a value I am storing in a Master Page hidden field from a User …

asp.net master app-code