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

When does a session actually start?

0 Answers  


What data types do the RangeValidator control support?

2 Answers  


Can we use html in asp.net?

0 Answers  


What is Cookies Less Session?

0 Answers  


How can we identify that the Page is Post Back?

0 Answers  






Do gac'ed assemblies have fulltrust?

0 Answers  


What is session and cookies in asp.net?

0 Answers  


Different type of validation controls in asp.net ?

1 Answers   CTS, Keane India Ltd,


What is SQL injection?

2 Answers  


What are the file extensions for razor views?

0 Answers   NA,


Differentiate between globalization and localization.

0 Answers  


How do I send an email message from my ASP.NET page?

0 Answers  


Categories