how to autogenerete membership tables using membership provider
Written by Super Userwe know how to use asp.net membership provider.
most of the time we create membership tables
manualy.But those tables can be created
automatically by adding a line in the membership
provider configuration in web.config file.
following is the list of online websites which
contain online books,a lot of study material-
there are many starter kits for visual web
developer to learn asp.net 2 and do the
common scenarios of web development.
how to set default operating system and run startup programs when computer starts
Written by Super Userthen following ways you can set which will be run as default when
computer starts -
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 -
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?.
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 -

logging in