showing 1 to 15 of 45 questions next » | sort by: Latest first / Popular first
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 |
In asp.net 2.0 I want use same header and footer for number of pa... In asp.net 2.0 I want use same header and footer for number of pages. What are the best ways to do minimum level of code and how I can us... view full question with answer
Posted in: ASP.NET Controls (2) | ASP.NET 2.0 (2) | ASP.NET Basics (2) | ASP.NET Architecture (2) | ASP.NET MVC (2) | ASP.NET Security (2) | .NET Deployment (2) | .NET Security (2) | .NET 2.0 (2) | .NET 3.5 (2) | .NET Architecture (2) | .NET Basics (2) | C# (2) | VB.NET (2) | ASP.NET(45) | .NET(40) | Resource: ASP.NET Controls | ASP.NET 2.0 | ASP.NET Basics | ASP.NET Architecture | ASP.NET MVC | ASP.NET Security | .NET Deployment | .NET Security | .NET 2.0 | .NET 3.5 | .NET Architecture | .NET Basics | C# | VB.NET |
Which class can be used to perform data type conversion between .... Which class can be used to perform data type conversion between .NET data types and XML types... view full question with answer
Posted in: ASP.NET(45) |
Which class can be used to create an XML document from scratch?... Which class can be used to create an XML document from scratch... view full question with answer
To perform asynchronous data access, what must be added to the co... To perform asynchronous data access, what must be added to the connection string... view full question with answer
What event can you subscribe to if you want to display informatio... What event can you subscribe to if you want to display information from SQL Print statements... view full question with answer
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
You are working with a DataSet and want to be able to display dat... You are working with a DataSet and want to be able to display data, sorted different ways. How do you do so... view full question with answer
Which of the following is a requirement when merging modified dat... Which of the following is a requirement when merging modified data into a DataSet... view full question with answer
While developing ASP.NET 2.0 web application you have a DataSet c... While developing ASP.NET 2.0 web application you have a DataSet containing a Customer DataTable and an Order DataTable. You want to easily navigate from an Order DataRow to the Customer who ... view full question with answer
While developing ASP.NET 2.0 web application you want to display... While developing ASP.NET 2.0 web application you want to display a list of parts in a master/detail scenario where the user can select a part number using a list that takes a minimum amount ... view full question with answer
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
In your ASP.NET 2.0 web application you want to display an image... In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this... view full question with answer
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
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