Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
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
can we run dotnet in unix platform one 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 ushort value
can a net web application consume java web service yes offcourseactually webservices are independent to language it depends on wsdl and soap so
how does vbnetc achieve polymorphism vbnet c provide polymorphism through the following mechanisms1 inheritance - base class gives overridable
what tag do you use to add a hyperlink column to the datagrid anchor tag is used to add a hyperlink column to the data
why is catch exception almost always a bad idea well if at that point you know that an error has happened then why not write the proper code to
how do you create a permanent cookie by setting the expiry date of the cookie to a later on time like 10 years
what is the difference between the cnet and vbnet vbnet- it didnt have the xml documentation- it didnt have the operator overloading- it didnt have
what is common type system cts cts explain all of the basic types that can be used in the net framework and the operations performed on those
in net compact framework can i free memory explicitly without waiting for garbage collector to free the memory yes you can clear the memory using