<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hiding the ListSearch Extender Prompt Message</title>
	<atom:link href="http://damianblog.com/2007/06/19/hide-lse-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://damianblog.com/2007/06/19/hide-lse-prompt/</link>
	<description>.NET from Geneva, Switzerland</description>
	<lastBuildDate>Mon, 07 May 2012 06:33:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: nathaniel engelsen</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-111</link>
		<dc:creator>nathaniel engelsen</dc:creator>
		<pubDate>Fri, 25 Apr 2008 14:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-111</guid>
		<description>I&#039;m referencing the style.css CSS file inside of the master page.  The LSE is on a DropDownList and both are inside of a table cell.

The table cell has borders and background set by classes from within the style.css, so it&#039;s definitely being properly referenced.

All of this, btw, is inside of an UpdatePanel.

Also, I tried doing a custom Animation using HideAction, but the documentation for a ListSearchExtender mentions the OnShow and OnHide events, neither of which exist, apparently, because I get an error when I try to wire them to the animation.

But here&#039;s what apparently worked --

When I moved the ListSearchExtender out of the table cell it was in (but still within a master layout table), it apparently decided to stay hidden.</description>
		<content:encoded><![CDATA[<p>I&#8217;m referencing the style.css CSS file inside of the master page.  The LSE is on a DropDownList and both are inside of a table cell.</p>
<p>The table cell has borders and background set by classes from within the style.css, so it&#8217;s definitely being properly referenced.</p>
<p>All of this, btw, is inside of an UpdatePanel.</p>
<p>Also, I tried doing a custom Animation using HideAction, but the documentation for a ListSearchExtender mentions the OnShow and OnHide events, neither of which exist, apparently, because I get an error when I try to wire them to the animation.</p>
<p>But here&#8217;s what apparently worked &#8211;</p>
<p>When I moved the ListSearchExtender out of the table cell it was in (but still within a master layout table), it apparently decided to stay hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmehers</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-110</link>
		<dc:creator>dmehers</dc:creator>
		<pubDate>Fri, 25 Apr 2008 08:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-110</guid>
		<description>Hi Nathaniel,

How are you referencing the style.css CSS from your ASP.NET page?

Could you try using another class from the CSS file in your ASP.NET page to ensure that the CSS is being properly referenced?</description>
		<content:encoded><![CDATA[<p>Hi Nathaniel,</p>
<p>How are you referencing the style.css CSS from your ASP.NET page?</p>
<p>Could you try using another class from the CSS file in your ASP.NET page to ensure that the CSS is being properly referenced?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathaniel engelsen</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-109</link>
		<dc:creator>nathaniel engelsen</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-109</guid>
		<description>Yeah, it&#039;s completely ignoring my css class.  I can change it to anything I want and it&#039;s not doing it.</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s completely ignoring my css class.  I can change it to anything I want and it&#8217;s not doing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathaniel engelsen</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-108</link>
		<dc:creator>nathaniel engelsen</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-108</guid>
		<description>ok, it killed the HTML out of my .ASPX. let&#039;s try unicode.

&#8220;asp:DropDownList ID=&quot;ddlCommodity&quot; runat=&quot;server&quot; Width=&quot;250px&quot; DataTextField=&quot;commoditydesc&quot; DataValueField=&quot;commodityid&quot;&#8221;
                            &#8220;/asp:DropDownList&#8221;

&#8220;cc1:ListSearchExtender PromptCssClass=&quot;noshow&quot; id=&quot;lseCommodity&quot; runat=&quot;server&quot; TargetControlID=&quot;ddlCommodity&quot;/&#8221;</description>
		<content:encoded><![CDATA[<p>ok, it killed the HTML out of my .ASPX. let&#8217;s try unicode.</p>
<p>&#8220;asp:DropDownList ID=&#8221;ddlCommodity&#8221; runat=&#8221;server&#8221; Width=&#8221;250px&#8221; DataTextField=&#8221;commoditydesc&#8221; DataValueField=&#8221;commodityid&#8221;&#8221;<br />
                            &#8220;/asp:DropDownList&#8221;</p>
<p>&#8220;cc1:ListSearchExtender PromptCssClass=&#8221;noshow&#8221; id=&#8221;lseCommodity&#8221; runat=&#8221;server&#8221; TargetControlID=&#8221;ddlCommodity&#8221;/&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathaniel engelsen</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-107</link>
		<dc:creator>nathaniel engelsen</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-107</guid>
		<description>Right.  This isn&#039;t working for me.

.NET Framework 2.0.

I have:





in my .ASPX page, and

.noshow
{
	display: none;
}

inside of my style.css</description>
		<content:encoded><![CDATA[<p>Right.  This isn&#8217;t working for me.</p>
<p>.NET Framework 2.0.</p>
<p>I have:</p>
<p>in my .ASPX page, and</p>
<p>.noshow<br />
{<br />
	display: none;<br />
}</p>
<p>inside of my style.css</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PT</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-105</link>
		<dc:creator>PT</dc:creator>
		<pubDate>Thu, 13 Mar 2008 01:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-105</guid>
		<description>I got hiding &#039;type to search&#039; works. I was trying to add and use &#039;css&#039; file from AjaxControlToolkit, whereas the solution is I just need to create a new css file for my project and add the &#039;style&#039; code there and call it from my aspx file. See? I&#039;m a noob here, don&#039;t know which stylesheet you guys were talking about and I&#039;m looking for it. Thanks again!</description>
		<content:encoded><![CDATA[<p>I got hiding &#8216;type to search&#8217; works. I was trying to add and use &#8216;css&#8217; file from AjaxControlToolkit, whereas the solution is I just need to create a new css file for my project and add the &#8216;style&#8217; code there and call it from my aspx file. See? I&#8217;m a noob here, don&#8217;t know which stylesheet you guys were talking about and I&#8217;m looking for it. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PT</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-104</link>
		<dc:creator>PT</dc:creator>
		<pubDate>Thu, 13 Mar 2008 00:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-104</guid>
		<description>Thanks for the reply dmehers. I tried it, but it only works for list search in SampleWebsite, and doesn&#039;t even work for ToolkitTests project and neither for my project. Any idea what might the cause be?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply dmehers. I tried it, but it only works for list search in SampleWebsite, and doesn&#8217;t even work for ToolkitTests project and neither for my project. Any idea what might the cause be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmehers</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-103</link>
		<dc:creator>dmehers</dc:creator>
		<pubDate>Fri, 07 Mar 2008 18:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-103</guid>
		<description>You shouldn&#039;t need to create a new DLL or update the control toolkit to work -- just define the CSS and use the CSS class as the PromptCssClass ...</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t need to create a new DLL or update the control toolkit to work &#8212; just define the CSS and use the CSS class as the PromptCssClass &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PT</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-106</link>
		<dc:creator>PT</dc:creator>
		<pubDate>Fri, 07 Mar 2008 06:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-106</guid>
		<description>Hi,

I have updated my code in AJAXControlToolkit and put new dll into bin folder of the application. But I don&#039;t see the the changes(mean I&#039;m still seeing &#039;type to search&#039; which I wanted to use dontshowprompt css class). I also can&#039;t see the updates when I run Toolkit test project which is inside the same project. And when I run SampleWebSite under that project, first time click on the list got a javascript error and later, it works.
Can you please point me out, where to put new dll and whether am I on the right track or not? Actually, I want to display the text typing on status bar, but no &#039;type to search&#039; text. Can you show me how that can be done?

thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have updated my code in AJAXControlToolkit and put new dll into bin folder of the application. But I don&#8217;t see the the changes(mean I&#8217;m still seeing &#8216;type to search&#8217; which I wanted to use dontshowprompt css class). I also can&#8217;t see the updates when I run Toolkit test project which is inside the same project. And when I run SampleWebSite under that project, first time click on the list got a javascript error and later, it works.<br />
Can you please point me out, where to put new dll and whether am I on the right track or not? Actually, I want to display the text typing on status bar, but no &#8216;type to search&#8217; text. Can you show me how that can be done?</p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idetrorce</title>
		<link>http://damianblog.com/2007/06/19/hide-lse-prompt/comment-page-1/#comment-102</link>
		<dc:creator>Idetrorce</dc:creator>
		<pubDate>Sat, 15 Dec 2007 13:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/06/19/hide-lse-prompt/#comment-102</guid>
		<description>very interesting, but I don&#039;t agree with you
Idetrorce</description>
		<content:encoded><![CDATA[<p>very interesting, but I don&#8217;t agree with you<br />
Idetrorce</p>
]]></content:encoded>
	</item>
</channel>
</rss>

