List/Grid Tag Archives: howtoideas.net
How To Find All References To A Specific Word In Registry In Windows XP
Instructions: Start Registry Editor. To start this first of all open Run dialogue by pressing shortcut key “Windows Logo + R” and then type regedit in Run dialogue and then hit Enter to 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…
How To Check If A Key Is Pressed In C#
While developing applications in which you want your user to press some key and your application will do some work for your user, you need to detect if a key is pressed or released. In this article, I will show you how can you achieve that. Instructions: Open the project, click on any empty area on the form. Ensure that Form is selected not a control if present on your…
How To Allow Paging In GridView
You need to create paging in GridView while creating websites in ASP.NET. It is a very simple process. In this article, I will show you the easiest way using which you can enable Paging in GridView while creating websites. Note that, the pager row, in which we display the number of pages and current page, which is used for quick navigation between pages, automatically hides itself when only one page…
How To Block or Allow Cookies In Firefox
Instructions: In Firefox, click on the “Tools” menu and select “Options”. Click on the “Privacy” tab. In the “Privacy” tab, click on the drop down that might be having value “Remember History” selected and change the value to “Use Custom Settings For History”. It will show up a number of options to configure. Uncheck the option for “Accept cookies from sites”. Click “OK” and you are done…
How To Send Email Using Your Gmail Account In C#
While working on a project which needs a configuration for sending email to clients for their confirmation regarding any topic or for sending mail for notifications or for any other reason, you might be looking for the code that can do this task for you. Here I will give you a code that you can use in your application for sending email. Instructions: Add the following namespaces to your Code-Behind…
How To Burn ISO Image Directly In Windows 7
You don’t know what to do with a file with extension .iso. An ISO file is an Image file which contains the data of one whole disk. This is an international standard for storing data of a disk in computers an image file.Or you know about that and want to burn the Image into a disk. Then, Windows 7 has a built in tool to burn ISO images directly into…
How To Block or Allow Cookies In Internet Explorer
Instructions: Click On “Tools” Menu Item and choose “Internet Options” in previous version of Internet Explorer and in Internet Explorer 9, click on “Tools” button and select “Internet Options”. In the Internet Options dialogue, click on “Privacy” tab and then click on “Advanced” button. It will open “Advanced Privacy Settings” button. Tick the check box for “Override Automatic Cookie Handling”. Now select the corresponding value for “First-Party Cookies” and “Third-Party…
How To Delete Cache From Google Chrome
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 Google Chrome, You can clear this cache by following some easy instructions. Instructions: Open Google Chrome and…