Posts in : ASP.NET
A quick, standard way to put a country list DropDown in your ASP.NET pages. Uses ADO.NET to convert a folder containing delimited text files into a database and queries the text files.
An ASP.NET Datagrid implementation sample, covering the Basics, sorting, paging, and inline edit/delete functions.
A simple ASP.Net chat application using no databases or files. Best for group chats with a maximum of 50-100 members. Uses Application variables of the IIS server for storing a few minutes of history.
|