Mega Code Archive
AJAX and User Controls
File: Control.ascx
<%@ Control Language="C#" ClassName="RandomQuotation" %>
<%@ Import Namespace="System.Collections.Generic" %>
File: Default.aspx
<%@ Page Language="C#" %>
<%@ Register TagPrefix="user" TagName="RandomQuotation" Src="~/Control.ascx" %>
Show Random Quotation
File: Web.Config