<?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>ASP.NET AJAX Discussion and Suggestions</title><link>http://forums.asp.net/1007.aspx</link><description>This forum is the place for ASP.NET AJAX 'getting started' questions, general questions that don't fit in one of the other forums about AJAX </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Another Bug</title><link>http://forums.asp.net/thread/1454877.aspx</link><pubDate>Mon, 06 Nov 2006 22:06:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1454877</guid><dc:creator>albertpascual</dc:creator><author>albertpascual</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1454877.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1454877</wfw:commentRss><description>&lt;p&gt;I belive I know why you are getting this error.&lt;/p&gt;
&lt;p&gt;If you look at the request params before you do your thing, you'll find id as a parameter in AJAX, so you were overriding that, change your param to another name.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Another Bug</title><link>http://forums.asp.net/thread/1454714.aspx</link><pubDate>Mon, 06 Nov 2006 19:51:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1454714</guid><dc:creator>manicsquirrel</dc:creator><author>manicsquirrel</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1454714.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1454714</wfw:commentRss><description>&lt;p&gt;I have an update panel on my page.&amp;nbsp; Everything worked great until I added the following javascript function in script tags in the head:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function cmdPrint_Click(id){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var obj = window.open('print.aspx?form=driver&amp;amp;id=' + id,'Print','width=640,height=480');}&lt;/p&gt;&lt;p&gt;Afterwards, each time the update panel tried to post back I would receive the "Unknown Error" message box.&amp;nbsp; However, if I replace the ampersand in "?form=driver&amp;amp;id" with "&amp;amp;amp;" it works fine.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas June CTP</title><link>http://forums.asp.net/thread/1365009.aspx</link><pubDate>Tue, 08 Aug 2006 23:03:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1365009</guid><dc:creator>Garbin</dc:creator><author>Garbin</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1365009.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1365009</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;repro for issue #25:&lt;br /&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;&lt;span class="dir"&gt;&amp;lt;%@ Page Language="C#" %&amp;gt;&lt;/span&gt;

&amp;lt;&lt;span class="tag"&gt;!DOCTYPE&lt;/span&gt; html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;

&amp;lt;&lt;span class="tag"&gt;script&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;"server"&lt;/span&gt;&amp;gt;
    protected void Page_Load(object sender, EventArgs e)
    {
        if (Page.IsPostBack)
        {
            lblToUpdate.Text = DateTime.Now.ToString();
        }
    }
&amp;lt;/&lt;span class="tag"&gt;script&lt;/span&gt;&amp;gt;

