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

I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?

1 Answers   Microsoft, Satyam, Wipro,


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


How many types of session in asp.net2.0

28 Answers   ABC, DOT, First Europa, HCL, iRely, TCS,


Does google crawl redirects?

0 Answers  


Which is an advantage of application service providers?

0 Answers  






What is Stateless ASP or ASP.Net?

2 Answers   Accenture,


In which event are the controls fully loaded?

0 Answers  


Is asp.net different from asp? If yes, explain how?

0 Answers  


What is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


can we place the same DLL in debug folder two times? (without using strong name )

9 Answers   TCS,


Apart from IDE what are the enhancements in asp.net 2.0?

0 Answers   Microsoft,


Which is better php or asp.net?

0 Answers  


Categories