List/Grid Tag Archives: howtoideas.net
How To Delete Cookie Using C#
While building websites, You might want to delete cookie from user’s desktop. But you can’t do this, you can’t directly delete cookie from user’s computer. But here, I will show you a trick, which you can use to delete cookies from user’s computer. Just follow the following instructions. Instructions: Check if the cookie already exists and if it, then create a new cookie having the same name as the name…
How To Restore Database Backup In SQL Server
You have a backup of your Database and you want to apply that, because your Database got corrupted. I will be using SQL Server 2008 for the example purpose in this article. Instructions: In the SQL Server, open Object Explorer. If you don’t able to find it, Go to View menu and select Object Explorer. In the Object Explorer, Expand Server instance and select the Database you want to take…
How To Backup A SQL Server Database
It is a recommended step, if you are working on a project that regularly communicate with your Database and you have a number of subscribers. Because at any time, by any means, if your database gone corrupt, you will be in a great problem if you haven’t taken backup of your Database. Instructions: In the SQL Server, open Object Explorer. If you don’t able to find it, Go to View…
How To Create A New SQL Server Login
You need a SQL Server Login to connect to SQL Server. If you are sharing database with other your, then you will be creating a new login for the other user, instead of sharing a same login because of security purposes. In SQL Server, there are two kinds of Login available : Windows Authentication, SQL Server Authentication. I will be showing you how to create both types of Logins. Instructions:…
How To Create A New Database User In SQL Server
In this article, I will show you how you can create a new user in SQL Server. I will be using SQL Server 2008 for this article. Instructions: Open SQL Server Management Studio and Open “Object Explorer”. Expand “Database” folder and select the database for which you want to create a new user. Expand that database, right clink on Security folder for that database and choose New->User. In the Create…
How to make Wireless Connection in Window 7
When you need to transfer data or play Multi player Games you have to connect all PC’s to one network. Follow these instructions to make a Wireless Connection. Instructions: Go to Control panel \ Network and Internet \ Network and Sharing center and choose “Set up a new connection or network”. Now choose Set up a Wireless ad hoc (computer to computer) network Now choose Network name and and security…
How To Clear Browser Cache In Firefox
When ever you visit any website on the internet, your browser save a copy of that website in its cache. Your bowser takes some disk space to save the cached webpages. So, if you are in need of disk space in your computer, then you can clear the cache from your browser. In Firefox, You can clear this cache by following some easy instructions. Instructions: In Newer Versions Of Firefox…
How To Find All References To A Specific Word In Registry In Windows 7
Instructions: Start Registry Editor. To start this first of all Go to Start Menu and then type regedit in search box and then open regedit.exe. Click on the “Edit” menu and choose “Find”. In the Find dialogue, type the value you want to search and choose appropriate choices you want to search. Click “Find Next”. It will locate first instance of that word. To find next instance, press F3.