<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>WebHostingDevelopment</title>
	<link>http://programmer.webhostingdevelopment.com</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 07:41:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>Generate sql script with data from database</title>
		<description><![CDATA[How can we copy data as well the structure and schema as sql query? We need database publishing wizard for that. Download the database publishing wizard and install it. It will be installed at following location : C:\Program Files\Microsoft SQL Server\90\Tools\Publishing\ run the exe and you can get the sql file with all the data, [...]]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/07/generate-sql-script-with-data-from-database/</link>
			</item>
	<item>
		<title>Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same</title>
		<description><![CDATA[When this error comes, put enableViewStateMac=&#8221;false&#8221; in the tag either in the web.config or in the page where you get this error.]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/07/validation-of-viewstate-mac-failed-if-this-application-is-hosted-by-a-web-farm-or-cluster-ensure-that-configuration-specifies-the-same/</link>
			</item>
	<item>
		<title>System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: 5.7.1 Unable to relay</title>
		<description><![CDATA[I have got this issue many times, when I try to send email using smtp. There can be several causes for this. You have to allow relay for mail to be sent to outside servers like gmail.com. For sending mail within your server you don&#8217;t have to do this. You can find some helps from [...]]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/05/system-net-mail-smtpfailedrecipientexception-mailbox-unavailable-the-server-response-was-5-7-1-unable-to-relay/</link>
			</item>
	<item>
		<title>Login failed for user ‘IIS APPPOOL\DefaultAppPool’</title>
		<description><![CDATA[I got this issue in my system using Windows 7 Ultimate when trying to run a site which is configured to run in IIS. You can get the solution for this from the following link Read More]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/04/login-failed-for-user-%e2%80%98iis-apppooldefaultapppool%e2%80%99/</link>
			</item>
	<item>
		<title>Grouping Gridview</title>
		<description><![CDATA[Some times we want to group gridview. ZNet is a good control for this use.ZNetWe can use this for grouping and also for the comparison.]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/04/grouping-gridview/</link>
			</item>
	<item>
		<title>specifying ValidationGroup in Page_ClientValidate function</title>
		<description><![CDATA[Hi, We know that, Page_ClientValidate function tests if all controls meet asp.net validation criteria. This function is provided by asp.net. But, if we use more than, one validation group in the page, we may have to specify the validation group, we want to validate. For that, give like given below:Page_ClientValidate(&#8216;ValGroupName&#8217;) Then, it will validate only [...]]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/03/specifying-validationgroup-in-page_clientvalidate-function/</link>
			</item>
	<item>
		<title>The Controls collection cannot be modified because the control contains code blocks</title>
		<description><![CDATA[This is a common error. It occurs when we use tag inside the head tag with runat=&#8221;server&#8221; given. You can get rid of the error by removing the runat=&#8221;server&#8221; from the head tag. But, sometimes, we want to keep that. We can use instead of . But, then, the value may not get bound and [...]]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/03/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks/</link>
			</item>
	<item>
		<title>To access control of a User Control from an aspx page</title>
		<description><![CDATA[Whenever you want to access the controls of an usercontrol, create public properties for those controls in your usercontrols and you could easily access them in your .aspx page. Here it goes how&#8230;UserControl. 1 public partial class WebUserControl : System.Web.UI.UserControl2 {3 public string TextBoxValue {4 get { return TextBox1.Text; }5 set { TextBox1.Text = value; [...]]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/03/to-access-control-of-a-user-control-from-an-aspx-page/</link>
			</item>
	<item>
		<title>DateTime.ToString formats</title>
		<description><![CDATA[From the following link, you can see all types of formats we can get using DateTime.ToString() method.More Info]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/02/datetime-tostring-formats/</link>
			</item>
	<item>
		<title>Converting DateTime to ShortDate in SQL</title>
		<description><![CDATA[When you need to get datetime field value in short date, use the following: To get today&#8217;s date in YYYYMMDD format: SELECT CONVERT(CHAR(8), GETDATE(), 112) To get today&#8217;s date in mm/dd/yyyy:CONVERT(VARCHAR(10), GETDATE(), 101) Helpful Link]]></description>
		<link>http://programmer.webhostingdevelopment.com/index.php/2010/02/converting-datetime-to-shortdate-in-sql/</link>
			</item>
</channel>
</rss>

