What you mean by partial Class in asp.net 2.0?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amiya kumar parida
Partial class means a class declaired as partial can be
splited in to many physical file (i.e the defination of
class can be in more than one file) but at the time of
compilation it grouped up and compiled
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / nallamani
This new feature, partial class, allows you to allot
different developers to develop the code for different
functionalities that are available in a single class.
Is This Answer Correct ? | 2 Yes | 0 No |
How would you get asp.net running in apache web servers?
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
How to do state management in ASP.NET?
What is asp.net introduction?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
How Web Service help? What is the difference between Remoting & Web Servcies?
What is the concept of postback in asp.net?
What does the "EnableViewState" property do? Why would I want it on or off?
Difference between .NET and previous version?
Explain the difference between server control and html control.
Explain how inline and code behind is used differently ?
what are the components available in global.asax ?