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 is aspect-oriented programming?
What is GAC in ASP.NET 2.0
How does a web application session work?
Types of optimization and name a few and how do u do?
What is a 307 redirect?
what is postback implementation?when pre-render event n init event is fired?
What is the use of service provider?
what are grid events ?code for dropdown inside grid and binding dropdown syntax
Explain the advantages of passport authentication.
What is server infrastructure & server components?
What is razor? : asp.net mvc
How to change the form layout in ASp.net 2.0 ?