<?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 for Farooq Azam</title>
	<atom:link href="http://www.farooqazam.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farooqazam.net</link>
	<description>C# &#38; .NET Programming Blog</description>
	<lastBuildDate>Thu, 22 Jul 2010 07:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on C# &#8211; Autocomplete Textbox by Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/comment-page-1/#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:
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/AutoComplete/AutoComplete.aspx

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/ajax/ajaxcontroltoolkit/Samples/AutoComplete/AutoComplete.aspx</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# &#8211; Autocomplete Textbox by Riyand</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/comment-page-1/#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>Comment on Crop Image &#8211; C# and VB.NET by Farooq Azam</title>
		<link>http://www.farooqazam.net/crop-image-c-sharp-and-vb-net/comment-page-1/#comment-1727</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=239#comment-1727</guid>
		<description>Sorry, I don&#039;t have Vs2005.

Download the source code. And make a new project in Vs2005 and copy the code from the &quot;.cs&quot; files.</description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t have Vs2005.</p>
<p>Download the source code. And make a new project in Vs2005 and copy the code from the &#8220;.cs&#8221; files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Auto click button and auto fill form by Parham</title>
		<link>http://www.farooqazam.net/c-sharp-auto-click-button-and-auto-fill-form/comment-page-1/#comment-1711</link>
		<dc:creator>Parham</dc:creator>
		<pubDate>Wed, 07 Jul 2010 05:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=162#comment-1711</guid>
		<description>corrected HTML tags ( * for &amp; g t and &amp; l t and \ as slashs)
Web App. Code sample

*asp:ScriptManager ID=&quot;ScriptManager1&quot; runat=&quot;server&quot;*
*\asp:ScriptManager*
*table width=&quot;100%&quot;*
  *tr*
    *td align=&quot;center&quot;*
      *asp:UpdatePanel ID=&quot;UpdatePanel1&quot; runat=&quot;server&quot;*
        *ContentTemplate*
          *table width=&quot;100%&quot;*
            .
            .Some controls
            . Search BUTTON and TEXT BOX
            .
            *tr
              *td
                *asp:Label ID=&quot;APT_NAME&quot; runat=&quot;server&quot;* *\asp:Label*
              *\td
            *\tr
            .
            .
          *\table*
        *\ContentTemplate*
      *\asp:UpdatePanel*
.
.

I can navigate to this page and fill the search textbox and click the search button with the your sample code (its work fine)
but after that when web app. fill the Label(&quot;APT_NAME&quot;), webBrowser1_DocumentCompleted does not raise
and when I see VIEW SOURCE i found my label here

*td style=&quot;width: 25%; height: 14px;&quot; align=&quot;right&quot;*
	*span id=&quot;ctl00_ContentPlaceHolder1_MobileFileInfo2_APT_NAME&quot;* *\span*
*\td*

offcourse i raise it manualy after my search Button clicked

but element value is empty


