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 |
Can we have multiple master pages in asp net?
I’m having some trouble with cas. How can I diagnose my problem?
What is difference between viewstate and session in asp net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
Explain about secure socket layer?
Does asp.net still recognize the global.asa file?
What is a runtime version?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is viewstategenerator?
How can you display all validation messages in one control?
Can we use the java script code in .Net Code behind?