![]() Related Questions Latest Answer : Another reason to consider server validation is a synchronization issue.Say I want to book a ticket tomorrow for the cinema. Even if the application brings all necessary information for validation, meaning both the date format and all available dates ... Latest Answer : ControlToValidate and ErrorMessage are the two properties for every validation control.. ... Which control would you use if you needed to make sure the values in two different controls matched? Which control would you use if you needed to make sure the values in two different controls matched? Latest Answer : Ans:Yes,it's okHTML Control - By default, HTML elements on a Web Forms page are not available to the server; they are treated as opaque text that is passed through to the browser. However, by converting HTML elements to HTML server controls, you expose ... 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 ... Briefly explain what user controls are and what server controls are and the differences between the two. CTS defines all of the basic types that can be used in the .NET Framework and the operations performed on those type. All this time we have been talking about language interoperability, and .NET Latest Answer : CTS, common type system is the one which brings all .net languages data types on a common platform. It defines types like System.Int16, System.Int32 etc. A language may map 'int' to System.Int16 while another may map its 'int' data type to System.Int32.Because ... An assembly is the primary building block of a .NET Framework application. It is a collection of functionality that is built, versioned, and deployed as a single implementation unit (as one or more Latest Answer : the above said answer is good ... 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 : 1)Private assembly2) Share Assembly3) Satellite Assembly ... A namespace is a logical naming scheme for types in which a simple type name, such as MyType, is preceded with a dot-separated hierarchical name. Such a naming scheme is completely under control of Latest Answer : Namespace - It is a logical group of classes means it defines boundary for
classes.
In a single program 2 namespace cannot be have same name.
Assemblies - These physical structure of coding and it can store manifest (metadata).
Assembly can be ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||