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
Define machine.config in .net?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Explain some of the major built-in objects in asp.net
What is the difference between typeof() vs gettype()?
Describe the events in the life cycle of a web application.
what is DLL Hell and how it is solved in .NET? please explain clearly??
Explain how can we access static variable?
What is asp.net master page?
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What parameters can you pass in the url of the api? Can get and post use the same url?
Explain ViewState?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What are sessions and cookies?