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 |
Can you explain the basic use of dataview?
What is the difference between session.abandon() vs clear()?
Explain how cookies work. Give an example of cookie abuse.
Is there any limit for query string? Means what is the maximum size?
Explain swagger components.
How do I know asp.net mvc version? : Asp.Net MVC
What is boxing? How we can use it?
What is indexing on asp.net?
What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0
What r the remotable objects. and how u make an application remotable
What are client activated objects?
About writting a query and SP which is better ?