Home » Archive

Articles in the ASP.NET Category

ASP.NET »

[9 Apr 2009 | No Comment | 383 views]

Error:
A potentially dangerous Request.Form value was detected from the client
Scenario:
When you put html tags in your form fields (textbox,textarea) like

ASP.NET »

[18 Feb 2009 | No Comment | 194 views]

This error might occur if you have selected your selection list (dropdownlist) multiple times. You can add multiple=”true” e.g.
in your selection list so as to enable multiple item select.

If you don’t want your selection list to be multiple select enabled then you have to check whether you have selected the selection list multiple times either in your design (aspx file) or in code (aspx.cs file).

ASP.NET »

[5 Oct 2007 | No Comment | 292 views]

Problem

There is a .aspx page with some textbox and a submit button.
User enters text in the textbox and clicks the submit button.

ASP.NET »

[5 Oct 2007 | No Comment | 17 views]

Ok, you installed IIS server in your Windows Operating System.
Then, I suppose you installed .NET Framework.