| ASP.NET DataGrid Column Sorting |
| DotNetJunkies |
| In last two week's I have shown you how to implement both built-in and custom paging functionality using the ASP.NET DataGrid server control. This week I will show you how to implement column sorting using the DataGrid. |
|
| ASP.NET DataGrid Paging - Custom Paging w/ Caching & Numeric Links |
| DotNetJunkies |
| This tutorial is a variation on Doug Seven's article (ASP.NET DataGrid Paging Part 2 : Custom Paging) . You should read this article first to understand the code and concepts involved in my modification. While my implementation is specific to my particular needs, hopefully you can see how to apply this concept to many different types of result sets. |
|
| ASP.NET DataGrid Paging Part 1 - Built-In Paging |
| DotNetJunkies |
| In this article Doug Seven introduces you to paging data with the DataGrid using the built-in paging capabilities. This article uses Visual Basic .NET and SQL Server 2000. |
|
| ASP.NET DataGrid Paging Part 2 - Custom Paging |
| DotNetJunkies |
| In this article Doug Seven shows you how to use the DataGrid custom paging feature. The code is in C# and it uses stored procedures in SQL Server 2000. |
|
| ASP.NET DataGrid UpDown Column |
| The Code Project |
| The ASP.NET DataGrid UpDownColumn represents a DataGrid column up-down control that displays a list's selected values. |
|
| ASP.NET Expand/Contract DataGrid |
| The Code Project |
| ASP.NET Expand/Contract DataGrid that allows you to show/hide details without posting back. |
|
| ASP.NET Expand/Contract DataGrid |
| The Code Project |
| ASP.NET Expand/Contract DataGrid that allows you to show/hide details without posting back |
|
| ASP.NET Extended DataGrid UI Features |
| The Code Project |
| The ASP.NET DataGrid Server Control is a versatile control. The control displays data bound information in a HTML table. There are several key UI features that the DataGrid does not have. For instance, many HTML tables that show data in a list, change the color of the row when the mouse hovers over. |
|
| ASP.NET Letter Paging Based on Data Content |
| The Code Project |
| Paged table data display in DataGrid by selecting letter from a letter list which is derived from existing data. |
|
| ASP.NET Localization Part 1: CultureInfo |
| DotNetJunkies |
| The .NET Framework provides built-in mechanisms for localizing applications. ASP.NET internally uses Unicode and the String class of the .NET Framework also uses Unicode. The use of Unicode enables you to easily specify different encoding types for the response data sent to the client. While the .NET Framework will not translate your documents from the language they are written in to a different language, the built-in mechanisms will reconfigure output such as DateTime objects to their appropriate format. |
|
| ASP.NET Outlook Style Toolbar Control |
| The Code Project |
| A outlook style toolbar control in ASP.NET |
|
| ASP.NET Performance Tips and Best Practices |
| GotDotNet |
| ASP.NET provides a flexible framework for running .NET Web Applications. As such, there are some practical tips and best practices that developers should take into account to obtain good performance from their web sites. |
|
| ASP.NET PhotoBook |
| The Code Project |
| A simple photobook viewer. |
|
| ASP.NET Server Control Creation |
| C#Today |
| ASP.NET custom server controls provide a powerful architecture for isolating the atomic functionality of applications, using highly reusable compiled components (dll). This makes enforcing application-wide rules and applying composite view design patterns easy. In this article, Daniel Cazzulino will look at numerous facets of these controls, such as extending their functionality. |
|
| ASP.NET Table Searching |
| The Code Project |
| Searching database with showing results in datagrid control |
|
| ASP.NET: 10 Tips for Writing High-Performance Web Applications |
| MSDN |
| : 10 Tips for Writing High-Performance Web Applications |
|
| Authorization Manager Access Component |
| The Code Project |
| .Net Authorization using Windows Identity, X509 Certificate or ASP.Net Forms |
|
| Automate code-writing in VB.NET control's development |
| The Code Project |
| Utility for automate code writing for VB.NET control's developers |
|
| Automatic Generated DataGrid Commands |
| C# Corner |
|
|
| Beginners Introduction to ASP.NET |
| The Code Project |
| An article giving basic introduction to ASP.NET ,Underlying technologies and Advantages of ASP.NET over asp |
|
| Binding a DataGrid to an ADO Recordset |
| DotNetJunkies |
| Sooner or later you're going to need to bind a control to an ADO Recordset. The most likely reason is that you need to leverage a control written in COM that returns a recordset. As you will see, this is actually a very easy thing to do. |
|
| Binding a two dimensional array to a DataGrid |
| The Code Project |
| Binding a two dimensional array to a DataGrid |
|
| Binding any object data members at design time |
| The Code Project |
| Enables binding of any public data member of any object into a control at design time. |
|
| BooProd.Core - Context sensitive URL |
| The Code Project |
| Helps you create context sensitive dynamic urls: dynamicaly computed URLs, depending on which server the page is generated on. |
|
| BUG: DataSet Does Not Load Original Records of DiffGram Correctly (Q319919) |
| Microsoft Support |
| Under the following circumstances |
|