<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for You need hard work to get Lucky!</title>
	<atom:link href="http://zeemalik.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeemalik.wordpress.com</link>
	<description>They are ill discoverers that think there is no land, when they can see nothing but sea.</description>
	<lastBuildDate>Sat, 12 Sep 2009 22:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by Heba</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-47</link>
		<dc:creator>Heba</dc:creator>
		<pubDate>Sat, 12 Sep 2009 22:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-47</guid>
		<description>Many Thanks, thats reaaly helped, exactly what i was looking for :)</description>
		<content:encoded><![CDATA[<p>Many Thanks, thats reaaly helped, exactly what i was looking for <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by malappuram</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-44</link>
		<dc:creator>malappuram</dc:creator>
		<pubDate>Thu, 09 Jul 2009 10:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-44</guid>
		<description>this is what i exactly needed</description>
		<content:encoded><![CDATA[<p>this is what i exactly needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The SMTP server requires a secure connection or the client was not authenticated by rabi</title>
		<link>http://zeemalik.wordpress.com/2009/02/18/the-smtp-server-requires-a-secure-connection-or-the-client-was-not-authenticated/#comment-42</link>
		<dc:creator>rabi</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/?p=4#comment-42</guid>
		<description>i m a .net developer.
i&#039;m trying to send mail from asp application.
i&#039;m using visual studio 2008 And C#.

I&#039;m getting error &quot;The SMTP server requires a secure connection or the client was not authenticated. The server response was: authentication required&quot;

My code is
MailMessage mail = new MailMessage();

            mail.To.Add(TextTo.Text);

            mail.From = new MailAddress(TextFrom.Text);

            mail.Subject = TextSbj.Text;


            mail.Body = TextBody.Text;
            
            SmtpClient smtp = new SmtpClient();

            smtp.Host = &quot;in.smtp.mail.yahoo.com &quot;;
             smtp.Port = 587;
            //smtp.EnableSsl = true;
            smtp.UseDefaultCredentials = false;

            smtp.Credentials = new System.Net.NetworkCredential(&quot;username&quot;, &quot;password&quot;);



            smtp.DeliveryMethod = SmtpDeliveryMethod.Network;


            smtp.Send(mail); 

anyone help
thanx</description>
		<content:encoded><![CDATA[<p>i m a .net developer.<br />
i&#8217;m trying to send mail from asp application.<br />
i&#8217;m using visual studio 2008 And C#.</p>
<p>I&#8217;m getting error &#8220;The SMTP server requires a secure connection or the client was not authenticated. The server response was: authentication required&#8221;</p>
<p>My code is<br />
MailMessage mail = new MailMessage();</p>
<p>            mail.To.Add(TextTo.Text);</p>
<p>            mail.From = new MailAddress(TextFrom.Text);</p>
<p>            mail.Subject = TextSbj.Text;</p>
<p>            mail.Body = TextBody.Text;</p>
<p>            SmtpClient smtp = new SmtpClient();</p>
<p>            smtp.Host = &#8220;in.smtp.mail.yahoo.com &#8220;;<br />
             smtp.Port = 587;<br />
            //smtp.EnableSsl = true;<br />
            smtp.UseDefaultCredentials = false;</p>
<p>            smtp.Credentials = new System.Net.NetworkCredential(&#8220;username&#8221;, &#8220;password&#8221;);</p>
<p>            smtp.DeliveryMethod = SmtpDeliveryMethod.Network;</p>
<p>            smtp.Send(mail); </p>
<p>anyone help<br />
thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by Nikhil</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-40</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Fri, 05 Jun 2009 03:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-40</guid>
		<description>Hi zeemalik,

My problem is I have a grid on page where we have updatepanel. On the grid there is Edit link which take to next page. On the next page I update the record and clicked save button. After updating the record, I click back button. On that Back button I have written Javascript History.go back. but when I click on this page it does not retain its state. i.e. If on the grid I was on 6 page, when I click back of Next page then I am on the first page.

Update Panel and Javascript go back is not working in the same manner.

If i remove update panel my problem is resolved the state is maintained on the grid but the data in the grid is not refreshed.

Please help</description>
		<content:encoded><![CDATA[<p>Hi zeemalik,</p>
<p>My problem is I have a grid on page where we have updatepanel. On the grid there is Edit link which take to next page. On the next page I update the record and clicked save button. After updating the record, I click back button. On that Back button I have written Javascript History.go back. but when I click on this page it does not retain its state. i.e. If on the grid I was on 6 page, when I click back of Next page then I am on the first page.</p>
<p>Update Panel and Javascript go back is not working in the same manner.</p>
<p>If i remove update panel my problem is resolved the state is maintained on the grid but the data in the grid is not refreshed.</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by Prakash</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-39</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-39</guid>
		<description>hi,

how can i call my javascript method with parameters at the end of the request?

for example,

function DynamicPostBack(ControlId)
{
//method body
}</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>how can i call my javascript method with parameters at the end of the request?</p>
<p>for example,</p>
<p>function DynamicPostBack(ControlId)<br />
{<br />
//method body<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by Neo</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-38</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Tue, 02 Jun 2009 10:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-38</guid>
		<description>Thanks a lot!! this is exactly what i was looking for..</description>
		<content:encoded><![CDATA[<p>Thanks a lot!! this is exactly what i was looking for..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by BillE</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-36</link>
		<dc:creator>BillE</dc:creator>
		<pubDate>Mon, 20 Apr 2009 15:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-36</guid>
		<description>Looks like my link disappeared.  Here again in plain text.

http://www.uploadify.com/forum/viewtopic.php?f=7&amp;t=142</description>
		<content:encoded><![CDATA[<p>Looks like my link disappeared.  Here again in plain text.</p>
<p><a href="http://www.uploadify.com/forum/viewtopic.php?f=7&amp;t=142" rel="nofollow">http://www.uploadify.com/forum/viewtopic.php?f=7&amp;t=142</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by BillE</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-35</link>
		<dc:creator>BillE</dc:creator>
		<pubDate>Mon, 20 Apr 2009 15:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-35</guid>
		<description>This is a nice description of using a jQuery plugin &quot;uploadify&quot; in asp.net using the RegisterClientScriptInclude Methods.  Works nice in an updatepanel.

&lt;a href=&quot;http://www.uploadify.com/forum/viewtopic.php?f=7&amp;t=142&quot; title=&quot;Uploadify Forum Entry&quot; / rel=&quot;nofollow&quot;&gt;</description>
		<content:encoded><![CDATA[<p>This is a nice description of using a jQuery plugin &#8220;uploadify&#8221; in asp.net using the RegisterClientScriptInclude Methods.  Works nice in an updatepanel.</p>
<p><a href="http://www.uploadify.com/forum/viewtopic.php?f=7&amp;t=142" title="Uploadify Forum Entry" / rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by dotnetolympians</title>
		<link>http://zeemalik.wordpress.com/about/#comment-34</link>
		<dc:creator>dotnetolympians</dc:creator>
		<pubDate>Mon, 20 Apr 2009 09:57:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-34</guid>
		<description>bhai at least change this about page :)</description>
		<content:encoded><![CDATA[<p>bhai at least change this about page <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over by Vidal</title>
		<link>http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-33</link>
		<dc:creator>Vidal</dc:creator>
		<pubDate>Sun, 19 Apr 2009 01:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://zeemalik.wordpress.com/2007/11/27/how-to-call-client-side-javascript-function-after-an-updatepanel-asychronous-ajax-request-is-over/#comment-33</guid>
		<description>Zeemalik, I´m trying right now with the ScriptManager.RegisterClientScriptInclude method, but I just can´t make it register my .js files, have you already tried this method before?</description>
		<content:encoded><![CDATA[<p>Zeemalik, I´m trying right now with the ScriptManager.RegisterClientScriptInclude method, but I just can´t make it register my .js files, have you already tried this method before?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
