(Scott Mitchell) In November 2007 Microsoft released ASP.NET 3.5. As noted in An Overview of ASP.NET 3.5 and Visual Studio 2008, this released included two new ASP.NET data Web controls: the ListView and DataPager. In a nutshell, the ListView control provides a very flexible means for displaying a c
Tag: Development
Insulate Your Code with the Provider Model
(Paul D. Sheriff) Developers constantly face problems brought on by changing technologies. When Microsoft releases a new version of a data provider, or a customer decides to switch databases from Oracle to SQL Server, you may have to rework code you’ve already written. But you can avoid much of this
Data Manipulation using ListView Server Control with ASP.NET 3.5
(Jesudas Chinnathampi (Das)) In order to use the ListView control, we need the ASP.NET 3.5 Framework. All examples mentioned in this article were created using Visual Web Developer 2008 Express Edition. You could use SQL Server 2000/2005 or the free SQL Express to try out the examples explained in t
Globalization and Localization
Applications must be designed to accommodate users from various cultures. Users in different parts of the world use different languages and different formatting standards for numbers, currency, and dates. International applications should be customizable according to the preferences of users belongi
Web Application Security: It’s Every Developer’s Problem
(Allan McNaughton) The importance of building secure Web applications is rising daily. CEOs are falling all over themselves to assure customers (and Wall Street) that appropriate measures are being taken to prevent unauthorized access to confidential data. The cost of a security breach can be mind-b
CodeSnip: Implementing Asynchronous Remoting in .NET
(Abhishek Kumar Singh) We can implement remoting in two different ways of operation. They are Synchronous and Asynchronous operation.
Dynamic Web Sites in ASP.NET
In this tutorial we are going to cover how to create a dynamic web using ASP.NET. This is a very lovely topic for everyone who’s interested in creating advanced web sites.
LINQ provider basics
(Mehfuz Hossain) LINQ (Language Integrated Query) works as a middle tier between data store and the language environment. From a developer’s point of view, it is just a new pattern for querying data from multiple data structures directly in the IDE. Behind the scenes it does a whole lot of tasks lik
User Administration Tool (Part 3)
(Bipin Joshi) In Part 2 of this series we covered user management features. This final part will deal with role management and profile management.
Tips & Tricks: Start-Up Options and Instances of ASP.Net Development Server in a Multi-project Solution
If you have more than one project in your solution you can use following options of solution properties to set your start up actions… You can get the below dialog by right clicking your solution and going to its properties:
