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
How do you declare static variable?
Explain some of the major built-in objects in asp.net
What is the difference between globalization and localization?
What are different types of api?
Why do we use sessions?
Where can I get the details on migration of existing projects using various technologies to asp.net?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What are the disadvantages of using session?
What is httpresponse?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What are web server controls in asp.net?
Where viewstate value is stored in asp.net?
Mention few asp.net validators.
Is asp.net and .net are same or different?
How to disable disable browser's Back button in asp.net (JavaScript)?