What is Partial in ASP.NET 2.0?

Answers were Sorted based on User's Feedback



What is Partial in ASP.NET 2.0?..

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

What is Partial in ASP.NET 2.0?..

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

Post New Answer

More ASP.NET Interview Questions

Can you explain the basic use of dataview?

0 Answers  


What is the difference between session.abandon() vs clear()?

0 Answers  


Explain how cookies work. Give an example of cookie abuse.

0 Answers  


Is there any limit for query string? Means what is the maximum size?

0 Answers  


Explain swagger components.

0 Answers  


How do I know asp.net mvc version? : Asp.Net MVC

0 Answers  


What is boxing? How we can use it?

4 Answers   Infosys, NIIT,


What is indexing on asp.net?

0 Answers  


What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0

11 Answers   Bosch, IntraLogic,


What r the remotable objects. and how u make an application remotable

1 Answers  


What are client activated objects?

0 Answers  


About writting a query and SP which is better ?

5 Answers   Abacus, Satyam,


Categories