What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / duryodhan
code behind is created through assembly that's defined in bin
folder and src is definded in outward of bin folder that is not making dll and .exe file.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
3. What goals do you have in your career?
Why we use asp.net for website development?
How many types of Cookies are available in ASP.NET?
What are the types of validation in asp net?
What is the parent class of all web server control?
What is the maximum timeout we can set for Cookies?
What is the use of session in web application?
How to use a Master Database in Asp.net?
Explain the difference between dataset and datareader.
What is state management techniques in asp.net?
What is preprocessor in .net and type, where it use?
Explain asp.net page life cycle?
What is asp net application object?
Which is better asp.net or php?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?