&amp;lt;&lt;span class="tag"&gt;html&lt;/span&gt;&lt;span class="attr"&gt; xmlns=&lt;/span&gt;&lt;span class="attrv"&gt;"http://www.w3.org/1999/xhtml"&lt;/span&gt; &amp;gt;
&amp;lt;&lt;span class="tag"&gt;head&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;"server"&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;title&lt;/span&gt;&amp;gt;Untitled Page&amp;lt;/&lt;span class="tag"&gt;title&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;head&lt;/span&gt;&amp;gt;
&amp;lt;&lt;span class="tag"&gt;body&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;form&lt;/span&gt;&lt;span class="attr"&gt; id=&lt;/span&gt;&lt;span class="attrv"&gt;"form1"&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;"server"&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;atlas:ScriptManager&lt;/span&gt;&lt;span class="attr"&gt; id=&lt;/span&gt;&lt;span class="attrv"&gt;"scriptManager"&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;"server"&lt;/span&gt;&lt;span class="attr"&gt; EnablePartialRendering=&lt;/span&gt;&lt;span class="attrv"&gt;"true"&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;atlas:ScriptManager&lt;/span&gt;&amp;gt;
    &amp;lt;&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;
        &amp;lt;&lt;span class="tag"&gt;atlas:UpdatePanel&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;"UpdatePanel1"&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;"server"&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;Triggers&lt;/span&gt;&amp;gt;
                &amp;lt;&lt;span class="tag"&gt;atlas:ControlEventTrigger&lt;/span&gt;&lt;span class="attr"&gt; ControlID=&lt;/span&gt;&lt;span class="attrv"&gt;"RadioButtonList1"&lt;/span&gt;&lt;span class="attr"&gt; EventName=&lt;/span&gt;&lt;span class="attrv"&gt;"SelectedIndexChanged"&lt;/span&gt; /&amp;gt;
            &amp;lt;/&lt;span class="tag"&gt;Triggers&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
                &amp;lt;&lt;span class="tag"&gt;asp:Label&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;"lblToUpdate"&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;"server"&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:Label&lt;/span&gt;&amp;gt;
            &amp;lt;/&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
        &amp;lt;/&lt;span class="tag"&gt;atlas:UpdatePanel&lt;/span&gt;&amp;gt;
        
        &amp;lt;&lt;span class="tag"&gt;asp:RadioButtonList&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;"RadioButtonList1"&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;"server"&lt;/span&gt;&lt;span class="attr"&gt; AutoPostBack=&lt;/span&gt;&lt;span class="attrv"&gt;"true"&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;asp:ListItem&lt;/span&gt;&amp;gt;Item1&amp;lt;/&lt;span class="tag"&gt;asp:ListItem&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;asp:ListItem&lt;/span&gt;&amp;gt;Item2&amp;lt;/&lt;span class="tag"&gt;asp:ListItem&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;asp:ListItem&lt;/span&gt;&amp;gt;Item3&amp;lt;/&lt;span class="tag"&gt;asp:ListItem&lt;/span&gt;&amp;gt;
        &amp;lt;/&lt;span class="tag"&gt;asp:RadioButtonList&lt;/span&gt;&amp;gt;
    &amp;lt;/&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;
    &amp;lt;/&lt;span class="tag"&gt;form&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;body&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;html&lt;/span&gt;&amp;gt;&lt;/pre&gt;&amp;nbsp;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas CTP</title><link>http://forums.asp.net/thread/1359620.aspx</link><pubDate>Thu, 03 Aug 2006 08:26:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1359620</guid><dc:creator>Luis Abreu</dc:creator><author>Luis Abreu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1359620.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1359620</wfw:commentRss><description>&lt;p&gt;Howdy again.&lt;/p&gt;
