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 the difference between a thread and a process?

3 Answers  


Whats the use of @ Register directives ?

4 Answers  


What is difference between asp state management and asp.net state management?

0 Answers  


What is http response header?

0 Answers  


Write a standard lock() plus double check to create a critical section around a variable access?

1 Answers  






Which methods validate all the controls on a page?

0 Answers  


WSDL means?

0 Answers   Siebel,


Why session management is required?

0 Answers  


What does occur first in ASP.Net, Authentication or Authorization?

0 Answers   MCN Solutions,


Out of ASP or ASP.NET which one is stateless?

0 Answers   BirlaSoft,


Is it possible to create web application with both webforms and mvc?

0 Answers  


Contrast the use of an abstract base class against an interface?

5 Answers   iLink,


Categories