This tutorial will show you how to implement paging into your website. It starts off with a bit of theory, then it introduces a simple class written to simplify the whole process. Includes a real-world example.
Enhancing Inserting Data through the DataGrid Footer is an article for those who need to add the data in the datagrid control through the footer of the datagrid control. This is accompalished by placing a data dependent dropdown list on the footer...
The ExpressDBTree Suite provides you with a series of powerful and easy-to-use tree controls for the display of recursive data in an application. Features such as smart-record loading improve the performance and flexibility of the control to a...
This is an interesting article that deals with the information regarding the display of binary data in the datagrid control from the SQL-Server database table. This article clearly shows how to place a datagrid in the web forms, fetch the binary...
HOW TO: Create a Web Control with an Expandable Property in the Designer by Using Visual Basic.NET is a tutorial in which the author shows the step-by-step process of creating a custom web control and adding the expandable property to it using the...
Display via SSI rows of summary info in the format of "Field1 : Field2". For example, "US Dollar : $3.80", "Gold : $8.95/gram", "New Castle 1 : Liverpool 2", "Champion : Mike Tyson" etc. Features...
This tutorial teaches the programmers to develop a program which writes another program. It helps the programmers to write a program on the server side and which will write another program on the client side. This article teaches you how to store...
A very easy example of how to create an application that can be minimized to the system tray and display an animated logo or icon. It has a simple menu in which you can restore, exit and minimize and of course animate the icon or make it stop...
EtvListField, EtvDBCombo and other components for short fixed lists. Text values from the list correspond to smallint values from the database. For example, "small/middle/large" in the application will correspond to...
If an error occurs in the application ExceptHandler notifies the user and writes error description in log-file. In contradistinction to well-known message Access violation in ... at ... ExceptHandler executes the full error localization. User can... |