Home » Archive

Articles tagged with: problem

Wordpress »

[19 Apr 2010 | One Comment]

Scenario: – I have installed WordPress MU in localhost (local computer). – I am using Windows XP Operating System. – I am using WAMP Server. Problem:

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

Database, SQL »

[10 Mar 2009 | One Comment]

Error description: Cannot insert the value NULL into column ‘SourceId’, table ‘Advisory.dbo.AdvDocSource’; column does not allow nulls. INSERT fails. The statement has been terminated. The ‘CompanyAdd’ procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead. ——————————- This error occurs because the ‘SourceId’ column in [...]

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