Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
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 server view
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 contains all the metadata required to specify the assemblys version requirements and security identity
what exactly is being serialized when you perform serialization serialization is the process of changing an object into stream of bytes we perform it
what is the main difference between asp and aspnet asp contains scripts which are not compiled while in aspnet the code is
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 classe el amp group box both can used as container for other controls like radio buttons amp check box the
how does the xml serializer work what acl permissions does a process using it require xml serializer needs write permission to the systems
types of validation controls provided by aspnetthere are following types of validation controls provided by aspnet1 required field validator2 compare
briefly explain how the server control validation controls work a validation control works by evaluating the value of an input server control on the
should validation did the user enter a real date occur server-side or client-side whyvalidation will be completed in both sides ie at the server side
how can i read doc document in aspnetyou can read from a text file like this private void button12clickobject sender systemeventargs estring
with respect to security which one is the better choicenet or j2ee explain as per majority programmers net is the best one which have one vendor
how to clear a datagrid on a button clickyou require to clear the datasource of the datagridso try thisdataset1cleardatagrid1datasource
what is the difference among using systemdata and directly adding the reference from add references dialog box when you compile a program using
what is machineconfig machine configuration file the machine config file contains settings that apply to the whole computer the machineconfig
what is the scope of publicprivatefriendprotectedprotected friend scope of publicprivatefriendprotectedprotected friendvisual basicvisual
why cyclomatic complexity is importantcyclomatic complexity is computed using a graph that verifies the control flow of the program the nodes of the
what is cyclomatic complexitycyclomatic complexity is a computer science metric measurement developed by thomas mccabe used to generally calculate
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
how to get the column count of a reportsy-linsz system variable gives the column count line size and sy-linct for line
how do you turn off cookies for single page in your sitewe can turn off the cookies for one page-by setting the cookie discard property
what is the difference between thread and process thread - is used to execute more than one program at a timeprocess - executes single programa
what is net net framework it is a framework in which windows applications might be developed and run the microsoft net framework is a platform
what are the types of assembliesone of the drawback of using visual studionet and the net framework to develop applications has been the lack of