Live Chat Icon For mobile
Live Chat Icon

What is different in the ASP.Net 2.0 code behind model?

Platform: ASP.NET| Category: ASP.NET 2.0

In 2.0, the code-behind class is now a partial class WITHOUT the declared member variables representing your serverside controls. These members variables will instead be declared in another partial class that will be generated automatically by the runtime. Here is an article from ftp online: The New ASP.NET 2.0 Code-Behind Model that talks about this change in detail.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.