
Articles (154)
articles
successfully complete these steps, you are able to understand and
learn how to create wordpress plugin
It is needed to check whether your website is
available or down.It's better you create a WPF
application to check that.you can also check
status periodically besides checking status on
a button click.the following program shows how
to check the website status by clicking a button -
using connectionstring of configuration file in pages
Written by Super Usernormally we define connectionstrings under
<connectionStrings> tag in the web.config
file.membership providers use that
connectionstring.what if we needed to use
the connectionstring in asp.net pages?.
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.
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-
to convert bitmap image file to gif file you
have to create bitmap object first.
how to upload images to server creating new directory
Written by Super Userthe following codes uses FileUpload control to
upload file to server.it's a example for
uploading files to the server using asp.net
and c#.
A c# class can have both static and non static members.
static members is declared with the keyword static.