&lt;p&gt;well, i'm sorry, but i've lost hope in those feedback centers. you see, a few months ago when i started using ATLAS, i started posting the bugs on the feedback center. in most cases,&amp;nbsp; i spent my time tracking the bug and writing code that would duplicate it and, within my limited knowledge, took the liberty of suggesting a fix for it.&lt;/p&gt;
&lt;p&gt;at the time, the best answer&amp;nbsp;i got was "Unable to reproduce the bug" which really sucks (to reproduce it you just need to run the sample i've posted - hey, most of them are still on the june ctp). so, i come to this forums and asked where to put the bugs. at the time, the answer was: put them here (in this forum) and we'll take care of them. well, again, i've copied the bugs and tried to document them the best i could. &lt;/p&gt;
&lt;p&gt;unfortunately, it seems like the bugs are still here...not even Garbin's effort of putting everything on one place seems to have worked out...&lt;/p&gt;
&lt;p&gt;well, so if you want the bugs on connect, then you'll have to enter them yousrself. I'm sorry, but i'm also a busy person and i'm not going to loose another hour to copy all the items i've found and that i've document on this forum (most of which have references on this post) so that when the next ctp is out they're still there. sorry, but no, i won't do that.&lt;/p&gt;
&lt;p&gt;if you guys really want to solve the bugs, then this post already has way too many which exist for too long now!&lt;/p&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas CTP</title><link>http://forums.asp.net/thread/1359297.aspx</link><pubDate>Wed, 02 Aug 2006 22:20:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1359297</guid><dc:creator>kevindente</dc:creator><author>kevindente</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1359297.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1359297</wfw:commentRss><description>&lt;font face="Georgia" size="2"&gt;&amp;gt;Regarding status of bug, you can add/review bugs for Atlas at&lt;br /&gt;&amp;gt; &lt;/font&gt;&lt;a href="http://connect.microsoft.com/"&gt;&lt;font face="Georgia" size="2"&gt;http://connect.microsoft.com&lt;/font&gt;&lt;/a&gt;&lt;font face="Georgia" size="2"&gt;.&lt;br /&gt;&lt;br /&gt;Am I the only one for whom this is news? From what I can see, this has never been officially announced - a fact which has caused much frustration.&amp;nbsp; Glad to see we finally have an official repository for bugs and suggestions.&lt;br /&gt;&lt;br /&gt;Is there a specific category we should be using? .NET Framework? Web Development? Frameworks (I'm assuming that "Visual Studio and .NET Framework" is the Connection that we should be using - do let me know if that's wrong).&lt;/font&gt;&lt;span class="headingmajor"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;font face="Georgia" size="2"&gt;&lt;br /&gt;&lt;br /&gt; &lt;/font&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas CTP</title><link>http://forums.asp.net/thread/1359021.aspx</link><pubDate>Wed, 02 Aug 2006 18:43:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1359021</guid><dc:creator>tholewis</dc:creator><author>tholewis</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1359021.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1359021</wfw:commentRss><description>&lt;p&gt;&lt;font face=Georgia size=2&gt;The Go Live license allows you to put an application into a production environment for CTPs so that we can get real world feedback (which has been great).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Georgia size=2&gt;Good point regarding the messaging and I have let the folks know.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Georgia size=2&gt;Regarding status of bug, you can add/review bugs for Atlas at &lt;/font&gt;&lt;a href="http://connect.microsoft.com"&gt;&lt;font face=Georgia size=2&gt;http://connect.microsoft.com&lt;/font&gt;&lt;/a&gt;&lt;font face=Georgia size=2&gt;. The good news about connect is that anything put in there goes directly into our issue tracking system.&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas June CTP</title><link>http://forums.asp.net/thread/1357003.aspx</link><pubDate>Tue, 01 Aug 2006 08:05:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1357003</guid><dc:creator>Knut Meltzer</dc:creator><author>Knut Meltzer</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1357003.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1357003</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you add this to your list?&lt;/p&gt;
&lt;p&gt;&lt;a HREF="/thread/1336716.aspx"&gt;http://forums.asp.net/thread/1336716.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>BUG: Action bindings ignore direction</title><link>http://forums.asp.net/thread/1356841.aspx</link><pubDate>Tue, 01 Aug 2006 02:59:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1356841</guid><dc:creator>kevindente</dc:creator><author>kevindente</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1356841.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1356841</wfw:commentRss><description>Action bindings ignore the direction property - they always perform both in and out binding. Looking at the definition of Action.execute, it's apparent that it calls both evaluateIn and evaluateOut on each action binding, regardless of what directoin the binding is defined as.&lt;br /&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas CTP</title><link>http://forums.asp.net/thread/1356519.aspx</link><pubDate>Mon, 31 Jul 2006 20:01:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1356519</guid><dc:creator>Luis Abreu</dc:creator><author>Luis Abreu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1356519.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1356519</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;tholewis:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=Georgia&gt;The reason you are seeing bugs is that Atlas has not been released. It is still a community technology preview that allows folks to use Atlas and provide feedback to the product team.&lt;/font&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;what about the go live license? i don't have any atlas product out yet and if you ask me, i'll probably say that currently i'll only build toy apps with it. btw, most of the bugs presented here have at least 4 months...this is really bad because there are several guys here that have identified several bugs (and even lost their time trying to suggest a fix). the minimum the atlas team could do is to give feedback on the status of the problems detected here...&lt;/p&gt;
&lt;p&gt;btw, just another suggestion, i really think the team should pass the message that atlas is more than updatepanels surrounding server controls...after using it (and these forums) for several months, it still looks like the wrong message is being passed from the team (ie, you can build ajax apps from the server side - to me this is simply wrong, wrong and wrong again). &lt;/p&gt;
&lt;p&gt;just one more thing: to me, it makes more sense to solve all the bugs that have been identified and then extend the platform with more components (as you know, there's been several releases of extra components - atlas toolkit - but the main problems haven't been solved yet).&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas CTP</title><link>http://forums.asp.net/thread/1356140.aspx</link><pubDate>Mon, 31 Jul 2006 15:11:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1356140</guid><dc:creator>tholewis</dc:creator><author>tholewis</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1356140.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1356140</wfw:commentRss><description>&lt;font face=Georgia&gt;The reason you are seeing bugs is that Atlas has not been released. It is still a community technology preview that allows folks to use Atlas and provide feedback to the product team.&lt;/font&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas CTP</title><link>http://forums.asp.net/thread/1356110.aspx</link><pubDate>Mon, 31 Jul 2006 14:45:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1356110</guid><dc:creator>albertpascual</dc:creator><author>albertpascual</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1356110.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1356110</wfw:commentRss><description>&lt;p&gt;Why there are so many bugs on Atlas? How after that long cannot get it right? There are other people like telerik.com or componentsart that got a working version of AJAX controls without problems. It just does not make any sense.&lt;/p&gt;
&lt;p&gt;My 2 cents again&lt;/p&gt;
&lt;p&gt;Al&lt;/p&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas June CTP</title><link>http://forums.asp.net/thread/1355908.aspx</link><pubDate>Mon, 31 Jul 2006 11:34:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1355908</guid><dc:creator>Luis Abreu</dc:creator><author>Luis Abreu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1355908.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1355908</wfw:commentRss><description>&lt;p&gt;hello.&lt;/p&gt;
&lt;p&gt;well, currently this is it!&lt;/p&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas June CTP</title><link>http://forums.asp.net/thread/1355891.aspx</link><pubDate>Mon, 31 Jul 2006 10:49:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1355891</guid><dc:creator>Jokin.c</dc:creator><author>Jokin.c</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1355891.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1355891</wfw:commentRss><description>I don't know if this is the correct place to post an issue, but i have a problem with firefox, the OnApplicationLoad event isn't fired, and the code that initialize the page don't work with firefox.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;¿where is the official bug tracker? &lt;br /&gt;</description></item><item><title>Re: Unofficial bug/issue list for the Atlas June CTP</title><link>http://forums.asp.net/thread/1355887.aspx</link><pubDate>Mon, 31 Jul 2006 10:29:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1355887</guid><dc:creator>Luis Abreu</dc:creator><author>Luis Abreu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1355887.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1355887</wfw:commentRss><description>&lt;p&gt;howdy.&lt;/p&gt;
&lt;p&gt;two more nasting bugs...&lt;/p&gt;
&lt;p&gt;&lt;a HREF="/1355881/ShowThread.aspx#1355881"&gt;http://forums.asp.net/1355881/ShowThread.aspx#1355881&lt;/a&gt;&lt;br /&gt;&lt;a HREF="/thread/1355860.aspx"&gt;http://forums.asp.net/thread/1355860.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;i'm starting to think that maybe it's better to go try something else...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: BUG #12</title><link>http://forums.asp.net/thread/1353251.aspx</link><pubDate>Thu, 27 Jul 2006 15:55:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1353251</guid><dc:creator>noahwsmith</dc:creator><author>noahwsmith</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1353251.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1353251</wfw:commentRss><description>AHA! I found this issue, it was reported as an toolkit/extension issue &lt;a HREF="/thread/1335914.aspx"&gt;here&lt;/a&gt;. I'll post there to point out that it is a WebParts issue too.&lt;br /&gt;</description></item></channel></rss>