<?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>Salih Kiraz Plog :) &#187; asp.net word</title>
	<atom:link href="http://www.salihk.info/konulari/asp-net-word/feed" rel="self" type="application/rss+xml" />
	<link>http://www.salihk.info</link>
	<description>ordan burdan...</description>
	<lastBuildDate>Tue, 26 Apr 2011 19:37:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>asp.net dinamik word dosyası oluşturma(asp.net creating dynamic word document)</title>
		<link>http://www.salihk.info/asp-net-dinamik-word-dosyasi-olusturmaasp-net-creating-dynamic-word-document</link>
		<comments>http://www.salihk.info/asp-net-dinamik-word-dosyasi-olusturmaasp-net-creating-dynamic-word-document#comments</comments>
		<pubDate>Mon, 25 Jan 2010 15:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[ofis programları]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net word]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[create word]]></category>
		<category><![CDATA[dinamik word]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[dosya]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[word document]]></category>
		<category><![CDATA[word dosyası]]></category>

		<guid isPermaLink="false">http://www.salihk.info/?p=86</guid>
		<description><![CDATA[asp.net c# ile word dosyası oluşturma. html kodları kullanrak word dosyanızı oluşturabilirsiniz. örnek: WordCiktiAl("&#60;u&#62;Salihk.info&#60;/u&#62;"); fonksiyonumuz public static void WordCiktiAl(string yazi) { HttpContext.Current.Response.Clear(); HttpContext.Current.Response.Charset = ""; HttpContext.Current.Response.ContentType = "application/msword"; string strFileName = "Rapor" + ".doc"; HttpContext.Current.Response.AddHeader("Content-Disposition", "inline;filename=" + strFileName); StringBuilder strBody = new StringBuilder(); strBody.Append("&#60;html " + "xmlns: o='urn:schemas-microsoft-com:office:office' " + "xmlns:w='urn:schemas-microsoft-com:office:word'" + "xmlns='http://www.w3.org/TR/REC-html40'&#62;" + "&#60;meta]]></description>
		<wfw:commentRss>http://www.salihk.info/asp-net-dinamik-word-dosyasi-olusturmaasp-net-creating-dynamic-word-document/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

