Latest Answer: IIS Metabase Explorer is a freeware tool to allow editing of the IIS metabase. Essentially this has a similar featureset to Microsoft's MetaEdit and Metabase Explorer except that it runs on all versions of Windows from 98 through to 2003. In addition ...
Latest Answer: Connection pooling is the ability of re-use your connection to the Database. This means if you enable Connection pooling in the connection object, actually you enable the re-use of the connection to more than one user. ...
Latest Answer: We need .net because its a platform in which we can use 32 full fledge language and its a event driven programming language. ...
Latest Answer: No,each application can have their own Global.asa file but it can't be shared. ...
Latest Answer: Persistent cookies are stored on your computer hard disk. They stay on your hard disk and can be accessed by web servers until they are deleted or have expired. Persistent cookies are not affected by your browser setting that deletes temporary ...
Latest Answer: - Client side validation eliminates the round trip for the sake of any validation - Server side validation is required since the validation that happens at the server end and can not be tampered with. Client side validation happens at the ...
Latest Answer: dCol='000000';//date colour.fCol='000000';//face ...
Latest Answer: HTTP headers expose a great deal of information about your client as well as the server you are working, the application you are designing, as well as the environment you are in (SSL, etc.).The functionality for this is held in "Request.ServerVariables", ...
Latest Answer: One can access word or any file uisng File System Object as:dim fso dim wordfileset fso=Server.createObject("Scripting.FileSystemObject")wordfile= fso.opentextfile(path).readallset fso=nothing ...
Latest Answer: - ASP has limitations, it can be coded only in VB script- ASP.net can use C# and VB.net, which support OOPs concepts- ASP is Interpreted and limitations in libraries supported- ASP.net has good libraries to support it and can do lot of tasks- ASP pages ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top