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
What is the difference between a page theme and a global theme?
How to add DateTime Control in normal DataGrid Server Control?
What are tuples?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is the asp.net control toolkit?
Which is the parent class of the ASP.NET server control?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is the use of response redirect in asp.net?
What is gridview in asp.net?
What is the difference between ASP Session State and ASP.Net Session State?
What is http protocol and how it works?
How do session tokens work?
What does session_start () do?
What is web api config?