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 the page lifecycle of an asp.net mvc? : asp.net mvc
Is post back property in asp net?
When you use Ajax controls in the ASP.NET application?
What is Razor View Engine
What is ASLM?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is viewstate parameter?
What is difference cookie and session?
what are configuration files?
How to turn off cookies for a page?
Explain the different types of assemblies?
Why Unload event of MasterPage Calls first in ASP.net ?
Where can I get information on cookies in asp.net?
How many types of cookies are available in asp?
How long do session variables last?