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

Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

0 Answers  


How is a session stored and maintained in asp.net?

0 Answers  


What are the types of validation in asp net?

0 Answers  


How do we assign page-specific attributes?

0 Answers  


What is the default timeout for a cookie?

0 Answers  






Is it possible to write code in many languages in one asp.net project?

0 Answers  


How do you do exception management?

1 Answers   Accenture, BirlaSoft,


With out Web.config can we executes the application?

10 Answers   Valtech,


How do you bind array to gridview? Will it works?

4 Answers   HP,


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

5 Answers   iLink,


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


Name the tools or API for developing or testing web api?

0 Answers  


Categories