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 »

06/05/2014 by Nitesh

How To Implement Back To Top Feature in Html/Asp.Net/PhP

Friends, In many websites having long contents we have seen a “Back To Top” or “Scroll To Top” button when clicked takes you to the top of the webpage. We see this kind of feature normally on the product listing pages of e-commerce websites. Today in this post we will implement the same feature in…

Continue Reading »

04/05/2014 by Nitesh

How To Create Multi Level Menu Dynamically Using C# in ASP.Net

Friends, This is Part 4 of the series “Creating Menus”. We have already seen how to create a single level menu dynamically in ASP.Net here. This post will explain how to create a multi-level menu dynamically using C# in Asp.Net. You can also read the other 2 posts in this series with the links mentioned…

Continue Reading »

1 3 4 5 6 7