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
What are the types of validation in asp net?
What is asp net objects?
Explain about consistent programming model in the .NET framework?
What is the difference between runtime version and version?
What is the used of "ispostback" property?
What are cookies in asp.net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is s2s tracking?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Can you change a master page dynamically at runtime? How?
What is http only cookie?
Explain what does mvc represent in asp.net? : asp.net mvc
List of words of preprocessor in .net?
What is authentication in asp.net?
What is the difference between stored procedure vs function?