Articles (154)
articles
there are many starter kits for visual web
developer to learn asp.net 2 and do the
common scenarios of web development.
n your asp.net application/website you can count
how many visitors are browsing your website easily.
for this add a Global.asax file in your website.
then add the following codes in that file -
you should backup your database file of your
windows software.there are many reasons why you
will backup your database file.i will not write
details about that.i showing here how to
backup your database file for safety of your
database -
dealing with CSS browser differences by javascript & css hacks
Written by Super Usermost developers have been facing the problem that pages
not appears same in different browsers.mostly internet
explorer makes problem than other browsers.
to overcome that probelm different style sheets for different
browsers is a good approach -
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 add and save options in wordpress admin setting page
Written by Super Useradmin side setting page to make available those options
for your plugin then you are at the right place.At first add
menu page this way -
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.

logging in