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-
Menu items opening a 404 Page Not Found error in joomla?
Written by sreeram-    Open your configuration.php file and edit the var $live_site = ' '; line to match the actual URL of your website. If your website is http://yourdomain.com for example, the line should look like this:
-    var $live_site = 'http://www.yourdomain.com ';
how to install and uninstall visual studio (other details)
Written by Super Userwe all know about VS 08/10.Its a great software
for making desktop and web applications
and for other tasks.
how to publish database file as a script file with data
Written by Super User
If you want to publish your database from one database
server to another,sql server database publishing
wizard can do that.without downloading it you can
use visual studio to publish your db as .sql script
file.then you can run this script file in another
sql server to get the database with all tables and data.
I show you how -
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 -
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 -