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

What is aspect-oriented programming?

0 Answers  


What is GAC in ASP.NET 2.0

0 Answers   MCN Solutions,


How does a web application session work?

0 Answers  


Types of optimization and name a few and how do u do?

1 Answers   Accenture,


What is a 307 redirect?

0 Answers  


what is postback implementation?when pre-render event n init event is fired?

2 Answers   Ness Technologies,


What is the use of service provider?

0 Answers  


what are grid events ?code for dropdown inside grid and binding dropdown syntax

3 Answers   Quantum,


Explain the advantages of passport authentication.

0 Answers  


What is server infrastructure & server components?

0 Answers  


What is razor? : asp.net mvc

0 Answers  


How to change the form layout in ASp.net 2.0 ?

1 Answers   Netsweeper,


Categories