<?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: C# – Autocomplete Textbox</title>
	<atom:link href="http://www.farooqazam.net/c-sharp-autocomplete-textbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/</link>
	<description>Unity 3D, Game Development and C# Programming.</description>
	<lastBuildDate>Tue, 06 Dec 2011 13:14:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kunal Yande</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-26207</link>
		<dc:creator>Kunal Yande</dc:creator>
		<pubDate>Mon, 01 Aug 2011 13:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-26207</guid>
		<description>Great......

:-)

I thinking about do it my self.........

You save my time.</description>
		<content:encoded><![CDATA[<p>Great&#8230;&#8230;</p>
<p> <img src='http://www.farooqazam.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I thinking about do it my self&#8230;&#8230;&#8230;</p>
<p>You save my time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-20393</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Thu, 23 Jun 2011 16:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-20393</guid>
		<description>Hi Kumar,

I am sorry AutoCompleteExtender is an ASP.NET control and I am not good with ASP.NET.

Check this link:

&lt;a href=&quot;http://www.codeproject.com/KB/webforms/PostbackAutoCompleteExten.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.codeproject.com/KB/....&lt;/a&gt;

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Kumar,</p>
<p>I am sorry AutoCompleteExtender is an ASP.NET control and I am not good with ASP.NET.</p>
<p>Check this link:</p>
<p><a href="http://www.codeproject.com/KB/webforms/PostbackAutoCompleteExten.aspx" rel="nofollow">http://www.codeproject.com/KB/&#8230;.</a></p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinay Kumar</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-16201</link>
		<dc:creator>Abhinay Kumar</dc:creator>
		<pubDate>Fri, 06 May 2011 01:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-16201</guid>
		<description>Hiiiiiiiii Sir.This is abhinay from Vizag.

How to implement AutoCompleteExtender for single textbox for multiple attributes to retrieve the values?

For example I am having a student database with attributes RollNo,Name,Address,Marks.

Now i want to implement AutoCompleteExtender for single textbox for the attributes i.e.RollNo,Name,Address,Marks.to retrieve the values?Is it possible.If so please suggest me how to approach. And also please explain me with an example.

Thank you in Advance</description>
		<content:encoded><![CDATA[<p>Hiiiiiiiii Sir.This is abhinay from Vizag.</p>
<p>How to implement AutoCompleteExtender for single textbox for multiple attributes to retrieve the values?</p>
<p>For example I am having a student database with attributes RollNo,Name,Address,Marks.</p>
<p>Now i want to implement AutoCompleteExtender for single textbox for the attributes i.e.RollNo,Name,Address,Marks.to retrieve the values?Is it possible.If so please suggest me how to approach. And also please explain me with an example.</p>
<p>Thank you in Advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frayx</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-15263</link>
		<dc:creator>Frayx</dc:creator>
		<pubDate>Sat, 23 Apr 2011 20:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-15263</guid>
		<description>How to download it?</description>
		<content:encoded><![CDATA[<p>How to download it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-10518</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Fri, 04 Feb 2011 09:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-10518</guid>
		<description>@kjh: Sorry for the confusion. You can check all the three properties at MSDN website:

- &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletesource.aspx&quot; rel=&quot;nofollow&quot;&gt;AutoCompleteSource&lt;/a&gt;
- &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletecustomsource.aspx&quot; rel=&quot;nofollow&quot;&gt;AutoCompleteCustomSource&lt;/a&gt;
- &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletemode.aspx&quot; rel=&quot;nofollow&quot;&gt;AutoCompleteMode&lt;/a&gt;

You can check that yourself. By the way, are you using ASP.NET?</description>
		<content:encoded><![CDATA[<p>@kjh: Sorry for the confusion. You can check all the three properties at MSDN website:</p>
<p>- <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletesource.aspx" rel="nofollow">AutoCompleteSource</a><br />
- <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletecustomsource.aspx" rel="nofollow">AutoCompleteCustomSource</a><br />
- <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletemode.aspx" rel="nofollow">AutoCompleteMode</a></p>
<p>You can check that yourself. By the way, are you using ASP.NET?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjh</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-10501</link>
		<dc:creator>kjh</dc:creator>
		<pubDate>Fri, 04 Feb 2011 01:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-10501</guid>
		<description>Farooq, there isn&#039;t any such properties either in visual studio or web devloper.Images he has palced over here are morphed to make people fool.</description>
		<content:encoded><![CDATA[<p>Farooq, there isn&#8217;t any such properties either in visual studio or web devloper.Images he has palced over here are morphed to make people fool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-1917</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Thu, 22 Jul 2010 07:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-1917</guid>
		<description>Sorry, those options might not be available in ASP.NET. Google it.

Here&#039;s one:
&lt;a href=&quot;http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/AutoComplete/AutoComplete.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.asp.net/.../AutoComplete.aspx&lt;/a&gt;

Thanks</description>
		<content:encoded><![CDATA[<p>Sorry, those options might not be available in ASP.NET. Google it.</p>
<p>Here&#8217;s one:<br />
<a href="http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/AutoComplete/AutoComplete.aspx" rel="nofollow">http://www.asp.net/&#8230;/AutoComplete.aspx</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyand</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-1916</link>
		<dc:creator>Riyand</dc:creator>
		<pubDate>Thu, 22 Jul 2010 06:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-1916</guid>
		<description>I&#039;m using ASP.net.
How do i get the 3 options (“AutoCompleteMode”, “AutocompleteSource” and “AutoCompleteCustomSource”) ?
Or with other sintax???
Thanx :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m using ASP.net.<br />
How do i get the 3 options (“AutoCompleteMode”, “AutocompleteSource” and “AutoCompleteCustomSource”) ?<br />
Or with other sintax???<br />
Thanx <img src='http://www.farooqazam.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-1640</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Wed, 30 Jun 2010 17:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-1640</guid>
		<description>That error has nothing to do with the AutoComplete. 

Check this link:
&lt;a href=&quot;http://stackoverflow.com/questions/222649/winforms-issue-error-creating-window-handle&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/....&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>That error has nothing to do with the AutoComplete. </p>
<p>Check this link:<br />
<a href="http://stackoverflow.com/questions/222649/winforms-issue-error-creating-window-handle" rel="nofollow">http://stackoverflow.com/questions/&#8230;.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozhan Ostovar</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/#comment-1637</link>
		<dc:creator>Ozhan Ostovar</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=207#comment-1637</guid>
		<description>hi 
its usefull ... i have a questions ... if i use it for textbox in tab control it throw a exception whit this message : Error creating window handle

this is my Code: 

    AutoCompleteStringCollection data = new AutoCompleteStringCollection();
            SqlCommand cmd1 = new SqlCommand();
            cmd1.Connection = new myConnection().Cnn;
            cmd1.CommandText = &quot;select * from RegCustomer&quot;;
            SqlDataReader dr1 = cmd1.ExecuteReader();
            ArrayList ListArray = new ArrayList();
            while (dr1.Read())
            {
                ListArray.Add(dr1[2].ToString());
            }

            for (int i = 0; i &lt; ListArray.Count; i++)
            {
                data.Add(ListArray[i].ToString());
            }
            txtCustomerName.AutoCompleteSource = AutoCompleteSource.CustomSource;
            txtCustomerName.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
            txtCustomerName.AutoCompleteCustomSource = data;</description>
		<content:encoded><![CDATA[<p>hi<br />
its usefull &#8230; i have a questions &#8230; if i use it for textbox in tab control it throw a exception whit this message : Error creating window handle</p>
<p>this is my Code: </p>
<p>    AutoCompleteStringCollection data = new AutoCompleteStringCollection();<br />
            SqlCommand cmd1 = new SqlCommand();<br />
            cmd1.Connection = new myConnection().Cnn;<br />
            cmd1.CommandText = &#8220;select * from RegCustomer&#8221;;<br />
            SqlDataReader dr1 = cmd1.ExecuteReader();<br />
            ArrayList ListArray = new ArrayList();<br />
            while (dr1.Read())<br />
            {<br />
                ListArray.Add(dr1[2].ToString());<br />
            }</p>
<p>            for (int i = 0; i &lt; ListArray.Count; i++)<br />
            {<br />
                data.Add(ListArray[i].ToString());<br />
            }<br />
            txtCustomerName.AutoCompleteSource = AutoCompleteSource.CustomSource;<br />
            txtCustomerName.AutoCompleteMode = AutoCompleteMode.SuggestAppend;<br />
            txtCustomerName.AutoCompleteCustomSource = data;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

