<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.info/rss_namespace/">
 <channel>
  <title>C#nedir?com Forum</title>
  <link>http://www.csharpnedir.com/forum2</link>
  <description>XML içerik linki; C#nedir?com Forum : Son 10 Gönderilenler</description>
  <copyright>Copyright (c) 2006 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Mar 2010 05:53:58 +0000</pubDate>
  <lastBuildDate>Sat, 13 Mar 2010 02:13:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 8.03</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.csharpnedir.com/forum2/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>C#nedir?com Forum</title>
   <url>http://www.csharpnedir.com/forum2/images/logo.gif</url>
   <link>http://www.csharpnedir.com/forum2</link>
  </image>
  <item>
   <title>ASP.NET : Kayıt Tuşuna Basınca İşlem Yapıp Kaydetme</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29324&amp;PID=121584#121584</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=16353">muratturan86</a><br /><strong>Konu:</strong> Kayıt Tuşuna Basınca İşlem Yapıp Kaydetme<br /><strong>Gönderim Zamanı:</strong> 13 Mart 2010 Saat 02:13<br /><br />Sorunu buldum... &lt;%# Eval("oyunseo") %&gt;&nbsp; yerine &nbsp;&lt;%# Bind("oyunseo") %&gt;&nbsp; yazıyormuşum.<DIV>&nbsp;</DIV><DIV>bind yazınca sql girdi olarak kabul ediyor. bu yüzden parametre gibi görüp çakışmaya sebep oluyor</DIV>]]>
   </description>
   <pubDate>Sat, 13 Mar 2010 02:13:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29324&amp;PID=121584#121584</guid>
  </item> 
  <item>
   <title>ASP.NET : Online Users And Global.asax</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29332&amp;PID=121583#121583</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=12426">hümam</a><br /><strong>Konu:</strong> Online Users And Global.asax<br /><strong>Gönderim Zamanı:</strong> 13 Mart 2010 Saat 00:40<br /><br />Evet Timeouttan olmalı. ikisini de deniyorum şuann..]]>
   </description>
   <pubDate>Sat, 13 Mar 2010 00:40:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29332&amp;PID=121583#121583</guid>
  </item> 
  <item>
   <title>ASP.NET : Sıralama yaptırma</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29341&amp;PID=121582#121582</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=12426">hümam</a><br /><strong>Konu:</strong> Sıralama yaptırma<br /><strong>Gönderim Zamanı:</strong> 13 Mart 2010 Saat 00:39<br /><br /><br>&nbsp;protected void grid_RowCommand(object sender, GridViewCommandEventArgs e)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Button btn = (Button)e.CommandSource;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (e.CommandName != "Page")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>string <b>s</b> = grid.DataKeys&#091;Convert.ToInt32(e.CommandArgument)&#093;.Value.ToString();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (e.CommandName == "yukari" &amp;&amp; Convert.ToInt32(e.CommandArgument) != 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string <b>asagidaki</b> = grid.DataKeys&#091;Convert.ToInt32(e.CommandArgument) - 1&#093;.Value.ToString();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string <b>yukardaki </b>= grid.DataKeys&#091;Convert.ToInt32(e.CommandArgument) + 1&#093;.Value.ToString();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ko.CommandText = "update xx set sira=sira+1 where control_id=" + <b>s</b>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; humamportal.accesssorgu_calistir(ko);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ko.CommandText = "update xx set sira=sira-1 where control_id=" + <b>asagidaki</b>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; humamportal.accesssorgu_calistir(ko);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>}<br><br>Ben Böyle yapıyorum. bi de böyle dene ama gridview iççin diğerleri içinde aynı mantık geçerli.<br>]]>
   </description>
   <pubDate>Sat, 13 Mar 2010 00:39:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29341&amp;PID=121582#121582</guid>
  </item> 
  <item>
   <title>C#  : listview&#039;den verileri alma</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29343&amp;PID=121581#121581</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=15776">AmonRaBravo</a><br /><strong>Konu:</strong> listview&#039;den verileri alma<br /><strong>Gönderim Zamanı:</strong> 13 Mart 2010 Saat 00:15<br /><br /><pre class="BBcode"><DIV>OleDbConnection _cn = new OleDbConnection("connection string buraya");</DIV><DIV>foreach(var item in listview1.Items)</DIV><DIV>{</DIV><DIV>OleDbCommand _cmd = new OleDbCommand("insert into &#091;Tablo 1&#093; (alan1, alan2, alan3, alan4, alan5) values (?,?,?,?,?)", _cn);</DIV><DIV><DIV>_cmd.Parameters.AddWithValue("alan1", item.SubItems&#091;0&#093;.ToString());<DIV>_cmd.Parameters.AddWithValue("alan2", item.SubItems&#091;1&#093;.ToString());<DIV>_cmd.Parameters.AddWithValue("alan3", item.SubItems&#091;2&#093;.ToString());<DIV>_cmd.Parameters.AddWithValue("alan4", item.SubItems&#091;3&#093;.ToString());<DIV>_cmd.Parameters.AddWithValue("alan5", item.SubItems&#091;4&#093;.ToString());</DIV><DIV>_cn.Open();</DIV><DIV>_cmd.ExecuteNonQuery();</DIV><DIV>_cn.Close();</DIV></DIV></DIV></DIV></DIV></DIV><DIV>}</DIV><DIV></div></pre></DIV><DIV>&nbsp;</DIV><DIV>kodu denemedim, hatası olabilir</DIV>]]>
   </description>
   <pubDate>Sat, 13 Mar 2010 00:15:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29343&amp;PID=121581#121581</guid>
  </item> 
  <item>
   <title>C#  : Stok takip programı hakkında</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29331&amp;PID=121580#121580</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=11676">emumcu65</a><br /><strong>Konu:</strong> Stok takip programı hakkında<br /><strong>Gönderim Zamanı:</strong> 13 Mart 2010 Saat 00:13<br /><br />anladım, tamam gayet açıklayıcı oldu. Çok teşekkür ederim]]>
   </description>
   <pubDate>Sat, 13 Mar 2010 00:13:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29331&amp;PID=121580#121580</guid>
  </item> 
  <item>
   <title>ASP.NET : karakter sorunu</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29345&amp;PID=121579#121579</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=12961">dadas_eko</a><br /><strong>Konu:</strong> karakter sorunu<br /><strong>Gönderim Zamanı:</strong> 13 Mart 2010 Saat 00:11<br /><br />arkadaşlar hazır anket sistemi var. şimdi ankete insert yaparken sorun yok ama update ettiğimde&nbsp; &#601;&nbsp; harfini ? olarak çıkarıyo ama insert ederken sorun yok sorunsuz ekliyo db ye ama update de ? olarak değişiyo. çıldıracam yaw artık.<br>kodlama aşşağıdaki gibi.. ben tam çözemedim olayı.. yardımcı olursanız sevinirim... db de sorun olsa insertte sorunsuz ekliyo ama update de neden böyle yapıyo anlamadım <br>Database db ;<br>db = DatabaseFactory.CreateDatabase("ConString");<br><br><br>&nbsp;public int InsertPoll(string question, string blockMode, bool active)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; object pollID = db.ExecuteNonQuery("usp_poll_insert", question, blockMode, active);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return pollID == null ? 0 : int.Parse(pollID.ToString());<br><br>&nbsp;&nbsp;&nbsp; }<br><br>public int UpdatePoll(int pollID, string question, string blockMode, bool active)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return db.("usp_poll_update", pollID, question, blockMode, active);<br>&nbsp;&nbsp;&nbsp; }<br>]]>
   </description>
   <pubDate>Sat, 13 Mar 2010 00:11:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29345&amp;PID=121579#121579</guid>
  </item> 
  <item>
   <title>ASP.NET : SmartPro? or Csystem? Hangi Kurs Sizce?</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29329&amp;PID=121578#121578</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=16353">muratturan86</a><br /><strong>Konu:</strong> SmartPro? or Csystem? Hangi Kurs Sizce?<br /><strong>Gönderim Zamanı:</strong> 12 Mart 2010 Saat 23:58<br /><br />ben c++ temeline sahibim.. asp ile zaten 3 yıldır haşır neişirim hertürlü site yapabiliyorum. asp.net ve c# la yeni tanıştım. ancak zaten çok benziyolar diğer dillere.&nbsp;&nbsp; ondan 1 ayda bayağı aşama kaydettim. kendime güveniyorum çok rahat anlayabiliyorum yeterki biri göstersin sorularıma cvp versin.. gidip konuştum smartpro ile mantıklıu ve güzel geldi.. sanırım buraya gidicem. dediğini gibi olay kursta deil önce kendinde yeterki sorularına cvp vericek biri olsn<DIV></DIV>]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 23:58:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29329&amp;PID=121578#121578</guid>
  </item> 
  <item>
   <title>ASP.NET : Multi Upload ve Resize</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29335&amp;PID=121577#121577</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=16468">mclogan</a><br /><strong>Konu:</strong> Multi Upload ve Resize<br /><strong>Gönderim Zamanı:</strong> 12 Mart 2010 Saat 23:46<br /><br />arkadaşım hata derken bir tane ekleyebiliyorum.<DIV>&nbsp;</DIV><DIV><DIV>File.WriteAllBytes(fileDirectory + "kucuk" + ReWritePath(fileUpload.FileName), ResizeImageFile(fileBytes, 200));<BR><BR>File.WriteAllBytes(fileDirectory + ReWritePath(fileUpload.FileName), ResizeImageFile(fileBytes, 500));</DIV><DIV>&nbsp;</DIV><DIV><DIV>File.WriteAllBytes(fileDirectory + "kucuk" + ReWritePath(fileUpload1.FileName), ResizeImageFile(fileBytes, 200));<BR><BR>File.WriteAllBytes(fileDirectory + ReWritePath(fileUpload1.FileName), ResizeImageFile(fileBytes, 500));</DIV><DIV>&nbsp;</DIV><DIV>bir başka fileupload kontrölü eklediğimde resimlerin hepsi aynı oluyor:S</DIV><DIV>&nbsp;</DIV><DIV>Multi upload yapıp kaydederken aynı anda resize edebileceğim bir komut varmı ?</DIV></DIV></DIV>]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 23:46:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29335&amp;PID=121577#121577</guid>
  </item> 
  <item>
   <title>ASP.NET : profil güncellerken koşul belirlemek</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29340&amp;PID=121576#121576</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=16121">iceman</a><br /><strong>Konu:</strong> profil güncellerken koşul belirlemek<br /><strong>Gönderim Zamanı:</strong> 12 Mart 2010 Saat 23:39<br /><br /><DIV>arkadaşlar sorunu şu şekilde çözdüm;</DIV><DIV>&nbsp;</DIV><DIV>DataRow<FONT size=2>&nbsp;posta = System.GetDataRow(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Select * From kullanicilar Where eposta='"</FONT></FONT><FONT size=2> + epostatxtbx.Text + </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"' And id&lt;&gt;" <FONT color=#000000>+ <FONT color=#2b91af size=2><FONT color=#2b91af size=2>Convert</FONT></FONT><FONT size=2>.ToInt32</FONT>(Request.QueryString&#091;"id"&#093;)</FONT></FONT></FONT><FONT size=2>);</DIV></FONT>]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 23:39:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29340&amp;PID=121576#121576</guid>
  </item> 
  <item>
   <title>Di&#287;er Veritabanlar&#305; : sybase açılma hatası ??</title>
   <link>http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29344&amp;PID=121575#121575</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.csharpnedir.com/forum2/member_profile.asp?PF=11619">barboonia</a><br /><strong>Konu:</strong> sybase açılma hatası ??<br /><strong>Gönderim Zamanı:</strong> 12 Mart 2010 Saat 23:27<br /><br />İyi akşamlar arkadaşlar,<br /> ben sybase ile proje geliştirmeye çalışıyorum ama sybase'in neredeyse ismini ilk ez duyuyorum. sorunszu yükledim fakat açarken hata ile karşılaşıyorum.<br />Acaba bu hata ile karşılaşan ya da yorum yapacak arkadaş olursa sevinirim.<br />sql anywhere 9 kullanıyorum.<br /><br />bol kodlu geceler.<br /><br />Hatanın resmi linktedir.<br /><img src="http://i1003.hizliresim.com/2010/3/12/7806.png" border="0"><br />http://i1003.hizliresim.com/2010/3/12/7806.png<span style="font-size:10px"><br /><br />Düzenleyen barboonia - Dün Saat 23:30</span>]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 23:27:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.csharpnedir.com/forum2/forum_posts.asp?TID=29344&amp;PID=121575#121575</guid>
  </item> 
 </channel>
</rss>