<?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 Futures</title><link>http://forums.asp.net/1127.aspx</link><description>Use this forum to discuss ASP.NET AJAX Extensions, Dynamic Data Controls, Silverlight Controls for ASP.NET, ASP.NET Dynamic Language Support, and Search and Diagnostics Application Services.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>How to use "History" in Master Pager &amp; Detail Pager ?</title><link>http://forums.asp.net/thread/3236613.aspx</link><pubDate>Tue, 16 Jun 2009 10:27:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3236613</guid><dc:creator>lifereader</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3236613.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=3236613</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;EveryBody knows&amp;nbsp;when use AJAX UpdatePanel with GridView,&amp;nbsp;you change the gridview page and redirect to another web page, and then click preview&amp;nbsp;button in browser, the gridview&amp;#39;s pageindex will be the first page.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The solution is import Microsoft.Web.Preview.dll and add a &amp;quot;History&amp;quot; controler in the *.aspx page, but my problem is&amp;nbsp;... my project using Master Page and has a lot of detail pager, they will point to the same master page like&amp;nbsp;MasterPageFile=&lt;span class="st"&gt;&amp;quot;~/main.Master&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="st"&gt;Now I am trying to add History in my page, but it&amp;#39;s seems didn&amp;#39;t work.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="st"&gt;&lt;/span&gt;How do I&amp;nbsp;make it work &amp;amp; Where do&amp;nbsp;I add&amp;nbsp;this controler ?&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&gt;&amp;lt;%@ Page Title=&amp;quot;&amp;quot; Language=&amp;quot;C#&amp;quot; MasterPageFile=&amp;quot;~/Site1.Master&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeBehind=&amp;quot;WebForm1.aspx.cs&amp;quot; Inherits=&amp;quot;WebApplication1.WebForm1&amp;quot; %&amp;gt;
&lt;b id="2"&gt;2    &lt;/b&gt;
&lt;b id="3"&gt;3    &lt;/b&gt;&lt;span class="dir"&gt;&amp;lt;%@ Register Assembly=&amp;quot;Microsoft.Web.Preview&amp;quot; Namespace=&amp;quot;Microsoft.Web.Preview.UI.Controls&amp;quot;
&lt;b id="4"&gt;4    &lt;/b&gt;    TagPrefix=&amp;quot;cc1&amp;quot; %&amp;gt;&lt;/span&gt;
&lt;b id="5"&gt;5    &lt;/b&gt;    
&lt;b id="6"&gt;6    &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;asp:Content&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Content1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ContentPlaceHolderID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;head&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="7"&gt;7    &lt;/b&gt;&amp;lt;/&lt;span class="tag"&gt;asp:Content&lt;/span&gt;&amp;gt;
&lt;b id="8"&gt;8    &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;asp:Content&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Content2&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ContentPlaceHolderID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ContentPlaceHolder1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="9"&gt;9    &lt;/b&gt;
&lt;b id="10"&gt;10   &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;asp:ScriptManager&lt;/span&gt;&lt;span class="attr"&gt; id=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;SM&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:ScriptManager&lt;/span&gt;&amp;gt;
&lt;b id="11"&gt;11   &lt;/b&gt;
&lt;b id="12"&gt;12   &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;cc1:history&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;his&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; OnNavigate=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;his_OnNavigate&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;cc1:history&lt;/span&gt;&amp;gt;
&lt;b id="13"&gt;13   &lt;/b&gt;
&lt;b id="14"&gt;14   &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;up&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="15"&gt;15   &lt;/b&gt;    &amp;lt;&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
&lt;b id="16"&gt;16   &lt;/b&gt;        
&lt;b id="17"&gt;17   &lt;/b&gt;        &amp;lt;&lt;span class="tag"&gt;asp:GridView&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;gvTest&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; AutoGenerateColumns=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;false&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; PageSize=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;10&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; AllowPaging=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;
&lt;b id="18"&gt;18   &lt;/b&gt;&lt;span class="attr"&gt;                      OnRowCommand=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;gvTest_OnRowCommand&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; OnPageIndexChanging=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;gvTest_OnPageIndexChanging&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="19"&gt;19   &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;Columns&lt;/span&gt;&amp;gt;
&lt;b id="20"&gt;20   &lt;/b&gt;                &amp;lt;&lt;span class="tag"&gt;asp:TemplateField&lt;/span&gt;&amp;gt;
&lt;b id="21"&gt;21   &lt;/b&gt;                    &amp;lt;&lt;span class="tag"&gt;ItemTemplate&lt;/span&gt;&amp;gt;
&lt;b id="22"&gt;22   &lt;/b&gt;                        &amp;lt;&lt;span class="tag"&gt;asp:LinkButton&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;lkn&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; CommandName=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;row&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Text=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;#39;&lt;span class="dir"&gt;&amp;lt;%#&lt;/span&gt; Bind(&amp;quot;COLU1&amp;quot;) &lt;span class="dir"&gt;%&amp;gt;&lt;/span&gt;&amp;#39;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:LinkButton&lt;/span&gt;&amp;gt;
&lt;b id="23"&gt;23   &lt;/b&gt;                    &amp;lt;/&lt;span class="tag"&gt;ItemTemplate&lt;/span&gt;&amp;gt;
&lt;b id="24"&gt;24   &lt;/b&gt;                &amp;lt;/&lt;span class="tag"&gt;asp:TemplateField&lt;/span&gt;&amp;gt;    
&lt;b id="25"&gt;25   &lt;/b&gt;                &amp;lt;&lt;span class="tag"&gt;asp:BoundField&lt;/span&gt;&lt;span class="attr"&gt; DataField=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;COLU2&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ShowHeader=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ItemStyle-Width=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;200px&amp;quot;&lt;/span&gt; /&amp;gt; 
&lt;b id="26"&gt;26   &lt;/b&gt;                &amp;lt;&lt;span class="tag"&gt;asp:BoundField&lt;/span&gt;&lt;span class="attr"&gt; DataField=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;COLU3&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ShowHeader=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ItemStyle-Width=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;200px&amp;quot;&lt;/span&gt; /&amp;gt;
&lt;b id="27"&gt;27   &lt;/b&gt;            &amp;lt;/&lt;span class="tag"&gt;Columns&lt;/span&gt;&amp;gt;
&lt;b id="28"&gt;28   &lt;/b&gt;        &amp;lt;/&lt;span class="tag"&gt;asp:GridView&lt;/span&gt;&amp;gt;       
&lt;b id="29"&gt;29   &lt;/b&gt;    &amp;lt;/&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
&lt;b id="30"&gt;30   &lt;/b&gt;&amp;lt;/&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&amp;gt;
&lt;b id="31"&gt;31   &lt;/b&gt;&amp;lt;/&lt;span class="tag"&gt;asp:Content&lt;/span&gt;&amp;gt;
&lt;/pre&gt;&amp;nbsp; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to work with SessionNavigationHistory?</title><link>http://forums.asp.net/thread/2660783.aspx</link><pubDate>Fri, 03 Oct 2008 08:04:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2660783</guid><dc:creator>kak.mca</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2660783.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2660783</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Good morning to every one.&lt;/p&gt;
&lt;p&gt;Can anyone please tell how to work with &lt;strong&gt;SessionNavigationHistory.&lt;br /&gt;&lt;/strong&gt;I couldn&amp;#39;t understand how to import the namespace&lt;/p&gt;
&lt;p&gt;I have seen in one article like this:&lt;br /&gt;&lt;strong&gt;Dim str As BaseClasses.Web.SessionNavigationHistory = Me.GetSessionNavigationHistory&lt;br /&gt;Dim stry As BaseClasses.Web.SessionNavigationHistory.RequestInfo = str.GetPreviousRequest() &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Do we need to import any .dll to use BaseClasses.Web namespace?&lt;/p&gt;
&lt;p&gt;How can I work with this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;</description></item><item><title>ExportWebPart javascript bug in ASP.NET AJAX Futures 2007</title><link>http://forums.asp.net/thread/2861003.aspx</link><pubDate>Mon, 12 Jan 2009 03:41:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2861003</guid><dc:creator>smasher9</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2861003.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2861003</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I use ASP.NET AJAX Futures 2007 for Drag Drop support in
FireFox. But in IE the Export web part feature stops working now. &lt;/p&gt;
&lt;p&gt;I found that, the WebPartManager javascript object in ASP.NET AJAX
Futures JS library doesn&amp;#39;t have the ExportWebPart method which is
called to export web part. (The original ASP.Net WebPartManager
javascript object has this method).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is there any solution for this problem? Will it be fixed in the next version of ASP.NET AJAX Futures?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks.&lt;/p&gt;</description></item><item><title>XAP or ASPX or Mixuture?</title><link>http://forums.asp.net/thread/3032557.aspx</link><pubDate>Tue, 24 Mar 2009 06:58:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3032557</guid><dc:creator>Rimbik</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3032557.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=3032557</wfw:commentRss><description>&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;&lt;strong&gt;Silverlight or ASPX ?&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I am using Silverlight since last 25 days and it changed the way of coding. I am&amp;nbsp;embedding everything in xap which makes me little confuse.&lt;/font&gt;&lt;/font&gt; 
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;My Question:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;To what extend we need to write the code in aspx&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;If I am developing and ASP.NET application with Silverlight what proportion of code normally I need to put in XAML considering all pages are fully powered by Silverlight pages.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Basically to be more clear: Say for example u have gotta a requirement to develop an ASP.NET application with all Silverlight pages what you will do.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Requirement: &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 0.75in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l1 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Any kind of State Management may be used in the Web App should be robust enough to modify/migrate (Agile)&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 0.75in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l1 level1 lfo2;"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;The application can have any basic ASP.NET features&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;That is before I start designing the application. How will I go like what to put in xap and what in aspx?&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;I am expecting an expert advice in this regard.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Soumen, India&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>videos(wmv or other video files) are not playing when i hosted in server</title><link>http://forums.asp.net/thread/2959439.aspx</link><pubDate>Mon, 23 Feb 2009 06:41:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2959439</guid><dc:creator>sneha23</dc:creator><slash:comments>7</slash:comments><comments>http://forums.asp.net/thread/2959439.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2959439</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi i am playing an video file using asp.net,its playing fine in my
local PC,But if i host it in the server ,its not playing.
&lt;/p&gt;
&lt;p&gt;do you know the reason...let me know the solution for this.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;hope i get the code for my solution...&lt;/p&gt;
</description></item><item><title>BUG?!: History.AddHistoryPoint(Dictionary&lt;string, object&gt; state) does not work.</title><link>http://forums.asp.net/thread/1733804.aspx</link><pubDate>Thu, 31 May 2007 16:06:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1733804</guid><dc:creator>Noffie</dc:creator><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/1733804.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=1733804</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve noticed that trying to use &lt;b&gt;&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Web.Preview:1.1.61025.0:31bf3856ad364e35/Microsoft.Web.Preview.UI.Controls.History/AddHistoryPoint%28System.Collections.Generic.Dictionary%3CString,Object%3E%29" class="bold"&gt;History.AddHistoryPoint&lt;/a&gt;&lt;/b&gt;(&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.Collections.Generic.Dictionary%3C,%3E" title="System.Collections.Generic.Dictionary&amp;lt;String,Object&amp;gt;"&gt;Dictionary&lt;/a&gt;&amp;lt;&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.String" title="System.String"&gt;string&lt;/a&gt;, &lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.Object" title="System.Object"&gt;object&lt;/a&gt;&amp;gt; state)&amp;nbsp;
in the History control class from the May 2007 Futures does NOT work.&amp;nbsp; Everything compiles and runs, and I can see that the method is being called by stepping through my code, but no &amp;quot;Back&amp;quot; entries are added in the browser, and hitting back does not work as expected.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;Using&amp;nbsp;&lt;b&gt;&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Web.Preview:1.1.61025.0:31bf3856ad364e35/Microsoft.Web.Preview.UI.Controls.History/AddHistoryPoint%28String,Object%29" class="bold"&gt;History.AddHistoryPoint&lt;/a&gt;&lt;/b&gt;(&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.String" title="System.String"&gt;string&lt;/a&gt; key, &lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.Object" title="System.Object"&gt;object&lt;/a&gt; state) DOES work as expected (and that is the only method that is used in the ASP.NET Quickstart examples).&amp;nbsp; I looked at both methods in .NET Reflector and my theory is that &lt;b&gt;&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Web.Preview:1.1.61025.0:31bf3856ad364e35/Microsoft.Web.Preview.UI.Controls.History/AddHistoryPoint%28System.Collections.Generic.Dictionary%3CString,Object%3E%29" class="bold"&gt;History.AddHistoryPoint&lt;/a&gt;&lt;/b&gt;(&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.Collections.Generic.Dictionary%3C,%3E" title="System.Collections.Generic.Dictionary&amp;lt;String,Object&amp;gt;"&gt;Dictionary&lt;/a&gt;&amp;lt;&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.String" title="System.String"&gt;string&lt;/a&gt;, &lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://mscorlib:2.0.0.0:b77a5c561934e089/System.Object" title="System.Object"&gt;object&lt;/a&gt;&amp;gt; state) is missing a &amp;quot;&lt;font color="#1000a0"&gt;this&lt;/font&gt;.&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Web.Preview:1.1.61025.0:31bf3856ad364e35/Microsoft.Web.Preview.UI.Controls.History/_newPointCreated:Boolean" title="bool Microsoft.Web.Preview.UI.Controls.History._newPointCreated;"&gt;_newPointCreated&lt;/a&gt; = &lt;font color="#800000"&gt;true&lt;/font&gt;;
&amp;quot; that is present in the other overloaded version of the method.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Here is the code for each in my assembly:&lt;br /&gt;&lt;font color="#1000a0"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;public void&lt;/span&gt; AddHistoryPoint(Dictionary&amp;lt;&lt;span class="kwd"&gt;string&lt;/span&gt;, &lt;span class="kwd"&gt;object&lt;/span&gt;&amp;gt; state)
{
    &lt;span class="kwd"&gt;if&lt;/span&gt; (&lt;span class="kwd"&gt;this&lt;/span&gt;._initialState == &lt;span class="kwd"&gt;null&lt;/span&gt;)
    {
        &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState = &lt;span class="kwd"&gt;new&lt;/span&gt; Dictionary&amp;lt;&lt;span class="kwd"&gt;string&lt;/span&gt;, &lt;span class="kwd"&gt;object&lt;/span&gt;&amp;gt;();
    }
    &lt;span class="kwd"&gt;foreach&lt;/span&gt; (KeyValuePair&amp;lt;&lt;span class="kwd"&gt;string&lt;/span&gt;, &lt;span class="kwd"&gt;object&lt;/span&gt;&amp;gt; pair &lt;span class="kwd"&gt;in&lt;/span&gt; state)
    {
        &lt;span class="kwd"&gt;if&lt;/span&gt; (pair.Value == &lt;span class="kwd"&gt;null&lt;/span&gt;)
        {
            &lt;span class="kwd"&gt;if&lt;/span&gt; (&lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.ContainsKey(pair.Key))
            {
                &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.Remove(pair.Key);
            }
            &lt;span class="kwd"&gt;continue&lt;/span&gt;;
        }
        &lt;span class="kwd"&gt;if&lt;/span&gt; (&lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.ContainsKey(pair.Key))
        {
            &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState[pair.Key] = pair.Value;
            &lt;span class="kwd"&gt;continue&lt;/span&gt;;
        }
        &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.Add(pair.Key, pair.Value);
    }
}

&lt;span class="kwd"&gt;public void&lt;/span&gt; AddHistoryPoint(&lt;span class="kwd"&gt;string&lt;/span&gt; key, &lt;span class="kwd"&gt;object&lt;/span&gt; state)
{
    &lt;span class="kwd"&gt;this&lt;/span&gt;._newPointCreated = &lt;span class="kwd"&gt;true&lt;/span&gt;;
    &lt;span class="kwd"&gt;if&lt;/span&gt; (&lt;span class="kwd"&gt;this&lt;/span&gt;._initialState == &lt;span class="kwd"&gt;null&lt;/span&gt;)
    {
        &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState = &lt;span class="kwd"&gt;new&lt;/span&gt; Dictionary&amp;lt;&lt;span class="kwd"&gt;string&lt;/span&gt;, &lt;span class="kwd"&gt;object&lt;/span&gt;&amp;gt;(1);
    }
    &lt;span class="kwd"&gt;if&lt;/span&gt; (state == &lt;span class="kwd"&gt;null&lt;/span&gt;)
    {
        &lt;span class="kwd"&gt;if&lt;/span&gt; (&lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.ContainsKey(key))
        {
            &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.Remove(key);
        }
    }
    &lt;span class="kwd"&gt;else if&lt;/span&gt; (&lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.ContainsKey(key))
    {
        &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState[key] = state;
    }
    &lt;span class="kwd"&gt;else&lt;/span&gt;
    {
        &lt;span class="kwd"&gt;this&lt;/span&gt;._initialState.Add(key, state);
    }
}

 
&lt;/pre&gt;&lt;pre class="coloredcode"&gt;Is this a bug, or am I just missing something?  Here is how I made my call to &amp;nbsp;History.AddHistoryPoint(Dictionary&amp;lt;string, object&amp;gt; state):&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;    &lt;span class="kwd"&gt;private void&lt;/span&gt; MarkHistory()
    {
        System.Collections.Generic.Dictionary&amp;lt;&lt;span class="kwd"&gt;string&lt;/span&gt;,&lt;span class="kwd"&gt;object&lt;/span&gt;&amp;gt; state =
            &lt;span class="kwd"&gt;new&lt;/span&gt; System.Collections.Generic.Dictionary&amp;lt;&lt;span class="kwd"&gt;string&lt;/span&gt;,&lt;span class="kwd"&gt;object&lt;/span&gt;&amp;gt;();

        state.Add(&lt;span class="st"&gt;&amp;quot;viewingAll&amp;quot;&lt;/span&gt;, ViewAllUsers);
        state.Add(&lt;span class="st"&gt;&amp;quot;currentPage&amp;quot;&lt;/span&gt;, pagerUsers.PagerIndex);
        histUserList.AddHistoryPoint(state);
    }&lt;/pre&gt;&amp;nbsp;&amp;nbsp;&lt;/pre&gt;&lt;br /&gt;&amp;nbsp;</description></item><item><title>ASP.NET Futures: WebPartManager and WebPartZone</title><link>http://forums.asp.net/thread/2920113.aspx</link><pubDate>Fri, 06 Feb 2009 01:01:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2920113</guid><dc:creator>ajd</dc:creator><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/2920113.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2920113</wfw:commentRss><description>&lt;div class="ForumPostBodyArea"&gt;
&lt;div class="ForumPostContentText"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have read the post on this page&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://waitink.blogspot.com/2008/06/ajax-web-parts-part-1-drag-and-drop.html"&gt;&lt;font color="#5403fa"&gt;http://waitink.blogspot.com/2008/06/ajax-web-parts-part-1-drag-and-drop.html&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and am confused&amp;nbsp;about where to obtain the &lt;em&gt;WebPartManager&lt;/em&gt; and &lt;em&gt;WebPartZone&lt;/em&gt; controls that were previously part of ASP.NET Futures, and mentioned in the above blog in the &amp;quot;Web Part Drag and Drop in Firefox&amp;quot; section.&lt;/p&gt;
&lt;p&gt;The post says to download the ASP.NET futures from&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.asp.net/Downloads/futures/"&gt;http://www.asp.net/Downloads/futures/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It seems as though ASP.NET Futures no longer exists and a new codeplex page now exists at&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://www.codeplex.com/aspnet"&gt;&lt;font color="#5403fa"&gt;http://www.codeplex.com/aspnet&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Does anybody know where to obtain these&amp;nbsp;controls that were previously part of the Futures release? &lt;/p&gt;
&lt;p&gt;I am trying to get drag and drop of web parts working in Firefox.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Drag and Drop</title><link>http://forums.asp.net/thread/2922476.aspx</link><pubDate>Fri, 06 Feb 2009 20:13:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2922476</guid><dc:creator>aspwhiz</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2922476.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2922476</wfw:commentRss><description>&lt;p&gt;What is the current state of drag and drop? Is Microsoft continuing with this? I&amp;#39;m still using VS 2005 but don&amp;#39;t want to use the version that has d&amp;amp;d unless I know that it is still an included feature in the new releases. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;</description></item><item><title>Microsoft.web.preview.dll</title><link>http://forums.asp.net/thread/2918918.aspx</link><pubDate>Thu, 05 Feb 2009 16:15:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2918918</guid><dc:creator>BjornOhlsson</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2918918.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2918918</wfw:commentRss><description>&lt;p&gt;Is there no possibility to find that assembly today. I am running VWD 2008 and would like to test a fade-effect exemple with that assembly.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>ClientID is WOW! in ASP.NET 4.0</title><link>http://forums.asp.net/thread/2874681.aspx</link><pubDate>Sun, 18 Jan 2009 16:33:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2874681</guid><dc:creator>Ivannicoff</dc:creator><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2874681.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2874681</wfw:commentRss><description>&lt;p&gt;ClientIDs in ASP.NET is the most usefull implementation but what else will be in Future Web Forms.&lt;/p&gt;
&lt;p&gt;As I understood from channel&amp;#39;s 9 information are:&lt;/p&gt;
&lt;p&gt;CSS rendering mode - but no comments.&lt;/p&gt;
&lt;p&gt;Routing - no comments.&lt;/p&gt;
&lt;p&gt;Also no sugeestion lists, no forums answers.&lt;/p&gt;
&lt;p&gt;So can anybody comment new CSS rendering mode, does anybody know are new controls planned?&lt;/p&gt;
&lt;p&gt;What is ASP.NET v4 Web Forms?&lt;/p&gt;</description></item><item><title>Video does not appear</title><link>http://forums.asp.net/thread/2836336.aspx</link><pubDate>Mon, 29 Dec 2008 19:01:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2836336</guid><dc:creator>Nicoxx</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2836336.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2836336</wfw:commentRss><description>&lt;p&gt;Hi all.. i want to have a video in a page...&amp;nbsp;so i follow the steps that are in bloggs but doesnt work...&lt;/p&gt;
&lt;p&gt;Im working with Visual Studio 2005 (in visual basic), i installed ASP AJAX Extension 1... and then installed ASP.Net Futures.&lt;/p&gt;
&lt;p&gt;The code that i have is this:&amp;nbsp;&lt;pre class="coloredcode"&gt;&amp;lt;asp:ScriptManager ID=&lt;span class="st"&gt;&amp;quot;ScriptManager1&amp;quot;&lt;/span&gt; runat=&lt;span class="st"&gt;&amp;quot;server&amp;quot;&lt;/span&gt; /&amp;gt;
  &amp;lt;asp:UpdatePanel ID=&lt;span class="st"&gt;&amp;quot;UpdatePanel1&amp;quot;&lt;/span&gt; runat=&lt;span class="st"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
    &amp;lt;ContentTemplate&amp;gt;
      &amp;lt;cc1:Media ID=&lt;span class="st"&gt;&amp;quot;Media1&amp;quot;&lt;/span&gt; runat=&lt;span class="st"&gt;&amp;quot;server&amp;quot;&lt;/span&gt; Height=&lt;span class="st"&gt;&amp;quot;240px&amp;quot;&lt;/span&gt; MediaUrl=&lt;span class="st"&gt;&amp;quot;~/thevideo.wmv&amp;quot;&lt;/span&gt; Width=&lt;span class="st"&gt;&amp;quot;320px&amp;quot;&lt;/span&gt;&amp;gt;
      &amp;lt;/cc1:Media&amp;gt;
    &amp;lt;/ContentTemplate&amp;gt;
  &amp;lt;/asp:UpdatePanel&amp;gt;&lt;/pre&gt;&amp;nbsp;When i &amp;quot;Drag and Drop&amp;quot; the media from the toolbox it appears correct in the design view... i add the url of the video that is in the same folder of the proyect.. but when i run the proyect... &amp;nbsp;it in the place that the video must be... there is nothing. At the begining of the page is the code:&amp;nbsp;&lt;pre class="coloredcode"&gt;&amp;lt;%@ Page Language=&lt;span class="st"&gt;&amp;quot;VB&amp;quot;&lt;/span&gt; AutoEventWireup=&lt;span class="st"&gt;&amp;quot;false&amp;quot;&lt;/span&gt; CodeFile=&lt;span class="st"&gt;&amp;quot;index.aspx.vb&amp;quot;&lt;/span&gt; &lt;span class="kwd"&gt;Inherits&lt;/span&gt;=&lt;span class="st"&gt;&amp;quot;_Default&amp;quot;&lt;/span&gt; %&amp;gt;

&amp;lt;%@ Register &lt;span class="kwd"&gt;Assembly&lt;/span&gt;=&lt;span class="st"&gt;&amp;quot;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot;&lt;/span&gt;
    &lt;span class="kwd"&gt;Namespace&lt;/span&gt;=&lt;span class="st"&gt;&amp;quot;System.Web.UI&amp;quot;&lt;/span&gt; TagPrefix=&lt;span class="st"&gt;&amp;quot;asp&amp;quot;&lt;/span&gt; %&amp;gt;

&amp;lt;%@ Register &lt;span class="kwd"&gt;Assembly&lt;/span&gt;=&lt;span class="st"&gt;&amp;quot;Microsoft.Web.Preview&amp;quot;&lt;/span&gt; &lt;span class="kwd"&gt;Namespace&lt;/span&gt;=&lt;span class="st"&gt;&amp;quot;Microsoft.Web.Preview.UI.Controls&amp;quot;&lt;/span&gt;
    TagPrefix=&lt;span class="st"&gt;&amp;quot;cc1&amp;quot;&lt;/span&gt; %&amp;gt;&lt;/pre&gt;&amp;nbsp;Anyone knows whats the problem??? thanks for any help :)</description></item><item><title>form data</title><link>http://forums.asp.net/thread/2383819.aspx</link><pubDate>Tue, 27 May 2008 19:14:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2383819</guid><dc:creator>wsyeager</dc:creator><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2383819.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2383819</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m using IE7 &amp;amp; Firefox 2.0 for my test. &lt;/p&gt;
