<?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>Cihan Topcu &#187; ASP.NET</title>
	<atom:link href="http://www.cihantopcu.com/tag/aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cihantopcu.com</link>
	<description>notlar</description>
	<lastBuildDate>Mon, 18 Jul 2011 00:16:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Gridview ve silme islemi</title>
		<link>http://www.cihantopcu.com/gridview-ve-silme-islemi.html</link>
		<comments>http://www.cihantopcu.com/gridview-ve-silme-islemi.html#comments</comments>
		<pubDate>Mon, 18 Jul 2011 00:16:10 +0000</pubDate>
		<dc:creator>Cihan Topcu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.cihantopcu.com/?p=189</guid>
		<description><![CDATA[<p>Gridview&#8217;de sayfadaki son kaydi silince gridview yok oluyor. Sanirim bir bug. Cozumu ise oldukca basit, iki kere databind() yapmak.</p> ]]></description>
			<content:encoded><![CDATA[<p>Gridview&#8217;de sayfadaki son kaydi silince gridview yok oluyor. Sanirim bir bug. Cozumu ise oldukca basit, iki kere databind() yapmak.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cihantopcu.com/gridview-ve-silme-islemi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select box styling with mootools (fake combo)</title>
		<link>http://www.cihantopcu.com/select-box-styling-with-mootools-fake-combo.html</link>
		<comments>http://www.cihantopcu.com/select-box-styling-with-mootools-fake-combo.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 17:44:17 +0000</pubDate>
		<dc:creator>Cihan Topcu</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MOOTOOLS]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.cihantopcu.com/?p=30</guid>
		<description><![CDATA[<p>As you know, &#8216;select box&#8217; is a special control and its style cannot be changed very much. For example the height property can be changed in Firefox, but it can&#8217;t be changed in IE. Instead of creating a formal select box, our aim is to create a virtual select box whose properties can be [...]]]></description>
			<content:encoded><![CDATA[<p>As you know, &#8216;select box&#8217; is a special control and its style cannot be changed very much. For example the height property can be changed in Firefox, but it can&#8217;t be changed in IE. Instead of creating a formal select box, our aim is to create a virtual select box whose properties can be adjusted. It should only include HTML codes, so it will give the same result in all browsers.</p>
<p>This select box also changes all the select boxes automatically when you add JS and CSS into the page. Using this component is totaly up to your talent.</p>
<p>Working Model: It scans all the select boxes in your page. It hides adding the &#8220;Multiple&#8221; tag. It inserts a &lt;div&gt; into its location and shows the real select box when it is clicked that you made &#8220;Multiple&#8221;. Thus you can select the items in your real select box.</p>
<p><img class="alignnone size-full wp-image-27" title="combo1" src="http://www.cihantopcu.com/wp-content/uploads/2009/03/combo1.gif" alt="combo1" width="496" height="405" /></p>
<p>Working Example : <a title="Fake Combo" href="http://www.cihantopcu.com/samples/fakecombo/index.html" target="_blank">http://www.cihantopcu.com/samples/fakecombo/index.html</a></p>
<p>For download :  <a href="http://www.cihantopcu.com/samples/fakecombo/fakecombo.rar">http://www.cihantopcu.com/samples/fakecombo/fakecombo.rar</a></p>
<p>This control based to <a href="http://www.cult-f.net/2007/12/14/elselect/" target="_blank">http://www.cult-f.net/2007/12/14/elselect/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cihantopcu.com/select-box-styling-with-mootools-fake-combo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft ASP.NET Grafik kontrolü : &lt;asp:chart runat=&#8221;server&#8221;/&gt;</title>
		<link>http://www.cihantopcu.com/microsoft-aspnet-grafik-kontrolu.html</link>
		<comments>http://www.cihantopcu.com/microsoft-aspnet-grafik-kontrolu.html#comments</comments>
		<pubDate>Fri, 23 Jan 2009 17:58:58 +0000</pubDate>
		<dc:creator>Cihan Topcu</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[chart]]></category>

		<guid isPermaLink="false">http://www.cihantopcu.com/?p=3</guid>
		<description><![CDATA[<p>Microsoft, ASP.NET 3.5 ta kullanılabilecek yeni bir ücretsiz kontrol yayınladı. Hatta Visual Studio 2008 toolbox u için bir eklenti bile çıkardı.</p> <p>İndirmek için tıklayın. Kullanabilmek için framework 3.5 sp1 gerekli. Visual Studio 2008 add-in ini indirmek için de buraya tıklayın</p> <p> Detaylı bilgi ve örnekler</p> [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft, ASP.NET 3.5 ta kullanılabilecek yeni bir ücretsiz kontrol yayınladı. Hatta Visual Studio 2008 toolbox u için bir eklenti bile çıkardı.</p>
<p>İndirmek için <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=130f7986-bf49-4fe5-9ca8-910ae6ea442c&amp;DisplayLang=en" target="_blank">tıklayın</a>. Kullanabilmek için <a href="http://www.microsoft.com/downloads/details.aspx?familyid=ab99342f-5d1a-413d-8319-81da479ab0d7&amp;displaylang=en" target="_blank">framework 3.5 sp1</a> gerekli. Visual Studio 2008 add-in ini indirmek için de <a href="http://www.microsoft.com/downloads/details.aspx?familyid=1D69CE13-E1E5-4315-825C-F14D33A303E9&amp;displaylang=en" target="_blank">buraya tıklayın</a></p>
<p><a href="http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx" target="_blank"><br />
Detaylı bilgi ve örnekler</a></p>
<p><img src="http://www.scottgu.com/blogposts/chart/step1.png" border="0" alt="&quot;" width="486" height="367" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cihantopcu.com/microsoft-aspnet-grafik-kontrolu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft, Web Platform Installer 1.0 duyurdu</title>
		<link>http://www.cihantopcu.com/microsoft-web-platform-installer-10-duyurdu.html</link>
		<comments>http://www.cihantopcu.com/microsoft-web-platform-installer-10-duyurdu.html#comments</comments>
		<pubDate>Thu, 22 Jan 2009 15:16:09 +0000</pubDate>
		<dc:creator>Cihan Topcu</dc:creator>
				<category><![CDATA[SERVER]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.cihantopcu.com/?p=16</guid>
		<description><![CDATA[<p> Microsoft yine hayatı kolaylaştırıcı bir tool sunuyor. Web ortamı için gerekli bütün toolları bir kaç tıkla kurmanızı sağlayacak (klasik ASP ve PHP dahil) bir sihirbaz. </p> <p> Daha fazlası için </p> <p> </p> ]]></description>
			<content:encoded><![CDATA[<p>
Microsoft yine hayatı kolaylaştırıcı bir tool sunuyor. Web ortamı için gerekli bütün toolları bir kaç tıkla kurmanızı sağlayacak (klasik ASP ve PHP dahil) bir sihirbaz.
</p>
<p>
Daha fazlası için
</p>
<p><a href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx" target="_blank"><img id="ctl00_MainContent_ChannelPage_ContentBrowser_img2" style="float: left" src="http://www.microsoft.com/web/channel/products/../../images/site/installer_videowalkthrough.gif" border="0" alt="" /></a>
</p>
<div style="padding-top: 12px">
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cihantopcu.com/microsoft-web-platform-installer-10-duyurdu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

