List/Grid Tag Archives: allow
How To Create A Numeric Textbox in C#
Most of the time when you want to user to enter only numbers in a textbox, you look for a control or some kind of validation, so that you can restrict user only to enter numbers in that textbox. But unfortunately there are no validation controls present in Windows Forms which you can have in Websites (ASP.NET). So you have to manually check whether the user has entered write data…
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 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…