<?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>Search results matching tag 'toolkit'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=toolkit&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'toolkit'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Ajax Calendar / Validation Callout</title><link>http://forums.asp.net/thread/3485290.aspx</link><pubDate>Fri, 30 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3485290</guid><dc:creator>Yanayaya</dc:creator><description>&lt;p&gt;&amp;nbsp;I am having and interesting problem and I am sure the solution is quite simple.&amp;nbsp; I have started using Ajaz extenders in my web forms, they truly are a blessing. However I have a webform that has a Textbox with a Calendar Extender and and textbox with Callout&amp;nbsp; Validation.&lt;/p&gt;
&lt;p&gt;The problem is when you click on the calendar....it is&amp;nbsp;also showing the validation callout. Any ideas why this is? I am assuming it is because it is posting the form but I need to know how to prevent this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;</description></item><item><title>SliderExtender - Automatically scrolls page down to the bottom</title><link>http://forums.asp.net/thread/3471133.aspx</link><pubDate>Thu, 22 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3471133</guid><dc:creator>talhaturan</dc:creator><description>&lt;p&gt;I have a sliderextender control on my page. There&amp;#39;s nothing wrong with the funcionality of it but in IE8, when I click on the slider handle image, the page automatically scrolls down to the bottom (as long as I keep holding the mouse button down).&lt;/p&gt;&lt;p&gt;It works fine on IE7, FF, Chrome and Opera.&lt;/p&gt;&lt;p&gt;Any ideas? Is it a bug of IE8 or something?&lt;/p&gt;&lt;p&gt;Note: If you check AjaxControlToolkit&amp;#39;s web site (&lt;b&gt;http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Slider/Slider.aspx&lt;/b&gt;) it does have the same problem. There are 4 slider examples there. The last one causes the page scrolls down when you click on the slider handle image.&lt;/p&gt;&lt;p&gt;Any help would be appreciated. Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>ModalPopup will close windows however Silverlight video will go on playing</title><link>http://forums.asp.net/thread/3414976.aspx</link><pubDate>Sat, 19 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3414976</guid><dc:creator>i3ny</dc:creator><description>&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;/p&gt;&lt;p dir="ltr" style="margin-left:20px;margin-right:0px;"&gt;function cancel() { window.parent.document.getElementById(&amp;#39;btnCancel&amp;#39;).click(); }&lt;/p&gt;&lt;p&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;
&amp;lt;body&amp;gt;
&lt;/p&gt;&lt;p dir="ltr" style="margin-left:20px;margin-right:0px;"&gt;&amp;lt;div class=&amp;quot;TitlebarRight&amp;quot; onclick=&amp;quot;cancel();&amp;quot;&amp;gt;Close&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;
&amp;lt;/body&amp;gt;&lt;/p&gt;</description></item><item><title>Re: hover delay problem</title><link>http://forums.asp.net/thread/3314880.aspx</link><pubDate>Mon, 27 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3314880</guid><dc:creator>TeH Brofessor</dc:creator><description>&lt;p&gt;As i was searching for a solution to this problem i came across an old forum post that suggested changing a line in the hovermenu behavior js file in the vb project for the ajax toolkit, which i did. I then rebuilt the solution to test it out and it worked perfectly. However where i changed the file only seems to have changed the behavior for when i run the sample websites. Can anyone point me to the file i can change and what steps i need to take to get the hovermenu.js to be edited in the project i am working on? thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>hover delay problem</title><link>http://forums.asp.net/thread/3310145.aspx</link><pubDate>Thu, 23 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3310145</guid><dc:creator>TeH Brofessor</dc:creator><description>&lt;p&gt;Hi, im trying to use the hover delay property for the ajax hovermenu extender but it says the property is not a valid attribute of the hovermenu extender, im using VS 2005 and the version of the toolkit i have is 1.0.20229. Is there a more updated version that i need for this property or patch i can apply? Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>autocomplete extender not working</title><link>http://forums.asp.net/thread/3142620.aspx</link><pubDate>Tue, 05 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3142620</guid><dc:creator>gtjr921</dc:creator><description>&lt;p&gt;&amp;nbsp;I have tried severl different ways to try to get the autocomplete extender form the tool kit to work. &lt;br /&gt;To no avail, I get no errors or anything, but the dropdowns for the auto complete never come up. I tried with firefox and ie&lt;br /&gt;&lt;br /&gt;here is my code&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&gt;    &amp;lt;EditItemTemplate&amp;gt;&lt;br /&gt;&lt;b id="2"&gt;2    &lt;/b&gt;                  &lt;span style="font-weight:bold;"&gt;    &amp;lt;&lt;/span&gt;&lt;span style="font-weight:bold;" class="tag"&gt;AjaxTool:AutoCompleteExtender&lt;/span&gt;&lt;span style="font-weight:bold;" class="attr"&gt; TargetControlID=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;txtCptED&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;" class="attr"&gt; ID=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;cptExtend&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;" class="attr"&gt; runat=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;"&gt; &lt;/span&gt;&lt;br style="font-weight:bold;" /&gt;&lt;b style="font-weight:bold;" id="3"&gt;3    &lt;/b&gt;&lt;span style="font-weight:bold;" class="attr"&gt;                      Servicepath=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;~/App_Code/AutoCompCPTCode.asmx&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;" class="attr"&gt; ServiceMethod=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;GetCptCodeList&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;"&gt; &lt;/span&gt;&lt;br style="font-weight:bold;" /&gt;&lt;b style="font-weight:bold;" id="4"&gt;4    &lt;/b&gt;&lt;span style="font-weight:bold;" class="attr"&gt;                      MinimumPrefixLength=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;2&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;" class="attr"&gt; CompletionSetCount=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;15&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;" class="attr"&gt; EnableCaching=&lt;/span&gt;&lt;span style="font-weight:bold;" class="attrv"&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span style="font-weight:bold;"&gt; &amp;gt;&lt;/span&gt;&lt;br style="font-weight:bold;" /&gt;&lt;b style="font-weight:bold;" id="5"&gt;5    &lt;/b&gt;&lt;span style="font-weight:bold;"&gt;                      &amp;lt;/&lt;/span&gt;&lt;span style="font-weight:bold;" class="tag"&gt;AjaxTool:AutoCompleteExtender&lt;/span&gt;&lt;span style="font-weight:bold;"&gt;  &amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;b id="6"&gt;6    &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;txtCptED&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;#39;&lt;span class="dir"&gt;&amp;lt;%#&lt;/span&gt; Bind(&amp;quot;CptCodeID&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:TextBox&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="7"&gt;7    &lt;/b&gt;            &lt;br /&gt;&lt;b id="13"&gt;13   &lt;/b&gt;                  &amp;lt;/&lt;span class="tag"&gt;EditItemTemplate&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Web&lt;br /&gt;&lt;b id="2"&gt;2    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Web.Services&lt;br /&gt;&lt;b id="3"&gt;3    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Web.Services.Protocols&lt;br /&gt;&lt;b id="4"&gt;4    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; VaBillingNS&lt;br /&gt;&lt;b id="5"&gt;5    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Data&lt;br /&gt;&lt;b id="6"&gt;6    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Collections.Generic&lt;br /&gt;&lt;b id="7"&gt;7    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System&lt;br /&gt;&lt;b id="8"&gt;8    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Configuration&lt;br /&gt;&lt;b id="9"&gt;9    &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Data.SqlClient&lt;br /&gt;&lt;b id="10"&gt;10   &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Collections&lt;br /&gt;&lt;b id="11"&gt;11   &lt;/b&gt;&lt;span class="kwd"&gt;Imports&lt;/span&gt; System.Web.Script.Services&lt;br /&gt;&lt;b id="12"&gt;12   &lt;/b&gt;&lt;br /&gt;&lt;b id="13"&gt;13   &lt;/b&gt;&amp;amp;lt;WebService(&lt;span class="kwd"&gt;Namespace&lt;/span&gt;:=&lt;span class="st"&gt;&amp;quot;http://tempuri.org/&amp;quot;&lt;/span&gt;)&amp;amp;gt; _&lt;br /&gt;&lt;b id="14"&gt;14   &lt;/b&gt;&amp;lt;WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)&amp;gt; _&lt;br /&gt;&lt;b id="15"&gt;15   &lt;/b&gt;&amp;lt;Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()&amp;gt; _&lt;br /&gt;&lt;b id="16"&gt;16   &lt;/b&gt;&lt;span style="font-weight:bold;"&gt;&amp;lt;System.Web.Script.Services.ScriptService()&amp;gt; _&lt;/span&gt;&lt;br /&gt;&lt;b id="17"&gt;17   &lt;/b&gt;&lt;span class="kwd"&gt;Public Class&lt;/span&gt; AutoCompCPTCode&lt;br /&gt;&lt;b id="18"&gt;18   &lt;/b&gt;    &lt;span class="kwd"&gt;Inherits&lt;/span&gt; System.Web.Services.WebService&lt;br /&gt;&lt;b id="19"&gt;19   &lt;/b&gt; &lt;br /&gt;&lt;b id="20"&gt;20   &lt;/b&gt;&lt;br /&gt;&lt;b id="21"&gt;21   &lt;/b&gt;    &lt;span class="kwd"&gt;Public Sub New&lt;/span&gt;()&lt;br /&gt;&lt;b id="22"&gt;22   &lt;/b&gt;        &lt;span class="cmt"&gt;&amp;#39;constructor&lt;/span&gt;&lt;br /&gt;&lt;b id="23"&gt;23   &lt;/b&gt;    &lt;span class="kwd"&gt;End Sub&lt;/span&gt;&lt;br /&gt;&lt;b id="24"&gt;24   &lt;/b&gt;&lt;br /&gt;&lt;b id="25"&gt;25   &lt;/b&gt; &lt;br /&gt;&lt;b id="26"&gt;26   &lt;/b&gt;    &amp;lt;WebMethod(Description:=&lt;span class="st"&gt;&amp;quot;Method to retrieveCptCode List&amp;quot;&lt;/span&gt;)&amp;gt; _&lt;br /&gt;&lt;b id="27"&gt;27   &lt;/b&gt;   &lt;span class="kwd"&gt;Public Function&lt;/span&gt; GetCptCodeList(&lt;span class="kwd"&gt;ByVal&lt;/span&gt; prefixText &lt;span class="kwd"&gt;As String&lt;/span&gt;, &lt;span class="kwd"&gt;ByVal&lt;/span&gt; count &lt;span class="kwd"&gt;As Integer&lt;/span&gt;) &lt;span class="kwd"&gt;As&lt;/span&gt; Array&lt;br /&gt;&lt;b id="28"&gt;28   &lt;/b&gt;&lt;br /&gt;&lt;b id="29"&gt;29   &lt;/b&gt;        &lt;span class="kwd"&gt;Dim&lt;/span&gt; SqlConnection1 &lt;span class="kwd"&gt;As New&lt;/span&gt; SqlConnection(ConfigurationManager.AppSettings(&lt;span class="st"&gt;&amp;quot;VaBillingConn&amp;quot;&lt;/span&gt;))&lt;br /&gt;&lt;b id="30"&gt;30   &lt;/b&gt;&lt;br /&gt;&lt;b id="31"&gt;31   &lt;/b&gt;        &lt;span class="kwd"&gt;Dim&lt;/span&gt; SqlCommand1 &lt;span class="kwd"&gt;As New&lt;/span&gt; SqlCommand(&lt;span class="st"&gt;&amp;quot;SELECT Code from CPTCodes&amp;quot;&lt;/span&gt;, SqlConnection1)&lt;br /&gt;&lt;b id="32"&gt;32   &lt;/b&gt;&lt;br /&gt;&lt;b id="33"&gt;33   &lt;/b&gt;&lt;br /&gt;&lt;b id="34"&gt;34   &lt;/b&gt;&lt;br /&gt;&lt;b id="35"&gt;35   &lt;/b&gt;       &lt;br /&gt;&lt;b id="36"&gt;36   &lt;/b&gt;&lt;br /&gt;&lt;b id="37"&gt;37   &lt;/b&gt;        &lt;span class="kwd"&gt;Dim&lt;/span&gt; Codes &lt;span class="kwd"&gt;As New&lt;/span&gt; List(Of &lt;span class="kwd"&gt;String&lt;/span&gt;)&lt;br /&gt;&lt;b id="38"&gt;38   &lt;/b&gt;&lt;br /&gt;&lt;b id="39"&gt;39   &lt;/b&gt;        SqlConnection1.Open()&lt;br /&gt;&lt;b id="40"&gt;40   &lt;/b&gt;&lt;br /&gt;&lt;b id="41"&gt;41   &lt;/b&gt;        &lt;span class="kwd"&gt;Dim&lt;/span&gt; dr &lt;span class="kwd"&gt;As&lt;/span&gt; SqlDataReader = SqlCommand1.ExecuteReader(CommandBehavior.CloseConnection)&lt;br /&gt;&lt;b id="42"&gt;42   &lt;/b&gt;&lt;br /&gt;&lt;b id="43"&gt;43   &lt;/b&gt;&lt;br /&gt;&lt;b id="44"&gt;44   &lt;/b&gt;&lt;br /&gt;&lt;b id="45"&gt;45   &lt;/b&gt;        &lt;span class="kwd"&gt;While&lt;/span&gt; dr.Read&lt;br /&gt;&lt;b id="46"&gt;46   &lt;/b&gt;&lt;br /&gt;&lt;b id="47"&gt;47   &lt;/b&gt;            Codes.Add(dr(0).ToString)&lt;br /&gt;&lt;b id="48"&gt;48   &lt;/b&gt;&lt;br /&gt;&lt;b id="49"&gt;49   &lt;/b&gt;        &lt;span class="kwd"&gt;End While&lt;br /&gt;&lt;b id="50"&gt;50   &lt;/b&gt;&lt;br /&gt;&lt;b id="51"&gt;51   &lt;/b&gt;&lt;br /&gt;&lt;b id="52"&gt;52   &lt;/b&gt;&lt;br /&gt;&lt;b id="53"&gt;53   &lt;/b&gt;        Return&lt;/span&gt; Codes.ToArray&lt;br /&gt;&lt;b id="54"&gt;54   &lt;/b&gt;&lt;br /&gt;&lt;b id="55"&gt;55   &lt;/b&gt;&lt;br /&gt;&lt;b id="56"&gt;56   &lt;/b&gt;&lt;br /&gt;&lt;b id="57"&gt;57   &lt;/b&gt;    &lt;span class="kwd"&gt;End Function&lt;br /&gt;&lt;b id="58"&gt;58   &lt;/b&gt;End&lt;/span&gt; CLass&lt;br /&gt;&lt;/pre&gt;&amp;nbsp;&amp;nbsp;&lt;/pre&gt;&amp;nbsp;&amp;nbsp;</description></item><item><title>Trouble with secure ajax modal windows</title><link>http://forums.asp.net/thread/3062385.aspx</link><pubDate>Fri, 03 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3062385</guid><dc:creator>kbeniek</dc:creator><description>&lt;p&gt;We recently failed a security audit due to our login occuring in a non-secure modal window.&amp;nbsp; Does anyone know how and if we can make a non-ssl page pop a ajax modal window via secure connection and at the same time if possible show the padlock on the non-secure page.&amp;nbsp; I&amp;#39;m guessing that the padlock may be a problem since the page it would be on wouldn&amp;#39;t be a secure page but if it was possible it would be nice to know. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>I get a Compiler Error Message</title><link>http://forums.asp.net/thread/2914701.aspx</link><pubDate>Wed, 04 Feb 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2914701</guid><dc:creator>baharanji</dc:creator><description>&lt;p&gt;CS0012: &lt;font&gt;The type &amp;#39;System.Web.UI.ScriptManager&amp;#39; is defined in an assembly that is not referenced. You must add a reference to assembly &amp;#39;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;#39;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is how this happened, I wanted to add an ajax CalenderExtender to a project and then i saved project and from the IIS i ran it , and i got the previous error, i have everything in place all the dll references in the project and in the toolbox are fine&amp;nbsp;and everything ran perfectly before.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All the projects that were running before, have problems right now, some in the update panel, others in the script manager, and i don&amp;#39;t have a clue what&amp;#39;s going on, and i am about to lose my mind.&lt;/p&gt;
&lt;p&gt;so if anyone knows wut&amp;#39;s going on, your help will be appreciated.&lt;/p&gt;</description></item><item><title>Re: Validator Callout Extender Scrollbar Problem</title><link>http://forums.asp.net/thread/2833761.aspx</link><pubDate>Sat, 27 Dec 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2833761</guid><dc:creator>net fan</dc:creator><description>&lt;p&gt;Thanks Anas,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve downloaded the latest ajax tool. However, I don&amp;#39;t think the problem was because of the version.&lt;/p&gt;
&lt;p&gt;The code I posted previously will work fine if you add the following line:&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;!&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;DOCTYPE&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;html&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;PUBLIC&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;In my case, I can&amp;#39;t add this line because I&amp;#39;ll lose the style of my pages. Do you know what can I do ??&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Button on PopupControl causing click on the button on parent page</title><link>http://forums.asp.net/thread/2822349.aspx</link><pubDate>Sat, 20 Dec 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2822349</guid><dc:creator>ruchitgarg</dc:creator><description>&lt;p&gt;I have implemented a&amp;nbsp;Popupcontrol which has a text box and a button( say a)&amp;nbsp;on it. It works good when I am in a page which does not have any buttons on it. But whenever there is a button (say b)&amp;nbsp;on the parent page, i am facing multiple issues:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;1-&amp;nbsp;My parent page does not get updated as expected.&lt;/p&gt;
&lt;p&gt;2- Pop-up control does not disappear.&lt;/p&gt;
&lt;p&gt;3- Button b click event gets fired...( which i think is the main problem why about #1 &amp;amp; 2) is not happening.&lt;/p&gt;
&lt;p&gt;What is that I am doing wrong here?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I see similar issue when I use modalPopUp &lt;/p&gt;</description></item></channel></rss>