Step1: Register your user control in HTML:
<% @ Register tagprefix = "Module" tagname = "account" src = "./ modules / accountmodule.ascx"%>
Step2: Establish this user control
Module: Account>
asp: button>
STEP3:
Protected AccountModule ModuleAccount;
Step4: Processing button Click event
Public Void SubmitButton_Click (Object Sender, Eventargs E)
{
//
// process the changes to the form
//
Moduleaccount.ProcessChanges (PARA);
}