gee! Document Collections? is an expansion of Document Manager where it displays a list of documents grouped into collections that are available for download. It is distinguished from Document Download by the grouping,- there are two tiers of inform
Creating a Stored Procedure for Custom Paging with the ASP.NET DataGrid Control is a tutorial which shows you an efficient and easy way to perform custom paging of datagrid control in ASP.NET. You can enable the custom paging by setting the AllowCust
Delphi Collections is the kind of library that exists in other OO languages but is strangely missing from Delphi: a library of standard collection types. The standard types are: bag (aka multiset), list (aka vector), map (aka dictionary) and set, wit
Building a Custom Validator Using VB.NET is an article in which the author gives you the procedure for creating a custom validator control through which you can validate the blank entry in the textbox as well as checks if the length of the text excee
This is an useful quick reference source that describes all the collections of the ASP objects with examples. Various collections that are described here are forms, querystring, cookies, contents, clientcertificate, server variables and static object
Creating a Custom ADO.NET DataAdapter is a web based tutorial in which the programmers can learn about the process of generating ADO.NET data adapter by using dataAdapter objects. The author gives details about OleDbCommand object and the method of u
Everything you need for processing digital photos. Smart photo downloading to your computer from digital cameras and card-readers; creating photo collections and processing them later as one photo; reading EXIF information and using it for renaming a
It is an article in which the author gives you a brief explanation about creating custom controls. Custom controls are those that are defined by the user which are compiled into a dll file and they can be registered just like a user control. In this
Creating and Using Custom Attributes in C# is a web based tutorial in which the author gives you the method for definining your own attributes in C#. Attributes are declared for the methods and properties of the class. The author gives you the sample
Design a Custom Paging Solution is a tutorial which explains about creating your own paging functionality in the datagrid control. Custom paging sends only the required records to the current web pages and hence it improves the performance. Paging lo |