Latest Answer: not possible but format can,.. ...
What is the difference between Servers? Transfer and Response. Redirect? Why would I choose one over the other?
Describe the difference between inline and code behind - which is best in a loosely coupled solution.
Latest Answer: There are following types of validation controls provided by ASP.Net:RequiredFieldValidatorCompareValidatorRangeValidatorRegularExpressionValidatorCustomValidatorThese controls are server side controls. However in up-level browsers that is IE 4.0 and ...
Latest Answer: False because web service can be written in J2EE platform also. ...
Latest Answer: Inheritance means able to inherete the class from base class. The inherete class called derived class.The main advantage of the inheritance if any modification done origanl class safe.This is for reusable. ...
Latest Answer: There are two types are inheritence. 1) Multiple Inheritence. 2) Multilevel Inheritence. .NET Supports only Multilevel Inheritence. Ex: Public Class ParentClass Public Overridable Sub OIverridingMethods() ...
Latest Answer: It allows the page to save the users input on a form across postbacks. It saves the server-side values for a given control into ViewState, which is stored as a hidden value on the page before sending the page to the clients browser. When the page is ...
Briefly explain what user controls are and what server controls are and the differences between the two.
Assemblies are of two types 1. Private Assemblies 2. Shared AssembliesPrivate Assemblies: The assembly is intended only for one application. The files of that assembly must be placed in the same folder
Latest Answer: Hai, I think assembles classified into four types they were 1)Private Assembly2)Shared Assembly3)Resource-only Assembly4)Satellite Assembly. ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top