&lt;p&gt;I have 3 text boxes on Page1&amp;nbsp;which I&amp;nbsp;type in some data for.&amp;nbsp;I then pass this data to Page2 via a querystring value as follows in my Button click event.&lt;/p&gt;
&lt;p&gt;&amp;lt;code&amp;gt;&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;Response.Redirect(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;page3.aspx?Text1=&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &amp;amp; TextBox1.Text &amp;amp; &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;amp;Text2=&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &amp;amp; TextBox2.Text &amp;amp; &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;amp;Text3=&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &amp;amp; TextBox3.Text)&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&amp;lt;/code&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;When redirecting (Response.Redirect) from Page1 to Page2, Page 2 populates the querystring values into some textboxes (existing on Page2).&lt;/p&gt;
&lt;p&gt;When I press the&amp;nbsp;&lt;strong&gt;Firefox&lt;/strong&gt; &amp;quot;&lt;strong&gt;BACK&lt;/strong&gt;&amp;quot; button (&lt;strong&gt;fromPage2 to Page1&lt;/strong&gt;), the form data &lt;strong&gt;is preserved&lt;/strong&gt; on Page1. If I do the same thing for IE7, the form data is &lt;strong&gt;gone&lt;/strong&gt; on Page1 (&lt;strong&gt;meaning not preserved&lt;/strong&gt;)!&lt;/p&gt;
&lt;p&gt;I have the following HTML for this simple AJAX futures website which executes in both browsers:&lt;/p&gt;
&lt;p&gt;&amp;lt;code&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableHistory=&amp;quot;True&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:ScriptManager&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ContentTemplate&amp;gt;&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; &amp;lt;asp:TextBox ID=&amp;quot;TextBox1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&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; &amp;lt;asp:TextBox ID=&amp;quot;TextBox2&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&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; &amp;lt;asp:TextBox ID=&amp;quot;TextBox3&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ContentTemplate&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Triggers&amp;gt;&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; &amp;lt;asp:AsyncPostBackTrigger ControlID=&amp;quot;Button1&amp;quot; EventName=&amp;quot;Click&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;asp:AsyncPostBackTrigger ControlID=&amp;quot;ScriptManager1&amp;quot; EventName=&amp;quot;Navigate&amp;quot;&amp;gt;&amp;lt;/asp:AsyncPostBackTrigger&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Triggers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:UpdatePanel&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Button ID=&amp;quot;Button1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Button&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/code&amp;gt;&lt;/p&gt;
&lt;p&gt;If I &lt;strong&gt;remove&lt;/strong&gt; the ScriptManager and UpdatePanel, the form data in IE7 &lt;strong&gt;is preserved&lt;/strong&gt; when I go back to Page1. &lt;/p&gt;
&lt;p&gt;How come when using the above HTML, the form data &lt;strong&gt;is preserved in FireFox, but not in IE when using AJAX?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Video Embed</title><link>http://forums.asp.net/thread/2375362.aspx</link><pubDate>Thu, 22 May 2008 22:50:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2375362</guid><dc:creator>ilyas.osmanoglu</dc:creator><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/2375362.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2375362</wfw:commentRss><description>i install asp.net feturues and made a player with media object,i want to show this player in other video sites ,like youtube or etc..</description></item><item><title>Multi Dimension HTML table</title><link>http://forums.asp.net/thread/2831445.aspx</link><pubDate>Fri, 26 Dec 2008 06:24:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2831445</guid><dc:creator>MisterFantastic</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2831445.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2831445</wfw:commentRss><description>Hi,

