Mega Code Archive
Categories
/
ASP.Net
/
User Control And Master Page
User Control with Events (VB net)
<%@ Page Language=VB Debug=true %> <%@ Register TagPrefix="My" TagName="SimpleControl" Src="UserControlEvents.ascx" %>
Implementing a User Control on an ASP.NET Page
<%--UserControlEvents.ascx
--%>