1.

What Is Code-behind?

Answer»

Code-Behind is a CONCEPT where the contents of a page are in one file and the server-side code is in another page. This allows different people to work on the same page at the same time and also allows either part of the page to be EASILY REDESIGNED, with no CHANGES REQUIRED in the other. An Inherits attribute is added to the @ Page directive to specify the location of the Code-Behind file to the ASP.NET page.

Code-Behind is a concept where the contents of a page are in one file and the server-side code is in another page. This allows different people to work on the same page at the same time and also allows either part of the page to be easily redesigned, with no changes required in the other. An Inherits attribute is added to the @ Page directive to specify the location of the Code-Behind file to the ASP.NET page.



Discussion

No Comment Found