how to check if multiple same modules are in the page in dotnetnuke
Written by Super Usersometimes it's needed to check whether there are multiple same
modules in the current page or not to keep one version of the
module or some other checks.
for you plugin.To achieve this you have to create a admin settings page
accessible from wordpress admin dashboard.
1.club website starter kit
by this you can create a site for your club
and organization.It includes news posting,
member directory and others needed.It
has many functionality related with photo album.
how to assign specific role when user registers
Written by Super Userusing asp.net membership provider user
registration is done by the CreateUserWizard
control in the Register.aspx page.
to convert bitmap image file to gif file you
have to create bitmap object first.
there are many starter kits for visual web
developer to learn asp.net 2 and do the
common scenarios of web development.
for creating own exception class,you have to derive your class
from System.Exception class.also you have to implement all
constructors which base class implements.to create own
exception class follow the requirements/recommendations
below-