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 Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
How you can access the values from the Repeater control in ASP.NET?
How can we access static variable?
How do you deploy your asp.net application?
When Cookies are expired in ASP.NET?
Differentiate between file-based dependency and key-based dependency.
How can we inherit a static variable?
How can we create pie chart in asp.net?
How we can force all the validation controls to run?
Explain the difference between Repeater and Data list control in ASP.NET?
Define asp.net caching?
How long the items in ViewState exists?
Describe a bubbled event and how it is used ?
What is postback pixel?
What are the differences between code behind and code inline?