What is Partial in ASP.NET 2.0?
Answers were Sorted based on User's Feedback
Answer / sri
We can split one part of a class in one file and the other
part in some other file using the partial keyword. The
compiler merges these partial classes spread across one or
more source files into a single compiled class at the time
of compilation .
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / nazrul
we can declare more than one class of same in a Namespace
through partial keyword.
Advantage->
we can use only one object to intialize it.then through
that object we can their member.
Is This Answer Correct ? | 1 Yes | 0 No |
What r the asp.net list controls and diff. Between them?
What is different between webconfig.xml & Machineconfig.xml ?
What are the types of authentications in ASP.NET?
2 Answers Accenture, BirlaSoft,
What are the advantages and disadvantages of viewstate ?
I’m having some trouble with cas. How can I diagnose my problem?
Where is http session stored?
what is the generics and where used generics in your project?
What is the maximum number of classes that can be contained in one dll file?
what is dumpbin.exe?
How do u optimize a query in asp.net?
Define repository pattern in mvc.net? : asp.net mvc
what is the use of untyped data set ?