| |
Web applications are dynamic- many requiring unique content and interfaces for each user. There are a myriad of ways to take user content out of a database and present it in a browser. This article fo [read more]
|
|
an easy way to display a word document's content in web page
|
|
I’ve been looking for a good filter to play with and finally found one today. Basically, I want to slow down requests to prevent people and/or other mechanisms from submitting a form.
|
Zen Cart is an open source online store management system. It is PHP-based, using a MySQL database and HTML components. Support is provided for several languages and currencies, and it is freely avail [read more]
|
<%@ WebHandler Language="C#" Class="RssHandler" %>
using System;
using System.Web;
using System.Data.Common;
using System.Configuration;
using System.Data;
using Syst [read more]
|
Text files provide a common denominator format where both people and programs can read and understand. The .NET Framework includes convenience classes that make reading and writing text files very ea [read more]
|
In this Article we are going to read and understand how in a web application we can export a grid data in the excel file. As many times in real time programming we generate reports in the grid format [read more]
|