Home » Archive

Articles tagged with: ASP.NET

ASP.NET »

[9 Apr 2009 | No Comment]

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]

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 [...]

ASP.NET »

[5 Oct 2007 | No Comment]

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]

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