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 r the asp.net list controls and diff. Between them?

0 Answers  


What is different between webconfig.xml & Machineconfig.xml ?

1 Answers  


What are the types of authentications in ASP.NET?

2 Answers   Accenture, BirlaSoft,


What are the advantages and disadvantages of viewstate ?

1 Answers  


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


Where is http session stored?

0 Answers  


what is the generics and where used generics in your project?

3 Answers   CTC,


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


what is dumpbin.exe?

1 Answers  


How do u optimize a query in asp.net?

0 Answers   MCN Solutions,


Define repository pattern in mvc.net? : asp.net mvc

0 Answers  


what is the use of untyped data set ?

5 Answers   TCS, Wipro,


Categories