hi Murthy ,
Thank u for ur reply,
actually i am using DotNetNuke, i am finished my module , . i want to convert PrivateAssembly(PA) file.
before create a PA file, first i want module dll then convert a PA.
tat means , exe to dll goes to PA
now i have error in exe file , so idont know how to correct this error,
Error 1: The name 'ctlAudit' does not exist in the current context
this is my .ascx file:
<%@ Register TagPrefix="dnn" TagName="Audit" src="~/controls/ModuleAuditControl.ascx" Namespace="DyFlash"%>
<dnn:Audit ID="ctlAudit" runat="server" />
this is my .ascx.cs file:
if (objDyFlash != null)
{
ctlAudit.CreatedByUser = objDyFlash.CreatedByUser.ToString();
ctlAudit.CreatedDate = objDyFlash.CreatedDate.ToString();
}
pls tell how to correct this error