What is the need to give <compilation debug=true> command ?
Answers were Sorted based on User's Feedback
Answer / rajesh
First of all ASP.net supports both Scripting & Compiled
process.
One Asp.net page has 2 distinct coding pages.
1)HTML 2)Server Side
If we will make <complation debug=false>,then it will show
the out put, but without checking (compiling)server side
code.
If you have to write some code in .aspx page(server side)
then you must have to write <complation debug=true>.
For only HTML coding,we donot need <complation debug=true>.
| Is This Answer Correct ? | 3 Yes | 3 No |
What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.
How Can we use multiple forms in single asp.net application?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
Is it possible to migrate visual interdev design-time controls to asp.net?
Differentiate between namespace and assembly.
What is validation in asp.net?
can u create two Primary key for a table? --Sivaa
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How to manage pagination in a page?
What is the viewstate in asp.net?
Explain about asp.net caching?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)