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
How would you create a permanent cookie?
Write code to send e-mail from an asp.net application?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What are the benefits of view state?
Explain the difference between inline and code behind - which is best in?
Write a code for passing ArrayList in Web API?
How do u deploy ur project?
Explain the steps needed to be performed in order to create an animation in xaml?
What is mvc in angular?
How do you declare static variable?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Explain how does asp page work?
Why is an object pool required?
What are sharepoint pages?
What is OSI layer? Explain different layers.