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
What is the difference between application state and session state in asp net?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is the use of web.config and machine.config files?
What events will occur when a page is loaded?
What are the asp.net 2.0 features?
How you will improve web application performance?
What is the difference between page-level caching and fragment caching?
Where you store Connection string in "Web.Config" file in ASP.NET?
What are the differnt types of handler in ASP.NET?
How to use multiple scriptmanager controls in a web page?
Mention the execution process for managed code?
Describe paging in asp.net?
How can you send an email message from an asp.net web page?
What is cookies in asp net?