20/05/2014 by Nitesh

How To Retrieve Client’s Date in ASP.Net – Easiest way

Friends, A very short post for a simple task. In this post, we will see how we can get the date of a user browsing the page on server in ASP.Net. DateTime.Now gives us the server Date & Time. Retrieving Client’s date is required in cases when you want to process something based on browser’s…

Continue Reading »

20/05/2014 by Nitesh

Options: Configure BotDetect Captcha on your website

Friends, In my last post I discussed how can you add captcha to your website in just 5 minutes. In this post, we will see what are the options available for you to customize the captcha. BotDetect provides a long set of options to customize your captcha. Few of the options are listed below –…

Continue Reading »

15/05/2014 by Nitesh

How To Add Captcha To Your ASP.Net WebForms Project in 5 minutes

Friends, Spamming is one of the issues we all are trying to deal with. One of the major ways of spamming is to submit forms automatically on your website. Captcha is one of the ways that deals with automated form submission by displaying random image to a user and asking the user to fill int…

Continue Reading »

12/05/2014 by Nitesh

Solution: A potentially dangerous Request.Form value was detected from the client in asp.net

Friends, When posting HTML characters to an ASP.Net page, we normally get this error as – “A potentially dangerous Request.Form value was detected from the client in asp.net“. This post explains how to resolve this problem. To resolve this problem on a single page, you can set the “validateRequest” property of a page to false…

Continue Reading »

11/05/2014 by Nitesh

How To Host an ASP.Net Website on Shared Server

Friends, Many a times, when working with small organizations your immediate senior tells you, “I am giving you the credentials, host the website on the server and let me know”. Being a developer, we should always know how to host a website on server. In this post, we will see the steps that are required…

Continue Reading »

1 4 5 6 7 8