<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Πρώτα Βήματα - Βάσεις δεδομένων</title><link>https://www.dotnetzone.gr:443/cs/forums/73/ShowForum.aspx</link><description>Για όσους κάνουν τα πρώτα τους βήματα στην Microsoft Access ή τον SQL Server, ή γενικότερα στη θεωρία βάσεων δεδομένων.</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14982.aspx</link><pubDate>Thu, 20 Jul 2006 06:16:09 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14982</guid><dc:creator>evliatsas</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14982.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14982</wfw:commentRss><description>&lt;P&gt;Μπορείς να καλέσεις την &lt;FONT face="Courier New"&gt;Birth_DateDateTimePicker_Validating() στη Form_Load ώστε να κάνεις από την αρχή Validate την Default τιμή ή στη Form_Load να δίνεις μία valid αρχική τιμή στο Birth_DateDateTimePicker.&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14979.aspx</link><pubDate>Thu, 20 Jul 2006 04:21:33 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14979</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14979.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14979</wfw:commentRss><description>Έχω πρόβλημα με το datetimepicker, δεν μπορώ να βρω κάποιον τρόπο έτσι ώστε να λειτουργεί ο error provider σε περίπτωση που ο χρήστης δεν έχει αλλάξει την default τιμή&lt;br&gt;
&lt;br&gt;
 ο κώδικας μου είναι ο εξής:&lt;br&gt;&lt;br&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Private&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Sub&lt;/span&gt; Birth_DateDateTimePicker_Validating(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; sender &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Object&lt;/span&gt;,&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; e &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; System.ComponentModel.CancelEventArgs) &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Handles&lt;/span&gt;&lt;br /&gt;Birth_DateDateTimePicker.Validating&lt;br /&gt;&lt;br /&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;If&lt;/span&gt; Birth_DateDateTimePicker.Checked &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;False&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Then&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;            ErProv.SetError(Birth_DateDateTimePicker, &lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"This field is empty"&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Else&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;            ErProv.SetError(Birth_DateDateTimePicker, &lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;""&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;If&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;και επίσης:&lt;br&gt;&lt;br&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Private&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Sub&lt;/span&gt; Birth_DateDateTimePicker_ValueChanged(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; sender &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt;&lt;br /&gt;System.&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Object&lt;/span&gt;, &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; e &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; System.EventArgs) &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Handles&lt;/span&gt;&lt;br /&gt;Birth_DateDateTimePicker.ValueChanged&lt;br /&gt;&lt;br /&gt;        Birth_DateDateTimePicker_Validating(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Nothing&lt;/span&gt;, &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Nothing&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;    &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Sub&lt;/span&gt;&lt;/span&gt;&lt;br&gt;</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14967.aspx</link><pubDate>Wed, 19 Jul 2006 22:27:04 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14967</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14967.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14967</wfw:commentRss><description>Στο combobox λέγεται textchanged to event, και στο datetimepicker valuechanged. &lt;br /&gt;
&lt;br /&gt;
Σ'ευχαριστώ πολυ και πάλι!!!&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14965.aspx</link><pubDate>Wed, 19 Jul 2006 22:09:49 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14965</guid><dc:creator>evliatsas</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14965.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14965</wfw:commentRss><description>Βέβαια, αρκεί να ενεργοποιήσεις τα κατάλληλα Event.&lt;br /&gt;
&lt;br /&gt;
Για το combobox το SelectedText ή SelectedIndex Changed&lt;br /&gt;
&lt;br /&gt;
και για datetimepicker το SelectedValue Changed</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14963.aspx</link><pubDate>Wed, 19 Jul 2006 21:58:06 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14963</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14963.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14963</wfw:commentRss><description>Αυτο μπορεί να πιάσει και σε combobox όπως επίσης και σε datetimepicker;</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14962.aspx</link><pubDate>Wed, 19 Jul 2006 21:53:45 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14962</guid><dc:creator>evliatsas</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14962.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14962</wfw:commentRss><description>Μπορείς να χρησιμοποιήσεις το Text Changed Event του TextBox και να καλέσεις εκεί την Validating συνάρτηση που έγραψες.&lt;br /&gt;
&lt;br /&gt;
π.χ.&lt;br /&gt;
&lt;br /&gt;
NameTextBox_Validating(nothing,nothing)&lt;br /&gt;
&lt;br /&gt;
Έτσι θα πραγματοποιείς τον έλεγχο κάθε φορά που ο χρήστης δίνει μία τιμή, πρίν να χρειαστεί να κάνεις update/insert τα δεδομένα.</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14958.aspx</link><pubDate>Wed, 19 Jul 2006 21:40:34 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14958</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14958.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14958</wfw:commentRss><description>Έκανα το εξής&lt;br&gt;&lt;br&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;    &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Private&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Sub&lt;/span&gt; NameTextBox_Validating(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; sender &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Object&lt;/span&gt;, &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;ByVal&lt;/span&gt; e &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;As&lt;/span&gt; System.ComponentModel.CancelEventArgs) &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Handles&lt;/span&gt; NameTextBox.Validating&lt;br /&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;If&lt;/span&gt; NameTextBox.Text &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; &lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;""&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Then&lt;/span&gt;&lt;br /&gt;            ErProv.SetError(NameTextBox, &lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"This field is empty"&lt;/span&gt;)&lt;br /&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Else&lt;/span&gt;&lt;br /&gt;            ErProv.SetError(NameTextBox, &lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;""&lt;/span&gt;)&lt;br /&gt;        &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;If&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;End&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;Sub&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;Δηλαδή όταν το σώζω και είναι κενή η εγγραφή μου πετάει ένα error μηνυματάκι στα δεξιά. Αν πατήσω δεξια η αριστερά ομως (Δηλαδή μετακινηθώ στις εγγραφές) το μηνυμα παραμένει ακόμα και στη περίπτωση που το όνομα έχει τιμή. Πως μπορω να το ελεγξω αυτο;&lt;br&gt;</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14955.aspx</link><pubDate>Wed, 19 Jul 2006 21:21:32 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14955</guid><dc:creator>evliatsas</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14955.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14955</wfw:commentRss><description>Θα βρείς πληθώρα πληροφοριών και παραδειγμάτων στο MSDN.&lt;br /&gt;
&lt;br /&gt;
Μπορείς να ξεκινήσεις από εδώ:&lt;br /&gt;
&lt;br /&gt;
Data Access in Client and Middle-Tier Programming  &lt;br /&gt;
&lt;br /&gt;
Validating Data &lt;br /&gt;
&lt;br /&gt;
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_raddata/html/b3a9ee4e-5d4d-4411-9c56-c811f2b4ee7e.htm</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14949.aspx</link><pubDate>Wed, 19 Jul 2006 19:58:35 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14949</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14949.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14949</wfw:commentRss><description>η έστω όταν ένα textbox είναι κενό, να μπορεί ο χρήστης να το διακρίνει έτσι ώστε να του βάλει κάποια τιμή. Να έχει άλλο χρώμα ίσως.</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14900.aspx</link><pubDate>Tue, 18 Jul 2006 21:37:27 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14900</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14900.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14900</wfw:commentRss><description>κάτι τελευταίο, θέλω όταν πάει να κάνει save πατώντας το κουμπι απο την γραμμή εργαλείων να κάνει validate σε περίπτωση που έχει μείνει κάποιο textbox κενό και ανάλογα να πετάει κάποιο messagebox οτι το συγκεκριμένο πεδίο είναι κενό και πρέπει να έχει κάποια τιμή.</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14768.aspx</link><pubDate>Sat, 15 Jul 2006 02:11:02 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14768</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14768.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14768</wfw:commentRss><description>είπαμε ισως είμουν και λίγο υπερβολικός :P</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14766.aspx</link><pubDate>Sat, 15 Jul 2006 01:35:01 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14766</guid><dc:creator>zax1</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14766.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14766</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/cs/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;Dark Dominion wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td valign="top" class="txt4"&gt;...και η ηλικία να μην ξεπερνάει τα 30 (ποιός θα παει να σπουδάσει σε τέτοια ηλικία άλλωστε)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;br&gt;&lt;br&gt;Εγώ &lt;img src="/cs/emoticons/emotion-4.gif" alt="Stick out tongue" /&gt;&lt;br&gt;</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14759.aspx</link><pubDate>Sat, 15 Jul 2006 00:32:46 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14759</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14759.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14759</wfw:commentRss><description>okie dokie</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14758.aspx</link><pubDate>Fri, 14 Jul 2006 23:49:06 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14758</guid><dc:creator>KelMan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14758.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14758</wfw:commentRss><description>&lt;P&gt;Τη νέα σου ερώτηση την έβαλα σε νέα ενότητα καθώς δεν έχει σχέση με την περιοχή. Θα την βρεις εδώ: &lt;A href="/cs/forums/14755/ShowPost.aspx"&gt;http://www.dotnetzone.gr/cs/forums/14755/ShowPost.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Είναι καλύτερο κάθε thread να έχει συγκεκριμένο θέμα καθώς βοηθάει όταν ψάχνει κανείς. Επίσης, μην ξεχνάς όταν θεωρείς ότι έχεις καλυφθεί από κάποια απάντηση να θέτεις την κατάσταση της ενότητας σε "Έχει επιλυθεί".&lt;/P&gt;</description></item><item><title>Απ: έλεγχος εγκυρότητας τηλεφώνου</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/14757.aspx</link><pubDate>Fri, 14 Jul 2006 23:38:16 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:14757</guid><dc:creator>Dark Dominion</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/14757.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=73&amp;PostID=14757</wfw:commentRss><description>ευχαριστω πολυ KelMan</description></item></channel></rss>