hi everyone
i have a problem ;pls help me in this;
problem is: i have created a module by following this steps :
step1: I have created a folder called module1 under DesktopModules and i added an New Item called Web user control called module1.ascx
step 2: in this i placed 3 countrols(textbox,button,label) and in .ascx.vb ; i have added the following namespaces DotNetNukeSystem.Web.UI
Imports
System.Collections.Generic
Imports
System.Reflection
Imports
DotNetNuke.Security.PortalSecurity
step 3: then i build the page; got Build Succeed;
step 4: created a new page .
step5: now i created a module definition for that module by providing the necessary information and add the def along with control
but the problem is that module is added to the page at the desired position but the content of it is displayed on the same page but top left side
pls give me the right solution for this
Imports
Imports