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 tooltip is set through code-behind in ASP.NET?
What are the various types of validation controls provided by asp.net?
Where do we store our connection string in asp.net application?
what is session ?how sessions are handeled in application? write the clauses of sql server in their order.
What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?
What is asp.net localization?
Explain difference betn dataset and recordset?
What are asynchronous callbacks ?
6 Answers Accenture, BirlaSoft,
What are uri parameters?
How to check null values in dataset ?
What are httphandlers and httpmodules and difference between them?
How do I upload a file from my ASP.NET page?