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 about the .NET framework?
What is the difference between CC and BCC?
What are Master Pages in ASP.NET? or What is a Master Page?
How many languages are supported by .NET at present time?
List the events in page life cycle.
Explain about Automatic resource management?
What do you mean by View State and what is its role?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is the difference between ASP Session State and ASP.Net Session State?
What are the uses of reflection?
What are uri parameters?
Is session stored in browser?
What is asp.net and ado net?
What is the difference between cookie and session?
What is the best Macanism to clear the Cache in asp.net