Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

ASP.net

While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ?

While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ?

A. HTTP
B. FTP
C. File
D. All of the above

While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ? Read More »

ASP.net

In ASP.NET page framework an automatic way to associate page events and methods is______________?

In ASP.NET page framework an automatic way to associate page events and methods is______________?

A. It is not possible to set automatically page events and methods
B. AutoEventWireup attribute of the Page directive is set to False
C. AutoEventWireup attribute of the Page directive is set to true
D. All of the above

In ASP.NET page framework an automatic way to associate page events and methods is______________? Read More »

ASP.net

Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?

Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?

A. Lock()
B. ThreadLock
C. Synchronize()
D. Synchronize

Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ? Read More »

ASP.net