|
|
|
|
| C# : Database monitoring system using XML file |
| This application monitors the database of any kinds like employee, patients, or any items via XML. The XML file has a very nice interface to store the data, retrieve and update with O(1) time and hence it will be much faster as all the nodes will be unique. The search operation also use Hashing mechanism on XML node. This is very useful interface for any kind of application. |
| | By Raj Cool... on Tuesday, December 09, 2008 1:42:50 AM. |
| |
|
|
|
| Custom Validation for Date of Birth using three dropdownlist |
| This article is used to validate the date of birth having 3 dropdownlist control.first dropdownlist control populates data for Days second for Months and third for Years.this article is exactly usefull for the users those want to validate DOB containing three dropdownlist.Datasources for Days and Months populates from two XML Files(DD.xml and MM.xml) in this project. |
| | By zafar iqbal on Wednesday, July 09, 2008 2:20:20 AM. |
| |
|
| ASP.NET Nested Repeater |
| This code is exactly usefull to embeding one repeater into another repeater control...this helps to display heirarchical data. |
| | By zafar iqbal on Wednesday, July 02, 2008 7:27:58 AM. |
| |
|
|
|
|
|