What is the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / hitendra mishra
Src="MyCode.aspx.cs"? stands for code-behind class to
compile
Codebehind="MyCode.aspx.cs? stands for code-behind class to
design
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
Explain advantages of caching?
What are the media types of http requests and response?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is parse in asp.net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What language is asp.net written in?
What is the difference between user control an custom control?
Explain what is an abstract class?
Can you explain composite pattern?
What are the different types of Caching techniques in ASP.NET?
What is new asp.net core?
What is the advantage of using Windows authentication in a Web application?
Explain the concept of MVC Scaffolding?
What is localhost in asp.net?
what are the Custom controls in asp.net?