Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • SQL Injection Attacks by Example

    by SJFriedl

    Steve Friedl takes a look at how your site could be vulnerable to SQL injection attacks - complete with numerous examples - and the action you can take to prevent them.. Read full article

  • Tree structures in ASP.NET and SQL Server

    by James Crowley

    Takes a look at how tree structures can be usefully stored in a relational database such as SQL Server, and how to implement web directory-like features such as breadcrumbs.. Read full article

  • Creating a Master-detail page

    by Aylar

    Demonstrates how to create a master-detail page in ASP.NET using nested repeaters.. Read full article

  • Replicating GetRows in .NET

    by DMarko1

    Dimitrios explains how replicating GetRows in .NET is easy and shows how it offers precise control of the details of the data and its display.. Read full article

  • Using ADO.NET with SQL Server

    by James Crowley

    An extensive examination of using ADO.NET to access SQL Server databases, from establishing connections and executing stored procedures, to connection pools, data readers and data sets.. Read full article

  • In Depth ASP.NET using ADO.NET

    by johngodel

    In this article we will discuss a number of ways to retrieve, show, and update data with ASP.NET forms using ADO.NET. Also, we will have a clear idea about the most common server controls in ASP.NET. In particular, with this article we will cover ASP.NET server controls, ADO.NET DataSource, and creating Templated DataBound Controls, ASP.NET forms, using data with controls. John Godel. Read full article

  • Custom ASP.NET Datagrid Paging With Exact Count

    by DMarko1

    A demonstration on creating custom DataGrid paging such that we actually know the total number of pages for a result set - something that the default paging for the DataGrid doesn't tell us.. Read full article

  • Uploading Images to a Database

    by dave123aspx

    Learn how to allow a user to upload an image to your server and store the binary data in a Microsoft SQL database.. Read full article

  • Web Forms DataGrid and DataSet Programming

    by Jeff_Louie

    This is a working C# .NET program that demonstrates how to integrate most of the features of the DataGrid and DataSet in a single project including select, insert, update, delete, confirm delete, sort, filter and page.. Read full article

  • Encapsulating ODBC in ASP .NET

    by jscroft

    HotQuant, LLC, builds on their previous ODBC article by demonstrating how to use encapsulation to isolate an application's data access layer and significantly streamline the code.. Read full article

  • Implementing ODBC in ASP .NET

    by jscroft

    With Microsoft's ODBC data server controls, .NET finally supports ODBC... but not very well. HotQuant, LLC, has published an in-depth technical article demonstrating an effective workaround.. Read full article