Click here to Skip to main content
15,915,513 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionArgumentNHull Exception Handling Pin
Mahesh Kulkarni24-Apr-07 20:33
Mahesh Kulkarni24-Apr-07 20:33 
AnswerRe: ArgumentNHull Exception Handling Pin
Mahesh Kulkarni24-Apr-07 20:42
Mahesh Kulkarni24-Apr-07 20:42 
Questionhow to set the default font of a page? Pin
neodeaths24-Apr-07 20:07
neodeaths24-Apr-07 20:07 
AnswerRe: how to set the default font of a page? Pin
Chetan Ranpariya24-Apr-07 20:22
Chetan Ranpariya24-Apr-07 20:22 
AnswerRe: how to set the default font of a page? Pin
Sandeep Akhare24-Apr-07 20:30
Sandeep Akhare24-Apr-07 20:30 
QuestionDownload data Pin
sujithkumarsl24-Apr-07 19:42
sujithkumarsl24-Apr-07 19:42 
QuestionApp_Code Pin
sangramkp24-Apr-07 19:18
sangramkp24-Apr-07 19:18 
AnswerRe: App_Code Pin
Sathesh Sakthivel24-Apr-07 19:32
Sathesh Sakthivel24-Apr-07 19:32 
You can store source code in the App_Code folder, and it will be automatically compiled at run time. The resulting assembly is accessible to any other code in the Web application. The App_Code folder therefore works much like the Bin folder, except that you can store source code in it instead of compiled code. The App_Code folder and its special status in an ASP.NET Web application makes it possible to create custom classes and other source-code-only files and use them in your Web application without having to compile them independently.

The App_Code folder can contain source code files written as traditional class files — that is, files with a .vb extension, .cs extension, and so on. However, it can also include files that are not explicitly in a specific programming language. Examples include .wsdl (Web service description language) files and XML schema (.xsd) files. ASP.NET can compile these files into assemblies.

The App_Code folder can contain as many files and subfolders as you need. You can organize your source code in any way that you find convenient, and ASP.NET will still compile all of the code into a single assembly that is accessible to other code anywhere in the Web application.



Regards,

Satips.

AnswerRe: App_Code Pin
Sandeep Akhare24-Apr-07 19:38
Sandeep Akhare24-Apr-07 19:38 
QuestionHow to protect the Database Pin
.NET- India 24-Apr-07 19:12
.NET- India 24-Apr-07 19:12 
AnswerRe: How to protect the Database Pin
N a v a n e e t h24-Apr-07 20:41
N a v a n e e t h24-Apr-07 20:41 
Questionsituation for session and application variables Pin
yaminilatha24-Apr-07 18:43
yaminilatha24-Apr-07 18:43 
AnswerRe: situation for session and application variables Pin
Sathesh Sakthivel24-Apr-07 18:52
Sathesh Sakthivel24-Apr-07 18:52 
GeneralRe: situation for session and application variables Pin
yaminilatha24-Apr-07 20:57
yaminilatha24-Apr-07 20:57 
AnswerRe: situation for session and application variables Pin
Arun.Immanuel24-Apr-07 19:08
Arun.Immanuel24-Apr-07 19:08 
GeneralRe: situation for session and application variables Pin
yaminilatha24-Apr-07 20:58
yaminilatha24-Apr-07 20:58 
AnswerRe: situation for session and application variables Pin
Sandeep Akhare24-Apr-07 19:48
Sandeep Akhare24-Apr-07 19:48 
GeneralRe: situation for session and application variables Pin
yaminilatha24-Apr-07 20:55
yaminilatha24-Apr-07 20:55 
Questionasp sendmail script Pin
scorpio_0724-Apr-07 18:34
scorpio_0724-Apr-07 18:34 
AnswerRe: asp sendmail script Pin
Sathesh Sakthivel24-Apr-07 18:49
Sathesh Sakthivel24-Apr-07 18:49 
GeneralRe: asp sendmail script Pin
scorpio_0724-Apr-07 19:15
scorpio_0724-Apr-07 19:15 
GeneralRe: asp sendmail script Pin
Sathesh Sakthivel24-Apr-07 19:25
Sathesh Sakthivel24-Apr-07 19:25 
AnswerRe: asp sendmail script Pin
enjoycrack25-Apr-07 4:18
enjoycrack25-Apr-07 4:18 
QuestionAdding web reference to web service during run-time Pin
steve_rm24-Apr-07 18:08
steve_rm24-Apr-07 18:08 
QuestionPass values from Asp.net to Flash Pin
A.Muthunagai24-Apr-07 18:06
A.Muthunagai24-Apr-07 18:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.