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 are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Define reflection in .net?
What is the parent class of all the web server control?
What is postback pixel?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What is asp.net introduction?
Does asp.net still recognize the global.asa file?
how can create login from create and written conde in asp.net
What is the difference between a multi-layer and multi-tier applications?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Can you explain composite pattern?
Explain the use of dataadapter.
What are main return types supported in Web API?
What is virtual directory in asp.net?
What is web configuration file and how to use in web application