What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / venkat
Visual Studio uses the Code behind attribute to distinguish the page source or programming logic from the design. Also the src attribute will make the page compile on every request. That is the page will not be compiled in advance and stored in the bin as a dll instead it will be compiled at run time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is asp.net and ado net?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Where code pages are used?
Explain the difference between singleton and single call?
Can we add code files of different languages in app_code folder?
How to bind all the binding controls in a page at once in ASP.NET?
What are the different properties of server control that exists?
What is caching? Explain.
How tooltip is set through code-behind in ASP.NET?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is http session state?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is asp.net response object?
How can you make sure that web api returns json data only?
What is a user developed application?