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 |
difference between writing connection string in web.config through connection string and appsettings
How to prepare culture-specific formatting in .net.
Where does Web.Config Info stored? Will this be stored in the registry?
What r the asp.net list controls and diff. Between them?
How can you identify that the page is post back?
What is advantage of viewstate and what are benefits ?
Explain some of the major built-in objects in asp.net
can we pass coditions in swtich case?
can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code
what is shared assembly?
Why session is necessary in web application?
diff between Server.Transfer() and Server.Execute()
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)