What you mean by partial Class in asp.net 2.0?

Answers were Sorted based on User's Feedback



What you mean by partial Class in asp.net 2.0?..

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

What you mean by partial Class in asp.net 2.0?..

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

What you mean by partial Class in asp.net 2.0?..

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

Post New Answer

More ASP.NET Interview Questions

How tooltip is set through code-behind in ASP.NET?

0 Answers  


What are the various types of validation controls provided by asp.net?

0 Answers  


Where do we store our connection string in asp.net application?

0 Answers  


what is session ?how sessions are handeled in application? write the clauses of sql server in their order.

3 Answers   Olive Tech,


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


What is asp.net localization?

0 Answers  


Explain difference betn dataset and recordset?

0 Answers  


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


What are uri parameters?

0 Answers  


How to check null values in dataset ?

6 Answers   Digital GlobalSoft,


What are httphandlers and httpmodules and difference between them?

0 Answers  


How do I upload a file from my ASP.NET page?

0 Answers  


Categories