What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / sundherrajan
Code All build Assembly is placed inside the bin folder
Src the source cs file/vb fiel is placed in the source
folder and the source file is complied and assembly is
placed inside bin folder during runtime of the aspx page
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What is the difference between a default skin and a named skin?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is the function used for removing an event listener?
How do we access view state value of this page in the next page?
What is the benefit of WebAPI over WCF?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is asp.net and ado net?
How can we implement a identity (sql server) call in an asp.net page?
What is the usage of DelegatingHandler?
What is the difference between Session and response.Redirect?
What is the use of placeholder control?
What is recordset asp?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How is it possible for .NET to support many languages?