What you mean by partial Class in asp.net 2.0?
Answer Posted / sridhar
Your class definition can be split into multiple physical files; it allows a clean separation of business logic and the user interface
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is caching? What are different ways of caching in asp.net?
IN an ASP.NET Web application if there is any error, how can you debug?
What are the differences between primary foreign and unique keys?
How do we implement bundling in MVC?
What is web api config?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the difference between session and application?
What is Web API Routing?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Define managed code and managed data in .net?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is the Difference between MVC And MVP design pattrens
How can you use a custom controls in ASP.NET application?
What is a page life cycle?