Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
briefly explain what user controls are and what server controls are and the differences among the two an aspnet control sometimes known as a
how different are interface and abstract class in netabstract classes cannot be instantiated it can have or cannot have abstract method basically
how to use activex control in net activex control is a special type of com component that supports a user interface usingactivex control in your
differences between datagrid datalist and repeater 1 datagrid has paging whereas datalist doesnt2 datalist has a property called repeat
explain dataset accept changes and data adapter update methods data adapter update method calls the respective insert update or delete statements
what is clr clrcommon language runtime is the major resource of net framework it is collection of services such as garbage collector exception
what is strong-typing versus weak-typing which is preferred why strong type is checking the types of variables as soon as possible usually at
can you define what inheritance is and an example of when you might use itthe process of deriving a new class from an existing class is known as
what is the purpose of dotnetdot net is a collection of products like c aspnet vbnet xml the purpose of net is that we can simply upgrade and degrade
briefly explain how server form post-back works post back the process in which a web page sends data back to the similar page on the serverview
can you give an example of what might be best suited to place in the applicationstart and sessionstart subroutinesapplicationstart - we can place
what is a manifest an assembly manifest have all the metadata needed to specify the assemblys version requirements and security identity and all
how would asp and aspnet apps run at the same time on the same serverboth asp and aspnet can be run at similar server becuase iis has the capability
difference between panel and group box classes panel amp group box both can used as container for other controls like radio buttons amp check box the
explain compare validator and range validatorcompare validator uses control to validate control to compare and operator properties to compare a
briefly explain how the server control validation controls worka validation control works by evaluating the value of an input server control on the
how to clear a datagrid on a button clickyou require to clear the datasource of the dadagridso try thisdataset1cleardatagrid1datasource
what is the difference between using systemdata and directly adding the reference from add references dialog boxwhen you compiles a program using
what is machineconfig machine configuration file the machine config file have settings that apply to the entire computer this file is located in
what is the scope of publicprivatefriendprotectedprotected friendscope of publicprivatefriendprotectedprotected friendvisual basicvisual
what is cyclomatic complexity and why is it importantcyclomatic complexity is a computer science metric measurement developed by thomas mccabe used
what is full trustyour code is permitted to do anything in the framework meaning that all net permissions are granted the gac has full trust because
what is the difference between thread and process thread - is used to implement more than one program at a timeprocess - implements single
can we run dotnet in unix platformone of the drawbacks of using visual studionet and the net framework to develop applications has been the lack of
what are value types and reference types value type - bool byte chat decimal double enum float int long sbyte short strut uint ulong ushortvalue