What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / venkat
Visual Studio uses the Code behind attribute to distinguish the page source or programming logic from the design. Also the src attribute will make the page compile on every request. That is the page will not be compiled in advance and stored in the bin as a dll instead it will be compiled at run time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why web api is better than wcf?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is a viewstate?
Explain diff. Betn dataset and recordset?
What is session and application variable in asp net?
Where the assembly is stored in asp.net?
What is the compiled object?
How ViewstateMac works?
What is true about application service provider?
How we implement web farm and web garden concept in asp.net?
How to Insert/Add in ASPXgridview
How to bind all the binding controls in a page at once in ASP.NET?
How does output caching work in ASP.NET?
What is the difference between the get method () and post method ()?