<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mukesh Chapagain&#039;s Blog &#187; problem</title>
	<atom:link href="http://blog.chapagain.com.np/tag/problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chapagain.com.np</link>
	<description>PHP Magento jQuery SQL Wordpress Joomla Programming &#38; Tutorial</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WordPress MU: Admin login problem</title>
		<link>http://blog.chapagain.com.np/wordpress-mu-admin-login-problem/</link>
		<comments>http://blog.chapagain.com.np/wordpress-mu-admin-login-problem/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 20:31:31 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress-mu]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=750</guid>
		<description><![CDATA[Scenario: - I have installed WordPress MU in localhost (local computer). - I am using Windows XP Operating System. - I am using WAMP Server. Problem: When installing WordPress MU, I was getting the following error:- Warning! Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead. I was able to get rid of this [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-admin-login-problem/' rel='bookmark' title='Permanent Link: Magento Admin login problem'>Magento Admin login problem</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/twitter-facebook-wordpress-getting-together/' rel='bookmark' title='Permanent Link: Twitter, Facebook, WordPress getting together'>Twitter, Facebook, WordPress getting together</a></li>
<li><a href='http://blog.chapagain.com.np/magento-solution-to-error-404-not-found-in-admin-login-page/' rel='bookmark' title='Permanent Link: Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page'>Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Scenario:</strong></p>
<p>- I have installed WordPress MU in localhost (local computer).<br />
- I am using Windows XP Operating System.<br />
- I am using WAMP Server.</p>
<p><strong>Problem:</strong></p>
<p><span id="more-750"></span></p>
<p>When installing WordPress MU, I was getting the following error:-</p>
<blockquote><p>Warning! Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead.
</p></blockquote>
<p>I was able to get rid of this warning message by commenting the following line (<em>present at around Line 8 to 10</em>) in <strong>index-install.php</strong> file present inside the wordpress-mu folder:-</p>
<pre class="brush: php; title: ; notranslate">
if( $_SERVER[ 'HTTP_HOST' ] == 'localhost' ) {
	die( &quot;&lt;h2&gt;Warning!&lt;/h2&gt;&lt;p&gt;Installing to http://localhost/ is not supported. Please use &lt;a href='http://localhost.localdomain/'&gt;http://localhost.localdomain/&lt;/a&gt; instead.&lt;/p&gt;&quot; );
}
</pre>
<p>By doing this, I was able to install wordpress MU completely in localhost.</p>
<blockquote><p>But, now I get a strange error. When I try to login to admin panel, I always get redirected back to the login page. I cannot access the dashboard.</p></blockquote>
<p><strong>Solution:</strong></p>
<p>- Go to <strong>C:\WINDOWS\system32\drivers\etc</strong><br />
- Open the file named <strong>hosts </strong>in notepad<br />
- At the end of the file, write the following:-<br />
  <strong>127.0.0.1    localhost.localdomain</strong></p>
<p>- Reinstall WordPress MU using localhost.localdomain instead of localhost.</p>
<p>Suppose you have wordpress MU files in a directory named <strong>wordpress-mu</strong>. Then, you should type the following URL in the browser:-</p>
<p><strong>http://localhost.localdomain/wordpress-mu/</strong></p>
<p>Hope this helps and thanks for reading.</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=750&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-admin-login-problem/' rel='bookmark' title='Permanent Link: Magento Admin login problem'>Magento Admin login problem</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/twitter-facebook-wordpress-getting-together/' rel='bookmark' title='Permanent Link: Twitter, Facebook, WordPress getting together'>Twitter, Facebook, WordPress getting together</a></li>
<li><a href='http://blog.chapagain.com.np/magento-solution-to-error-404-not-found-in-admin-login-page/' rel='bookmark' title='Permanent Link: Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page'>Magento: Solution to &#8220;Error: 404 Not Found&#8221; in Admin Login Page</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/wordpress-mu-admin-login-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET Error: A potentially dangerous Request.Form value was detected from the client</title>
		<link>http://blog.chapagain.com.np/aspnet-error-a-potentially-dangerous-requestform-value-was-detected-from-the-client/</link>
		<comments>http://blog.chapagain.com.np/aspnet-error-a-potentially-dangerous-requestform-value-was-detected-from-the-client/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 11:24:56 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=109</guid>
		<description><![CDATA[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 Cause: This is for security reason. This prevents users from injecting HTML or other scripts through form fields. The .NET framework throws error when it detects any HTML statement in the text [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/javascript-how-to-submit-form-and-change-form-action/' rel='bookmark' title='Permanent Link: Javascript: How to Submit form and Change form action?'>Javascript: How to Submit form and Change form action?</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-contact-form-7-quick-fix-spinning-arrow/' rel='bookmark' title='Permanent Link: WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed'>WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed</a></li>
<li><a href='http://blog.chapagain.com.np/pageispostback-property-a-solution-to-the-client-postback-problem/' rel='bookmark' title='Permanent Link: Page.IsPostBack property: A solution to the client postback problem'>Page.IsPostBack property: A solution to the client postback problem</a></li>
<li><a href='http://blog.chapagain.com.np/w3c-validation-iframe-error-with-xhtml-1-0-strict-doctype/' rel='bookmark' title='Permanent Link: W3C Validation: IFrame Error with XHTML 1.0 Strict Doctype'>W3C Validation: IFrame Error with XHTML 1.0 Strict Doctype</a></li>
<li><a href='http://blog.chapagain.com.np/regular-expression-check-validation-in-php/' rel='bookmark' title='Permanent Link: Regular Expression check, Validation in PHP'>Regular Expression check, Validation in PHP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Error:</p>
<p>A potentially dangerous Request.Form value was detected from the client</p>
<p>Scenario:</p>
<p>When you put html tags in your form fields (textbox,textarea) like
<p><br/><strong><a href=""></a></p>
<p><span id="more-109"></span></p>
<p>Cause:</p>
<p>This is for security reason. This prevents users from injecting HTML or other scripts through form fields. The .NET framework throws error when it detects any HTML statement in the text entered. Actually, it throws error whenever it detects anything with opening and closing angled brackets (&#8220;<...>&#8220;). This feature was added in .NET 1.1 framework. It was not present in .NET 1.0 framwork</p>
<p>Solution:</p>
<p>There are two possible solutions.</p>
<p>1) Globally turn request validation off</p>
<p>For this, you have to add the following to your web.config file within the <system.web> section.</p>
<pages validateRequest="false" />
<p>This will turn off request validation for every page in your application.</p>
<p>2) Turn request validation off for particular pages</p>
<p>If you don&#8217;t want to turn off request validation for every page in your application, then you can go with this option.</p>
<p>You can have your desired page to be request validation off. For this, you have to add a tag ValidateRequest=&#8221;false&#8221; into the Page-directive on top of the page you want users to be able to input HTML and script tags.</p>
<p>Open your form page in code view.</p>
<p>See at the top line.</p>
<p>There might be the code like:</p>
<p><%@ Page Language="C#" AutoEventWireup="true" CodeFile="Add.aspx.cs" Inherits="Article.Admin_Article_Add" Title="Article Management | Add" %></p>
<p>You have to add ValidateRequest=&#8221;false&#8221; in it. The code should now look like:</p>
<p><%@ Page Language="C#" AutoEventWireup="true" CodeFile="Add.aspx.cs" Inherits="Article.Admin_Article_Add" Title="Article Management | Add" ValidateRequest="false" %></p>
<p>Now, you will be able to add HTML and script tags through this particular page.</p>
<p>#2 is a better solution than #1. But it depends upon your need and requirement :).</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=109&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/javascript-how-to-submit-form-and-change-form-action/' rel='bookmark' title='Permanent Link: Javascript: How to Submit form and Change form action?'>Javascript: How to Submit form and Change form action?</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-contact-form-7-quick-fix-spinning-arrow/' rel='bookmark' title='Permanent Link: WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed'>WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed</a></li>
<li><a href='http://blog.chapagain.com.np/pageispostback-property-a-solution-to-the-client-postback-problem/' rel='bookmark' title='Permanent Link: Page.IsPostBack property: A solution to the client postback problem'>Page.IsPostBack property: A solution to the client postback problem</a></li>
<li><a href='http://blog.chapagain.com.np/w3c-validation-iframe-error-with-xhtml-1-0-strict-doctype/' rel='bookmark' title='Permanent Link: W3C Validation: IFrame Error with XHTML 1.0 Strict Doctype'>W3C Validation: IFrame Error with XHTML 1.0 Strict Doctype</a></li>
<li><a href='http://blog.chapagain.com.np/regular-expression-check-validation-in-php/' rel='bookmark' title='Permanent Link: Regular Expression check, Validation in PHP'>Regular Expression check, Validation in PHP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/aspnet-error-a-potentially-dangerous-requestform-value-was-detected-from-the-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Error: Cannot insert the value NULL into column&#8230; column does not allow nulls. INSERT fails.</title>
		<link>http://blog.chapagain.com.np/sql-error-cannot-insert-the-value-null-into-column-column-does-not-allow-nulls-insert-fails/</link>
		<comments>http://blog.chapagain.com.np/sql-error-cannot-insert-the-value-null-into-column-column-does-not-allow-nulls-insert-fails/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 11:20:19 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ms-sql]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=107</guid>
		<description><![CDATA[Error description: Cannot insert the value NULL into column &#8216;SourceId&#8217;, table &#8216;Advisory.dbo.AdvDocSource&#8217;; column does not allow nulls. INSERT fails. The statement has been terminated. The &#8216;CompanyAdd&#8217; procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- This error occurs because the &#8216;SourceId&#8217; column in [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/alter-mysql-table-to-add-drop-column-add-foreign-key/' rel='bookmark' title='Permanent Link: Alter MySQL table to add &#038; drop column &#038; add Foreign Key'>Alter MySQL table to add &#038; drop column &#038; add Foreign Key</a></li>
<li><a href='http://blog.chapagain.com.np/magento-how-to-select-insert-update-and-delete-data/' rel='bookmark' title='Permanent Link: Magento: How to select, insert, update, and delete data?'>Magento: How to select, insert, update, and delete data?</a></li>
<li><a href='http://blog.chapagain.com.np/very-useful-sql-queries-with-joins/' rel='bookmark' title='Permanent Link: 10 Very Useful SQL Queries with JOINS'>10 Very Useful SQL Queries with JOINS</a></li>
<li><a href='http://blog.chapagain.com.np/mysql-database-foreign-key-understanding-and-implementation/' rel='bookmark' title='Permanent Link: MySQL Database: Foreign Key Understanding and Implementation'>MySQL Database: Foreign Key Understanding and Implementation</a></li>
<li><a href='http://blog.chapagain.com.np/displaying-all-products-and-new-products-listing-in-columngrid-layout-zen-cart/' rel='bookmark' title='Permanent Link: Displaying all products and new products listing in column/grid layout &#8211; Zen-cart'>Displaying all products and new products listing in column/grid layout &#8211; Zen-cart</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Error description:</p>
<p style="text-align: justify;">Cannot insert the value NULL into column &#8216;SourceId&#8217;, table &#8216;Advisory.dbo.AdvDocSource&#8217;; column does not allow nulls. INSERT fails.<br />
The statement has been terminated. The &#8216;CompanyAdd&#8217; procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p style="text-align: justify;">This error occurs because the &#8216;SourceId&#8217; column in my table is primary key and it is set to not null. i.e. it doesn&#8217;t allow null entries. And I have not made it auto increment.</p>
<p><span id="more-107"></span></p>
<p>For making a table column auto increment:<br />
- Go to server explorer.<br />
- In Column Properties, go to Identity Specification.<br />
- Go to (Is Identity) and make it &#8216;Yes&#8217; from the selection list.</p>
<p>You are done. You also have the option for Identity Increment and Identity Seed.</p>
<p>The SQL Query is:<br />
CREATE TABLE [yourTableName](SourceID int IDENTITY(1,1) NOT NULL, &#8230;</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=107&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/alter-mysql-table-to-add-drop-column-add-foreign-key/' rel='bookmark' title='Permanent Link: Alter MySQL table to add &#038; drop column &#038; add Foreign Key'>Alter MySQL table to add &#038; drop column &#038; add Foreign Key</a></li>
<li><a href='http://blog.chapagain.com.np/magento-how-to-select-insert-update-and-delete-data/' rel='bookmark' title='Permanent Link: Magento: How to select, insert, update, and delete data?'>Magento: How to select, insert, update, and delete data?</a></li>
<li><a href='http://blog.chapagain.com.np/very-useful-sql-queries-with-joins/' rel='bookmark' title='Permanent Link: 10 Very Useful SQL Queries with JOINS'>10 Very Useful SQL Queries with JOINS</a></li>
<li><a href='http://blog.chapagain.com.np/mysql-database-foreign-key-understanding-and-implementation/' rel='bookmark' title='Permanent Link: MySQL Database: Foreign Key Understanding and Implementation'>MySQL Database: Foreign Key Understanding and Implementation</a></li>
<li><a href='http://blog.chapagain.com.np/displaying-all-products-and-new-products-listing-in-columngrid-layout-zen-cart/' rel='bookmark' title='Permanent Link: Displaying all products and new products listing in column/grid layout &#8211; Zen-cart'>Displaying all products and new products listing in column/grid layout &#8211; Zen-cart</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/sql-error-cannot-insert-the-value-null-into-column-column-does-not-allow-nulls-insert-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Error : An HtmlSelect cannot have multiple items selected when Multiple is false.</title>
		<link>http://blog.chapagain.com.np/aspnet-error-an-htmlselect-cannot-have-multiple-items-selected-when-multiple-is-false/</link>
		<comments>http://blog.chapagain.com.np/aspnet-error-an-htmlselect-cannot-have-multiple-items-selected-when-multiple-is-false/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:31:04 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=105</guid>
		<description><![CDATA[This error might occur if you have selected your selection list (dropdownlist) multiple times. You can add multiple=&#8221;true&#8221; e.g. in your selection list so as to enable multiple item select. If you don&#8217;t want your selection list to be multiple select enabled then you have to check whether you have selected the selection list multiple [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-setup-multiple-currency-shop/' rel='bookmark' title='Permanent Link: Magento: Setup multiple currency shop'>Magento: Setup multiple currency shop</a></li>
<li><a href='http://blog.chapagain.com.np/aspnet-error-a-potentially-dangerous-requestform-value-was-detected-from-the-client/' rel='bookmark' title='Permanent Link: ASP.NET Error: A potentially dangerous Request.Form value was detected from the client'>ASP.NET Error: A potentially dangerous Request.Form value was detected from the client</a></li>
<li><a href='http://blog.chapagain.com.np/sql-error-cannot-insert-the-value-null-into-column-column-does-not-allow-nulls-insert-fails/' rel='bookmark' title='Permanent Link: SQL Error: Cannot insert the value NULL into column&#8230; column does not allow nulls. INSERT fails.'>SQL Error: Cannot insert the value NULL into column&#8230; column does not allow nulls. INSERT fails.</a></li>
<li><a href='http://blog.chapagain.com.np/multiple-file-upload-with-jquery-and-php/' rel='bookmark' title='Permanent Link: Multiple file upload with jQuery and php'>Multiple file upload with jQuery and php</a></li>
<li><a href='http://blog.chapagain.com.np/jquery-grey-out-background-and-preview-image-as-popup/' rel='bookmark' title='Permanent Link: jQuery: Grey out background and preview image as popup'>jQuery: Grey out background and preview image as popup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This error might occur if you have selected your selection list (dropdownlist) multiple times. You can add multiple=&#8221;true&#8221; e.g.<br />
<select Multiple="true"> in your selection list so as to enable multiple item select.</p>
<p>If you don&#8217;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).</p>
<p><span id="more-105"></span></p>
<p>if you have populated the dropdownlist from code (dynamically) then check it once again.</p>
<p>I had this problem occured during one of my project because i had populated the dropdownlist dynamically in Page_Load. I got rid of this error after putting the dropdownlist population code inside if(!IsPostBack) condition.</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=105&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-setup-multiple-currency-shop/' rel='bookmark' title='Permanent Link: Magento: Setup multiple currency shop'>Magento: Setup multiple currency shop</a></li>
<li><a href='http://blog.chapagain.com.np/aspnet-error-a-potentially-dangerous-requestform-value-was-detected-from-the-client/' rel='bookmark' title='Permanent Link: ASP.NET Error: A potentially dangerous Request.Form value was detected from the client'>ASP.NET Error: A potentially dangerous Request.Form value was detected from the client</a></li>
<li><a href='http://blog.chapagain.com.np/sql-error-cannot-insert-the-value-null-into-column-column-does-not-allow-nulls-insert-fails/' rel='bookmark' title='Permanent Link: SQL Error: Cannot insert the value NULL into column&#8230; column does not allow nulls. INSERT fails.'>SQL Error: Cannot insert the value NULL into column&#8230; column does not allow nulls. INSERT fails.</a></li>
<li><a href='http://blog.chapagain.com.np/multiple-file-upload-with-jquery-and-php/' rel='bookmark' title='Permanent Link: Multiple file upload with jQuery and php'>Multiple file upload with jQuery and php</a></li>
<li><a href='http://blog.chapagain.com.np/jquery-grey-out-background-and-preview-image-as-popup/' rel='bookmark' title='Permanent Link: jQuery: Grey out background and preview image as popup'>jQuery: Grey out background and preview image as popup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/aspnet-error-an-htmlselect-cannot-have-multiple-items-selected-when-multiple-is-false/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
