Which of the following ways can you proactively clean up a databa...
Which of the following ways can you proactively clean up a database connection’s resources...
view full question with answer
Posted in: ASP.NET(45) |
While creating web site you need to add an HTML Web server contro...
While creating web site you need to add an HTML Web server control to the Web page, you need to drag an HTML element from the ToolBox of Visual Studio 2005 to the Web page and then which of ...
view full question with answer
Posted in: ASP.NET(45) |
Amit created a new Web site using Visual Studio 2005 in programmi...
Amit created a new Web site using Visual Studio 2005 in programming language C#. Later, Amit received an existing Web page from his boss, which consisted of the Contact.aspx file with the Co...
view full question with answer
Posted in: ASP.NET(45) |
For separating server-side code from client-side code on a ASP.NE...
For separating server-side code from client-side code on a ASP.NET page, what programming model should you use...
view full question with answer
Posted in: ASP.NET(45) |
You are writing ASP.NET 2.0 Web site that collects lots of data f...
You are writing ASP.NET 2.0 Web site that collects lots of data from users, and the data collection forms spreads over multiple ASP.NET Web pages. When the user reaches the last page, you ne...
view full question with answer
Posted in: ASP.NET(45) |
In your ASP.NET web application you want to display a list of cli...
In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web...
view full question with answer
Posted in: ASP.NET(45) |
For your ASP.NET web application your graphics designer created e...
For your ASP.NET web application your graphics designer created elaborate images that show the product lines of your company. Some of graphics of the product line are rectangular, circular, ...
view full question with answer
Posted in: ASP.NET(45) |
In asp.net 2.0 what is the best way to handle sql connection stat...
In asp.net 2.0 what is the best way to handle sql connection stat...
view full question with answer
Posted in: ASP.NET Controls (2) | ASP.NET 2.0 (2) | .NET Deployment (2) | SQL Server 2005 (15) | SQL (15) | SQL Server Basics (15) | ADO.NET Basics (15) | ASP.NET MVC (2) | ASP.NET Basics (2) | ASP.NET Architecture (2) | ASP.NET Security (2) | .NET Security (2) | .NET 2.0 (2) | .NET 3.5 (2) | .NET Architecture (2) | .NET Basics (2) | C# (2) | VB.NET (2) | SQL Server security (15) | ASP.NET(45) | .NET(40) | DataBase(35) | ADO.NET(23) | SQL Server(15) |
Resource: ASP.NET Controls | ASP.NET 2.0 | .NET Deployment | SQL Server 2005 | SQL | SQL Server Basics | ADO.NET Basics | ASP.NET MVC | ASP.NET Basics | ASP.NET Architecture | ASP.NET Security | .NET Security | .NET 2.0 | .NET 3.5 | .NET Architecture | .NET Basics | C# | VB.NET | SQL Server security |
What is the name of the property of ASP.NET page that you can que...
What is the name of the property of ASP.NET page that you can query to determine that a ASP.NET page is being requested not data being submitted to web server...
view full question with answer
Posted in: ASP.NET(45) |
If you want to make a configuration setting change in your server...
If you want to make a configuration setting change in your server that will affect to all Web and Windows applications on the current machine. Where you will make the changes...
view full question with answer
Posted in: ASP.NET(45) |
While testing your ASP.NET web application you noticed that while...
While testing your ASP.NET web application you noticed that while clicking on CheckBox of one of the web page it does not cause a PostBack; you required that the CheckBox should make PostBac...
view full question with answer
Posted in: ASP.NET(45) |
Which of the following represents the best use of the Table, Tabl...
Which of the following represents the best use of the Table, TableRow, and Table-Cell control...
view full question with answer
Posted in: ASP.NET(45) |
For making a configuration setting change that will affect only t...
For making a configuration setting change that will affect only the current Web application. Is there any tool that has a user-friendly Graphical User Interface (GUI)...
view full question with answer
Posted in: ASP.NET(45) |
While creating an ASP.NET web application with the help of Visual...
While creating an ASP.NET web application with the help of Visual Studio 2005 you are creates a Web page that has several related buttons, such as fast-forward, reverse, play, stop, and paus...
view full question with answer
Posted in: ASP.NET(45) |
If you want to make a configuration setting change that will affe...
If you want to make a configuration setting change that will affect only the current Web application. Which file will you change...
view full question with answer
Posted in: ASP.NET(45) |