What is Partial in ASP.NET 2.0?
Answers were Sorted based on User's Feedback
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 |
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 |
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How is a session stored and maintained in asp.net?
What are the types of validation in asp net?
How do we assign page-specific attributes?
What is the default timeout for a cookie?
Is it possible to write code in many languages in one asp.net project?
How do you do exception management?
1 Answers Accenture, BirlaSoft,
With out Web.config can we executes the application?
How do you bind array to gridview? Will it works?
Contrast the use of an abstract base class against an interface?
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?
Name the tools or API for developing or testing web api?