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 |
Why session is used in asp.net?
Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Which control would you use if you needed to make sure the values in two different controls matched?
What is the biggest disadvantage of “Other Return Types” in Web API?
How to save Link of a Webpage in excel sheet?
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.
What is _viewstart?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Difference between HTML control and Web Server Control?
Explain about asp.net 2.0 themes?
Explain the different parts that constitute ASP.NET application?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)