I need to display a multi dimension table to display data from a data cube .
Is that possible in Ajax 4.0 ?

Thanks,
Thani</description></item><item><title>Where did Sys.Preview.UI.HyperLink go?</title><link>http://forums.asp.net/thread/2804361.aspx</link><pubDate>Fri, 12 Dec 2008 13:46:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2804361</guid><dc:creator>martijnvm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2804361.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2804361</wfw:commentRss><description>&lt;p&gt;I ran in to a problem while upgrading my webapp from Framework 2.0 to Framework 3.5 SP1. In my app I had a custom client control which derives from Sys.Preview.UI.HyperLink. I had to add a reference to Microsoft.Web.Preview.dll to make it work. I thought that this dll was Framework 2.0 specific.&lt;/p&gt;
&lt;p&gt;But after upgrading to the 3.5 Framework and removing the dll and the reference to it, it can´t find the Sys.Preview.UI.HyperLink class.&lt;/p&gt;
&lt;p&gt;What am I doing wrong?&lt;/p&gt;
&lt;p&gt;Martijn van Mechelen&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Web Parts - AJAX not allowing to drop</title><link>http://forums.asp.net/thread/1941063.aspx</link><pubDate>Thu, 04 Oct 2007 15:54:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1941063</guid><dc:creator>jzickgraf</dc:creator><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1941063.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=1941063</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m using VS Beta 2 with ASP.NET Futures and am targeting the 3.5 framework.&lt;/p&gt;
&lt;p&gt;I created 2 simple test pages to test the Drag and Drop features for Web Parts for IE, Firefox, and Opera.&amp;nbsp; The first is a NonAJAX version the second has a script manager and update panels to prevent the whole page from posting back.&lt;/p&gt;
&lt;p&gt;There are 2 WebPartZones.&amp;nbsp; Each has a Textbox in the zone and there is a button to turn on design mode.&amp;nbsp; The NonAjax version works great and the drag and drop works fine.&amp;nbsp; However, the AJAX version&amp;nbsp;won&amp;#39;t allow me to drop the webpart from one zone into another zone for IE and won&amp;#39;t allow me to drag for Firefox or Opera.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any ideas?&amp;nbsp; Below is the aspx code.&amp;nbsp; Button1_Click toggles the mode from Browse to Design&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&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;&amp;quot;form1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="2"&gt;2    &lt;/b&gt;        &amp;lt;&lt;span class="tag"&gt;asp:ScriptManager&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ScriptManager1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt; /&amp;gt;
&lt;b id="3"&gt;3    &lt;/b&gt;    &amp;lt;&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;UpdatePanel1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="4"&gt;4    &lt;/b&gt;        &amp;lt;&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
&lt;b id="5"&gt;5    &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;cc1:WebPartManager&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;WebPartManager1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="6"&gt;6    &lt;/b&gt;            &amp;lt;/&lt;span class="tag"&gt;cc1:WebPartManager&lt;/span&gt;&amp;gt;
&lt;b id="7"&gt;7    &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;br&lt;/span&gt; /&amp;gt;
&lt;b id="8"&gt;8    &lt;/b&gt;                &amp;lt;&lt;span class="tag"&gt;asp:Button&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Button1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Text=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Design Mode&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; OnClick=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Button1_Click&amp;quot;&lt;/span&gt; /&amp;gt;
&lt;b id="9"&gt;9    &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;br&lt;/span&gt; /&amp;gt; &amp;lt;&lt;span class="tag"&gt;br&lt;/span&gt; /&amp;gt;
&lt;b id="10"&gt;10   &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;div&lt;/span&gt;&lt;span class="attr"&gt; style=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;float:left&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="11"&gt;11   &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;WebPartZone1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="12"&gt;12   &lt;/b&gt;                &amp;lt;&lt;span class="tag"&gt;ZoneTemplate&lt;/span&gt;&amp;gt;
&lt;b id="13"&gt;13   &lt;/b&gt;                    &amp;lt;&lt;span class="tag"&gt;asp:TextBox&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;TextBox1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:TextBox&lt;/span&gt;&amp;gt;
&lt;b id="14"&gt;14   &lt;/b&gt;                &amp;lt;/&lt;span class="tag"&gt;ZoneTemplate&lt;/span&gt;&amp;gt;
&lt;b id="15"&gt;15   &lt;/b&gt;            &amp;lt;/&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&amp;gt;
&lt;b id="16"&gt;16   &lt;/b&gt;            &amp;lt;/&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;
&lt;b id="17"&gt;17   &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;div&lt;/span&gt;&lt;span class="attr"&gt; style=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;float:right&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="18"&gt;18   &lt;/b&gt;            &amp;lt;&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;WebPartZone2&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
&lt;b id="19"&gt;19   &lt;/b&gt;                &amp;lt;&lt;span class="tag"&gt;ZoneTemplate&lt;/span&gt;&amp;gt;
&lt;b id="20"&gt;20   &lt;/b&gt;                    &amp;lt;&lt;span class="tag"&gt;asp:TextBox&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;TextBox2&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:TextBox&lt;/span&gt;&amp;gt;
&lt;b id="21"&gt;21   &lt;/b&gt;                &amp;lt;/&lt;span class="tag"&gt;ZoneTemplate&lt;/span&gt;&amp;gt;
&lt;b id="22"&gt;22   &lt;/b&gt;            &amp;lt;/&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&amp;gt;
&lt;b id="23"&gt;23   &lt;/b&gt;            &amp;lt;/&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;
&lt;b id="24"&gt;24   &lt;/b&gt;        &amp;lt;/&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
&lt;b id="25"&gt;25   &lt;/b&gt;    &amp;lt;/&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&amp;gt;    
&lt;b id="26"&gt;26   &lt;/b&gt;    &amp;lt;/&lt;span class="tag"&gt;form&lt;/span&gt;&amp;gt;
&lt;/pre&gt;&amp;nbsp;</description></item><item><title>Using Dynamic Data on Hierarchical (nested) Objects</title><link>http://forums.asp.net/thread/2732399.aspx</link><pubDate>Fri, 07 Nov 2008 21:51:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2732399</guid><dc:creator>Jared2008</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2732399.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2732399</wfw:commentRss><description>&lt;p&gt;Hi, I have been playing around with the&amp;nbsp;Sample Site that comes with the Futures release. I noticed that there is the ability to generate a UI&amp;nbsp;from a simple object, but I have not seen an easy way to modify this and generate a hierarchical UI (TreeView) from a complex nested object. Are there any plans to add this? Or does anyone have any guidance on the best way for me to do this myself? Or am I barking up the wrong tree by attempting to use the dynamic data framework for this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0 (and etc.) HRESULT 0x8013104</title><link>http://forums.asp.net/thread/1852789.aspx</link><pubDate>Fri, 10 Aug 2007 21:45:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1852789</guid><dc:creator>v2gusk</dc:creator><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/1852789.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=1852789</wfw:commentRss><description>&lt;p&gt;That little HRESULT, as you may know, means exactly what the error says: The assembly wasn&amp;#39;t found.&lt;/p&gt;
&lt;p&gt;I have a Visual Studio 2005 web&amp;nbsp;project I&amp;#39;m publishing into a&amp;nbsp;folder.&amp;nbsp; When I copy that folder up to it&amp;#39;s location on my test server, I&amp;nbsp;get the following message because .NET Framework 3.5 is &lt;em&gt;not &lt;/em&gt;installed on that server (nor should it have to be--the AJAX extension DLL is already on that server).&lt;/p&gt;
&lt;p&gt;I looked though all my Project settings, to see if I was missing something that was telling VS to reference System.Web.Extensions as a .NET 3.5 (instead of an ASP.NET AJAX 1.0) assembly, to no avail.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;This is what the assembly reference is in the web.config, so I would have thought it would also output for the precompiled site:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;#39;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="1"&gt;&lt;font color="#000000" size="2"&gt;And this is what ends up causing the error:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;#39; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="1"&gt;&lt;font color="#000000" size="2"&gt;Does anyone know how VS 2005 can automatically &lt;em&gt;decide&lt;/em&gt; to change my references at compile-time?&amp;nbsp; Is there a way for me to override that behavior?&amp;nbsp; And shouldn&amp;#39;t it be a &lt;em&gt;default&lt;/em&gt; behavior to do exactly as the user asks?&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="1"&gt;&lt;font color="#000000" size="2"&gt;Uninstalling Framework 3.5 (Pre-release)--and then re-doing the publish--resolved the issue, but now VS 2008 Beta 2 doesn&amp;#39;t have .NET 3.5 to build off of.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="1"&gt;&lt;font color="#000000" size="2"&gt;I really want this to be a pre-release glitch, so let me know if you need more information to solve this&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&lt;font color="#000000" size="2"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Dynamic Controls displayes wrong table!!!</title><link>http://forums.asp.net/thread/2086964.aspx</link><pubDate>Thu, 03 Jan 2008 00:32:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2086964</guid><dc:creator>rfurdzik</dc:creator><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/2086964.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2086964</wfw:commentRss><description>&lt;p&gt;I have two tables rm_feautres(feature_id, description)&amp;nbsp;and &lt;font color="#0000ff" size="2"&gt;rm_UserViewedFeature (user_id, feature_id). Now when I go to &lt;a href="http://localhost/IwantIoffer/Admin/rm_feature.aspx"&gt;http://localhost/IwantIoffer/Admin/rm_feature.aspx&lt;/a&gt;, it display content of rm_UserViewedFeature table!!! This seems like some bug!&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;For some reason it displayes the wrong table. Here is my web.config entry:&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;dynamicDataControls&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;showAllTables&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;false&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;connectionString&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;classifiedsConnection&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;nameMap&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!--&lt;/p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;
&lt;p&gt;By default, Dynamic Data Controls use the name of the table as the folder name. This&lt;/p&gt;
&lt;p&gt;can be overridden by using a mapping here.&lt;/p&gt;
&lt;p&gt;Sample mappings:&lt;/p&gt;
&lt;p&gt;&amp;lt;add table=&amp;quot;tasks&amp;quot; pathPrefix=&amp;quot;~/MyTasksFolder&amp;quot; /&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;--&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;add&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;table&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;classifieds_HotelRoomTypes&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;pathPrefix&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;~/Admin&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;add&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;table&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;rm_Feature&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;pathPrefix&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;~/Admin&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;add&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;table&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;rm_UserViewedFeature&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;pathPrefix&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;~/Admin&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;nameMap&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;dynamicDataControls&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;Here is my rm_feature.aspx page:&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;lt;%&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;@&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Page&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Language&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;C#&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;CodeFile&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;rm_feature.aspx.cs&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Inherits&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Admin_rm_features&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;
&lt;p&gt;MasterPageFile&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;~/MasterPage_new.master&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Title&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Manage Features&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;%&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Content&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;MainContent&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ContentPlaceHolderID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Main&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;body&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;col_main_left&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;user_assistance&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;a&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;content_start&amp;quot;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;a&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;h3&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;Actions&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;h3&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;p&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;HyperLink&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;BackToAdminLink&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;NavigateUrl&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;~/Admin/Default.aspx&amp;quot;&amp;gt;&lt;/font&gt;&lt;font size="2"&gt;back to Administration&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;HyperLink&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;p&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;col_main_right&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;DynamicAutoData&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;id&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;AutoData1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;div&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Content&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>&lt;asp:history control and save points problem</title><link>http://forums.asp.net/thread/2095874.aspx</link><pubDate>Tue, 08 Jan 2008 06:14:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2095874</guid><dc:creator>shikharjain2007</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2095874.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2095874</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi All,&lt;/p&gt;&lt;p&gt;I have implemented history control successfully on my website.i can store history points during partial page update by ajax and recover my state programatically.but the problem i am facing is ,after partial update if I redirect to other page then new page save in history and all my save points vanish&lt;/p&gt;&lt;p&gt;and the purpose of using history control goes waste .i mean when i click on browser&amp;#39;s back button then it take me to the last full rendered page instead of partial one.&lt;/p&gt;&lt;p&gt;Any help will be appriciated&lt;/p&gt;&lt;p&gt;Thanks and Regards&lt;/p&gt;&lt;p&gt;Shikhar&amp;nbsp;&lt;/p&gt;</description></item><item><title>Media server control</title><link>http://forums.asp.net/thread/2628278.aspx</link><pubDate>Wed, 17 Sep 2008 20:55:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2628278</guid><dc:creator>Andrew Jones</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2628278.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2628278</wfw:commentRss><description>&lt;p&gt;Is&amp;nbsp;the media server control able to play video content from silverlight.live.com?&lt;/p&gt;</description></item><item><title>futures and stored procs</title><link>http://forums.asp.net/thread/2755217.aspx</link><pubDate>Wed, 19 Nov 2008 13:51:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2755217</guid><dc:creator>kevison</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2755217.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2755217</wfw:commentRss><description>&lt;p&gt;I just started reading in this forum and looked into the demo that is also available.&amp;nbsp; Nice demo although im not familiar with iron python.&amp;nbsp; My question is in the demo the gentleman is working against a table.&amp;nbsp; Could the same sort of thing be done against stored procedures? &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>browser history do not work properly</title><link>http://forums.asp.net/thread/2268990.aspx</link><pubDate>Tue, 01 Apr 2008 14:11:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2268990</guid><dc:creator>hublubble</dc:creator><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/2268990.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2268990</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have an ajax enabled asp.net 2.0 page. There are some updatepanels on it and I use the history control to enable the browser history buttons. For first time the AddHistoryPoint method adds a history point to my history control. That works, I think. But on Navigate event, the args.State will contain no key! There is no entry in the dictionary! Therefore my navigation function breaks. Has anybody some similar effect? Or better a solution!&lt;/p&gt;
&lt;p&gt;Thnxs.&lt;/p&gt;</description></item><item><title>ASP.NET and streaming audio</title><link>http://forums.asp.net/thread/1716720.aspx</link><pubDate>Mon, 21 May 2007 04:31:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1716720</guid><dc:creator>JimmyJoe</dc:creator><slash:comments>12</slash:comments><comments>http://forums.asp.net/thread/1716720.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=1716720</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp; Does anyone know how to stream audio from a .net page without the user having to download the file?&amp;nbsp; I would like the user to click on a button and the file is loaded into their media player with no questions asked.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Noob learning Windows api - Anyone have any good tutorials / links they can provide</title><link>http://forums.asp.net/thread/2784044.aspx</link><pubDate>Thu, 04 Dec 2008 04:38:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2784044</guid><dc:creator>Shockwave100</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2784044.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2784044</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Cant seem to find much on API with asp.net. Can anyone provide some good links tutorials they have found useful?&lt;/p&gt;
&lt;p&gt;Basically I am trying to reference methods from an external application so I can run proceses native to it. &lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Shock&lt;/p&gt;</description></item></channel></rss>