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 full form of asp.net?
What is content page in asp net?
Do you know using sql cache invalidation?
What are the different types of Caching techniques in ASP.NET?
What symbol specifies the beginning of a query string?
What are different methods of session maintenance in asp.net?
How does http session work?
What is the difference between c# and .net?
What are the ways of preserving data on a Web Form in ASP.NET?
What is the difference between rest and restful?
What asp.net control can embed xaml into asp.net pages?
Explain the basic functionality of garbage collector?
How do u deploy your asp.net application?
What's the difference between viewstate and sessionstate?
What is the size of Get method and how much data it can store?