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
Explain the different types of directives in .net?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is web api and why to use it?
Explain the difference between Repeater and Data list control in ASP.NET?
What is new asp.net core?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Explain file-based dependency and key-based dependency.
Contrast OOP and SOA. What are tenets of each ?
What is application session?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Define a multilingual website?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
How does session id work?
Disable Mouse right click on web page in asp.net?
how to transfer the file from client to server using asp.net