What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / gautam
CodeBehind is relevant to Visual Studio.NET only
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Diff between web user control and web custom control?
Explain the differences between clr & cts?
Can you change a master page dynamically at runtime? How?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the difference between the asp and asp.net?
What is asp net_sessionid?
What are the asp.net security controls?
How can you identify that the page is post back?
How many types of cache are there?
How do we access view state value of this page in the next page?
How does exception management works in ASP.NET?
What is a form tag?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the behavior of a Web browser when it receives an invalid element?
What is an imagemap in asp.net?