Articles tagged with: problem
Wordpress »
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 »
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 »
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 »
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 [...]