<?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>Blogger India &#187; Asp.net</title>
	<atom:link href="http://www.bloggerindia.in/category/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggerindia.in</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 17:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Silverlight ComboBox binding with Dictionary.</title>
		<link>http://www.bloggerindia.in/silverlight-combobox-binding-with-dictionary/</link>
		<comments>http://www.bloggerindia.in/silverlight-combobox-binding-with-dictionary/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:57:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.bloggerindia.in/?p=533</guid>
		<description><![CDATA[Silverlight ComboBox binding with Dictionary.
<b> DisplayMemberPath="Value" </b>]]></description>
		<wfw:commentRss>http://www.bloggerindia.in/silverlight-combobox-binding-with-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Email System.Net.Mail , SMTP server &#8211; Asp.Net</title>
		<link>http://www.bloggerindia.in/send-email-system-net-mail-smtp-server-asp-net/</link>
		<comments>http://www.bloggerindia.in/send-email-system-net-mail-smtp-server-asp-net/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 05:02:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>

		<guid isPermaLink="false">http://www.bloggerindia.in/send-email-system-net-mail-smtp-server-asp-net/</guid>
		<description><![CDATA[Send Email through SMTP server ( Gmail ) E-mail is one of the most common and reliable methods of communication for both personal and business purposes. One of the big improvements in the configuration and maintenance of ASP.NET Web sites for version 2.0 is the ability to define common settings such as connection strings and [...]]]></description>
		<wfw:commentRss>http://www.bloggerindia.in/send-email-system-net-mail-smtp-server-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get last date and first date of the month, using C#</title>
		<link>http://www.bloggerindia.in/get-last-day-and-first-day-of-the-month-using-c/</link>
		<comments>http://www.bloggerindia.in/get-last-day-and-first-day-of-the-month-using-c/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:09:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>

		<guid isPermaLink="false">http://www.bloggerindia.in/get-last-day-and-first-day-of-the-month-using-c/</guid>
		<description><![CDATA[In this code we can get current month last date and first date , using C#.Net &#160; DateTime firstDay= new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1); &#160;int DaysinMonth = DateTime.DaysInMonth(DateTime.Now.Year, DateTime.Now.Month)-1; DateTime lastDay = firstDay.AddDays(DaysinMonth);]]></description>
		<wfw:commentRss>http://www.bloggerindia.in/get-last-day-and-first-day-of-the-month-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client side Validation with FCK Editor ,Asp.Net</title>
		<link>http://www.bloggerindia.in/client-side-validation-with-fck-editor-asp-net/</link>
		<comments>http://www.bloggerindia.in/client-side-validation-with-fck-editor-asp-net/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 12:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://blog.deltrans.in/?p=78</guid>
		<description><![CDATA[Client side Validation with FCK Editor RequiredFieldValidator is not work with FCK editor but CustomValidator will work with FCK editor. &#60;FCKeditorV2:FCKeditor ID=&#8221;txtBody&#8221; Width=&#8221;660px&#8221; Height=&#8221;360px&#8221; runat=&#8221;server&#8221; ToolbarSet=&#8221;MyToolbar&#8221; BasePath=&#8221;~/FCKEditor/&#8221; /&#62; &#60;asp:CustomValidator runat=&#8221;server&#8221; ID=&#8221;CustomValidator2&#8243; SetFocusOnError=&#8221;true&#8221; ValidationGroup=&#8221;cate&#8221; Display=&#8221;Dynamic&#8221; ErrorMessage=&#8221;The Page body is not filled&#8221; ClientValidationFunction=&#8221;ValidateContentText&#8221; Text=&#8221;*&#8221; /&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; function ValidateContentText(source, args) { var fckBody = FCKeditorAPI.GetInstance(&#8216;&#60;%=txtBody.ClientID %&#62;&#8217;); args.IsValid [...]]]></description>
		<wfw:commentRss>http://www.bloggerindia.in/client-side-validation-with-fck-editor-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Set a Date Format In GridView Using ASP.NET 2.0</title>
		<link>http://www.bloggerindia.in/date-format-in-gridview-using-asp-net-2-0/</link>
		<comments>http://www.bloggerindia.in/date-format-in-gridview-using-asp-net-2-0/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:12:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Format]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=3</guid>
		<description><![CDATA[A very common desire is to set a column of a gridview to display just the month, day and year of a DateTime type.The problem is the by default]]></description>
		<wfw:commentRss>http://www.bloggerindia.in/date-format-in-gridview-using-asp-net-2-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

