<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>Time Tracker Starter Kit</title><link>http://forums.asp.net/1005.aspx</link><description>Discussions about the Time Tracker Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3186796.aspx</link><pubDate>Tue, 26 May 2009 03:19:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3186796</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3186796.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3186796</wfw:commentRss><description>&lt;p&gt;If you solved your query, please mark the answer, so it will help for other people&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3184703.aspx</link><pubDate>Mon, 25 May 2009 03:26:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3184703</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3184703.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3184703</wfw:commentRss><description>&lt;p&gt;Thats great&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3180426.aspx</link><pubDate>Fri, 22 May 2009 08:52:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3180426</guid><dc:creator>Hyacinth Broadchest</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3180426.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3180426</wfw:commentRss><description>&lt;p&gt;I found that the method header for UpdateTimeEntry needs to be like this:&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;public static bool&lt;/span&gt; UpdateTimeEntry( &lt;span class="kwd"&gt;string&lt;/span&gt; CategoryName, &lt;span class="kwd"&gt;string&lt;/span&gt; Description, &lt;span class="kwd"&gt;decimal&lt;/span&gt; Duration, 
                                        DateTime ReportedDate, &lt;span class="kwd"&gt;string&lt;/span&gt; UserName, &lt;span class="kwd"&gt;string&lt;/span&gt; ProjectName, 
                                        &lt;span class="kwd"&gt;int&lt;/span&gt; Id )
    {&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;This corresponds to a declaration of UpdateParameters in ObjectDataSource UpdateTimeEntry of:&lt;/p&gt;&lt;pre class="coloredcode"&gt;&amp;lt;UpdateParameters&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;asp:Parameter&lt;/span&gt;&lt;span class="attr"&gt; Name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Id&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Int32&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;asp:Parameter&lt;/span&gt;&lt;span class="attr"&gt; Name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;CategoryName&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;String&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;asp:Parameter&lt;/span&gt;&lt;span class="attr"&gt; Name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Description&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;String&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;asp:Parameter&lt;/span&gt;&lt;span class="attr"&gt; Name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Duration&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Decimal&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;asp:Parameter&lt;/span&gt;&lt;span class="attr"&gt; Name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ReportedDate&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;DateTime&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;asp:ControlParameter&lt;/span&gt;&lt;span class="attr"&gt; Name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ControlID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;UserList&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; PropertyName=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;SelectedValue&amp;quot;&lt;/span&gt; 
&lt;span class="attr"&gt;                          Type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;String&amp;quot;&lt;/span&gt; /&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;UpdateParameters&lt;/span&gt;&amp;gt;
             &lt;/pre&gt;
&lt;p&gt;However, I have made quite some changes to this screen, &amp;nbsp;so it is possible that this is no longer the same as what is in the vanilla starter kit.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;If you run it in the debugger, it will tell you the parameter list that it is expecting.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;HTH Hyacinth.&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3171423.aspx</link><pubDate>Tue, 19 May 2009 03:25:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3171423</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3171423.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3171423</wfw:commentRss><description>&lt;p&gt;For you reference see the following thread, in which some coomon bugs are already fixed&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.asp.net/t/941943.aspx"&gt;http://forums.asp.net/t/941943.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.asp.net/t/1373129.aspx"&gt;http://forums.asp.net/t/1373129.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3168874.aspx</link><pubDate>Mon, 18 May 2009 04:23:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3168874</guid><dc:creator>Hyacinth Broadchest</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3168874.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3168874</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;chetan.sarode:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;I hope this will help you&lt;/p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt; 
&lt;p&gt;Well, Chetan, it does not help as much as actually fixing the bug in your starter kit would have helped, if you get my drift.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll tell you what, how about this?&amp;nbsp; I will fix the bug and then post the change here.&amp;nbsp; Ad then you can put it in your starter kit so that future newbies do not continue to trip over it?&lt;/p&gt;
&lt;p&gt;I just have something else to knock off in the next couple of days, but I&amp;#39;ll get to it soon.&lt;/p&gt;
&lt;p&gt;Hyacinth.&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3168814.aspx</link><pubDate>Mon, 18 May 2009 03:37:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3168814</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3168814.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3168814</wfw:commentRss><description>&lt;p&gt;I hope this will help you&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3164077.aspx</link><pubDate>Fri, 15 May 2009 03:30:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3164077</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3164077.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3164077</wfw:commentRss><description>&lt;p&gt;You have to&amp;nbsp;overload UpdateTimeEntry(...) with the missing parameters.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.asp.net/t/1199275.aspx"&gt;http://forums.asp.net/t/1199275.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3161381.aspx</link><pubDate>Thu, 14 May 2009 03:46:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3161381</guid><dc:creator>Hyacinth Broadchest</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3161381.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3161381</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;chetan.sarode:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;Can you please provide me test username &amp;amp; password to test it&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Chetan, can you not reproduce this error in your test system?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I am getting it, and user &amp;#39;gguertin&amp;#39; is getting it, hence it is most likely in the download.&lt;/p&gt;
&lt;p&gt;Judging by the text of the error message it is clearly a coding bug, relating to either the declaration or the call of method UpdateTimeEntry, something I haven&amp;#39;t changed.&lt;/p&gt;
&lt;p&gt;It is possible that&amp;nbsp;we are&amp;nbsp;not on the most recent drop.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3161336.aspx</link><pubDate>Thu, 14 May 2009 03:23:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3161336</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3161336.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3161336</wfw:commentRss><description>&lt;p&gt;Can you please provide me test username &amp;amp; password to test it&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3158872.aspx</link><pubDate>Wed, 13 May 2009 05:46:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3158872</guid><dc:creator>Hyacinth Broadchest</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3158872.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3158872</wfw:commentRss><description>&lt;p&gt;Here is the error detail that you require Chetan:&amp;nbsp; Please post some code to fix this issue.&amp;nbsp; Many thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Test Steps:&lt;/p&gt;
&lt;p&gt;1. Select an existing time entry detail record in TimeEntry.aspx&lt;/p&gt;
&lt;p&gt;2. Click on the &amp;lt;Edit&amp;gt; icon&lt;/p&gt;
&lt;p&gt;3. Modify something in one of the fields&lt;/p&gt;
&lt;p&gt;4. Click on the &amp;lt;Save Details&amp;gt; icon&lt;/p&gt;
&lt;p&gt;5. Error Message Below&lt;/p&gt;
&lt;p&gt;
&lt;hr /&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt;/CanDoSomeThings/TimeEntry.aspx &lt;br /&gt;&lt;b&gt;Browser:&lt;/b&gt;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) &lt;br /&gt;&lt;b&gt;IP:&lt;/b&gt;58.170.199.138 &lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;&lt;br /&gt;&lt;b&gt;Error in: &lt;/b&gt;http://www.hexagon-global.com/CanDoSomeThings/TimeEntry.aspx &lt;br /&gt;&lt;b&gt;Error Message: &lt;/b&gt;ObjectDataSource &amp;#39;ProjectListDataSource&amp;#39; could not find a non-generic method &amp;#39;UpdateTimeEntry&amp;#39; that has parameters: CategoryName, Duration, ReportedDate, UserName, ProjectName, Description, Id. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3086016.aspx</link><pubDate>Tue, 14 Apr 2009 03:26:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3086016</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3086016.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3086016</wfw:commentRss><description>&lt;p&gt;Please refere sollowing post, if it is useful to you&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.asp.net/t/1383759.aspx"&gt;http://forums.asp.net/t/1383759.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3050347.aspx</link><pubDate>Tue, 31 Mar 2009 03:19:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3050347</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3050347.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3050347</wfw:commentRss><description>&lt;p&gt;What kind of error you are facing, Please post the detail error&lt;/p&gt;</description></item><item><title>Re: error using edit function</title><link>http://forums.asp.net/thread/3001129.aspx</link><pubDate>Thu, 12 Mar 2009 03:22:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3001129</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3001129.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3001129</wfw:commentRss><description>&lt;p&gt;Can you post the error details&lt;/p&gt;</description></item><item><title>error using edit function</title><link>http://forums.asp.net/thread/3000111.aspx</link><pubDate>Wed, 11 Mar 2009 16:52:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3000111</guid><dc:creator>gguertin145</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3000111.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3000111</wfw:commentRss><description>&lt;p&gt;I applied a fix i found on the forums to allow me to delete categories and applied the same fix to allow me to delete time entries however I am still getting an error when I try to edit a time entry? Does anyone know a way to allow edititing on a time entry? I do not want to force users to delete entrys if they could just click the edit button... &lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item></channel></rss>