﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - date filed error from data table return using flypostback </title><link>http://www.intersoftsolutions.com/Community/WebDesktop/date-filed-error-from-data-table-return-using-flypostback/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>date filed error from data table return using flypostback </title><link>http://www.intersoftsolutions.com/Community/WebDesktop/date-filed-error-from-data-table-return-using-flypostback/</link><pubDate>Tue, 27 Jul 2010 09:35:56 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Ca,&lt;/p&gt;&lt;p&gt;I can replicate the issue you mentioned in here. You did not let me know the detail about the error. I though that you got an error. I will report this to our developer teams. Thank you for your report.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>date filed error from data table return using flypostback </title><link>http://www.intersoftsolutions.com/Community/WebDesktop/date-filed-error-from-data-table-return-using-flypostback/</link><pubDate>Tue, 27 Jul 2010 03:45:42 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;still not working. I have tried after updating latest hotfix from developer network (hotfix of WebUI.NET Framework and WebDesktop.NET) . I am getting the same incorroct month field. When i tried the above code it gives value with month as August instead of July.  The rest values are fine. Also it gives the day corresponding to august not july (like friday instead of tuesday).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Isn't it enough to update with latest hotfix from developer network????&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;ca&lt;/p&gt;</description></item><item><title>date filed error from data table return using flypostback </title><link>http://www.intersoftsolutions.com/Community/WebDesktop/date-filed-error-from-data-table-return-using-flypostback/</link><pubDate>Mon, 26 Jul 2010 17:51:11 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I applied your code in our WebDesktop VB sample and changed the default code in WebServiceSamples.vb. However, I am unable to see the error. Please ensure you have used our latest hotfixes. If this does not solve your issue, please send me a simple sample that replicates the issue. Maybe I missed something when trying to replicate the issue in here.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>date filed error from data table return using flypostback </title><link>http://www.intersoftsolutions.com/Community/WebDesktop/date-filed-error-from-data-table-return-using-flypostback/</link><pubDate>Mon, 26 Jul 2010 09:18:28 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;i have gone through the DataTable return from webservice using flypostback manager.&lt;/p&gt;
&lt;p&gt;I have found one error in this example. if the data field contains date coulumn, the returning value have incorrect month. Can you please check the case with the following given code which used to create a datatable and return from webservice . (in WebServiceSample .cs file of flypostback example)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt;Dim dtCust As New DataTable("Customer")
        dtCust.Columns.Add("CustomerID", GetType(Date))
        dtCust.Columns.Add("FirstName", GetType(String))
        dtCust.Columns.Add("LastName", GetType(String))

        'Dim d As Date = New Date()


        dtCust.Rows.Add(New Object() {Date.Now(), "Maria", "Anders"})
        dtCust.Rows.Add(New Object() {Date.Now(), "Ana", "Trujilo"})
        dtCust.AcceptChanges()

        Return dtCust&lt;/pre&gt;
&lt;p&gt;is there any solution for this??&lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;ca&lt;/p&gt;</description></item></channel></rss>