i try AxWebBrowser and its the same!
is that possible to catch o access elements values where updates with ajax?
thanks</description>
		<content:encoded><![CDATA[<p>corrected HTML tags ( * for &amp; g t and &amp; l t and \ as slashs)<br />
Web App. Code sample</p>
<p>*asp:ScriptManager ID=&#8221;ScriptManager1&#8243; runat=&#8221;server&#8221;*<br />
*\asp:ScriptManager*<br />
*table width=&#8221;100%&#8221;*<br />
  *tr*<br />
    *td align=&#8221;center&#8221;*<br />
      *asp:UpdatePanel ID=&#8221;UpdatePanel1&#8243; runat=&#8221;server&#8221;*<br />
        *ContentTemplate*<br />
          *table width=&#8221;100%&#8221;*<br />
            .<br />
            .Some controls<br />
            . Search BUTTON and TEXT BOX<br />
            .<br />
            *tr<br />
              *td<br />
                *asp:Label ID=&#8221;APT_NAME&#8221; runat=&#8221;server&#8221;* *\asp:Label*<br />
              *\td<br />
            *\tr<br />
            .<br />
            .<br />
          *\table*<br />
        *\ContentTemplate*<br />
      *\asp:UpdatePanel*<br />
.<br />
.</p>
<p>I can navigate to this page and fill the search textbox and click the search button with the your sample code (its work fine)<br />
but after that when web app. fill the Label(&#8220;APT_NAME&#8221;), webBrowser1_DocumentCompleted does not raise<br />
and when I see VIEW SOURCE i found my label here</p>
<p>*td style=&#8221;width: 25%; height: 14px;&#8221; align=&#8221;right&#8221;*<br />
	*span id=&#8221;ctl00_ContentPlaceHolder1_MobileFileInfo2_APT_NAME&#8221;* *\span*<br />
*\td*</p>
<p>offcourse i raise it manualy after my search Button clicked</p>
<p>but element value is empty</p>
<p>i try AxWebBrowser and its the same!<br />
is that possible to catch o access elements values where updates with ajax?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Auto click button and auto fill form by Parham</title>
		<link>http://www.farooqazam.net/c-sharp-auto-click-button-and-auto-fill-form/comment-page-1/#comment-1710</link>
		<dc:creator>Parham</dc:creator>
		<pubDate>Wed, 07 Jul 2010 05:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=162#comment-1710</guid>
		<description>Web App. Code sample




  
    
      
        
          
            .
            .Some controls
            . Search BUTTON and TEXT BOX
            .
            
              
                
              
            
            .
            .
          
        
      
.
.

I can navigate to this page and fill the search textbox and click the search button with the your sample code (its work fine)
but after that when web app. fill the Label(&quot;APT_NAME&quot;), webBrowser1_DocumentCompleted does not raise
and when I see VIEW SOURCE i found my label here


	


offcourse i raise it manualy after my search Button clicked

but element value is empty


i try AxWebBrowser and its the same!
is that possible to catch o access elements values where updates with ajax?
thanks</description>
		<content:encoded><![CDATA[<p>Web App. Code sample</p>
<p>            .<br />
            .Some controls<br />
            . Search BUTTON and TEXT BOX<br />
            .</p>
<p>            .<br />
            .</p>
<p>.<br />
.</p>
<p>I can navigate to this page and fill the search textbox and click the search button with the your sample code (its work fine)<br />
but after that when web app. fill the Label(&#8220;APT_NAME&#8221;), webBrowser1_DocumentCompleted does not raise<br />
and when I see VIEW SOURCE i found my label here</p>
<p>offcourse i raise it manualy after my search Button clicked</p>
<p>but element value is empty</p>
<p>i try AxWebBrowser and its the same!<br />
is that possible to catch o access elements values where updates with ajax?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crop Image &#8211; C# and VB.NET by Niranjan Bestha</title>
		<link>http://www.farooqazam.net/crop-image-c-sharp-and-vb-net/comment-page-1/#comment-1709</link>
		<dc:creator>Niranjan Bestha</dc:creator>
		<pubDate>Wed, 07 Jul 2010 05:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=239#comment-1709</guid>
		<description>plz send crop image source code in visual studion 2005 version</description>
		<content:encoded><![CDATA[<p>plz send crop image source code in visual studion 2005 version</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Auto click button and auto fill form by Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-auto-click-button-and-auto-fill-form/comment-page-1/#comment-1704</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Tue, 06 Jul 2010 14:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=162#comment-1704</guid>
		<description>Can you post your code, please?</description>
		<content:encoded><![CDATA[<p>Can you post your code, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Auto click button and auto fill form by Parham</title>
		<link>http://www.farooqazam.net/c-sharp-auto-click-button-and-auto-fill-form/comment-page-1/#comment-1703</link>
		<dc:creator>Parham</dc:creator>
		<pubDate>Tue, 06 Jul 2010 10:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=162#comment-1703</guid>
		<description>correction

I using UPDATEPANEL of microsoft Ajax with C# for previous comment

thanks again</description>
		<content:encoded><![CDATA[<p>correction</p>
<p>I using UPDATEPANEL of microsoft Ajax with C# for previous comment</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Auto click button and auto fill form by Parham</title>
		<link>http://www.farooqazam.net/c-sharp-auto-click-button-and-auto-fill-form/comment-page-1/#comment-1702</link>
		<dc:creator>Parham</dc:creator>
		<pubDate>Tue, 06 Jul 2010 10:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=162#comment-1702</guid>
		<description>HELP FOR READING ELEMENTS IN THE AJAX PANEL?!

Hi
thanks, its very use full for me

i have a web application that using ajax panel
i use this method to login the web app.
and going to my goal page, fill the related controls
and finally click the SUBMIT button

after submit, web app. get data from DB and show in the page
IN THE AJAX PANEL

and when i want to read the element that filled after submit, the element is EMPTY!!!
and when i watching it in VIEW SOURCE  with browser it also empty BUT it is showing in the monitor???!!!!!!!

please help me
thanks</description>
		<content:encoded><![CDATA[<p>HELP FOR READING ELEMENTS IN THE AJAX PANEL?!</p>
<p>Hi<br />
thanks, its very use full for me</p>
<p>i have a web application that using ajax panel<br />
i use this method to login the web app.<br />
and going to my goal page, fill the related controls<br />
and finally click the SUBMIT button</p>
<p>after submit, web app. get data from DB and show in the page<br />
IN THE AJAX PANEL</p>
<p>and when i want to read the element that filled after submit, the element is EMPTY!!!<br />
and when i watching it in VIEW SOURCE  with browser it also empty BUT it is showing in the monitor???!!!!!!!</p>
<p>please help me<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# &#8211; Autocomplete Textbox by Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-autocomplete-textbox/comment-page-1/#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;</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"></a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
