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

Can we have multiple master pages in asp net?

0 Answers  


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


What is difference between viewstate and session in asp net?

0 Answers  


What are the best practices to follow to secure connection strings in an ASP.NET web application?

0 Answers   MCN Solutions,


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?

1 Answers  






Explain about secure socket layer?

0 Answers  


Does asp.net still recognize the global.asa file?

0 Answers  


What is a runtime version?

0 Answers  


To bind columns manually which tags do you need to add within the asp:datagrid ?

0 Answers   Siebel,


What is viewstategenerator?

0 Answers  


How can you display all validation messages in one control?

0 Answers  


Can we use the java script code in .Net Code behind?

5 Answers   eXensys,


Categories