<?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 Brian Dobberteen</title>
	<atom:link href="http://brian.dobberteen.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.dobberteen.com</link>
	<description>Fun With Web Development!</description>
	<lastBuildDate>Tue, 03 Jan 2012 22:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Calling a Web Service with ASP.NET AJAX Client Script by brian</title>
		<link>http://brian.dobberteen.com/code/calling-a-web-service-with-asp-net-ajax-client-script/comment-page-1/#comment-6706</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 03 Jan 2012 22:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=117#comment-6706</guid>
		<description>Could you please provide some more detail?</description>
		<content:encoded><![CDATA[<p>Could you please provide some more detail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check Existing Values with ASP.NET CustomValidator + jQuery $.ajax() by Joel Brown</title>
		<link>http://brian.dobberteen.com/code/jquery_ajax_custom_validator/comment-page-1/#comment-6417</link>
		<dc:creator>Joel Brown</dc:creator>
		<pubDate>Fri, 30 Dec 2011 14:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=146#comment-6417</guid>
		<description>This is an excellent post.  Thanks for all of the detail.  I tweaked the jQuery code to work with WCF services and it works like a charm!</description>
		<content:encoded><![CDATA[<p>This is an excellent post.  Thanks for all of the detail.  I tweaked the jQuery code to work with WCF services and it works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling a Web Service with ASP.NET AJAX Client Script by Ilkin</title>
		<link>http://brian.dobberteen.com/code/calling-a-web-service-with-asp-net-ajax-client-script/comment-page-1/#comment-5981</link>
		<dc:creator>Ilkin</dc:creator>
		<pubDate>Fri, 23 Dec 2011 07:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=117#comment-5981</guid>
		<description>Hello. I want to to retrieve data from sql server to my webdatagrid with webserver.Can You help me?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello. I want to to retrieve data from sql server to my webdatagrid with webserver.Can You help me?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typesafe Enum Pattern in C#/VB.NET by Enhancing the TypeSafe Enum Pattern « Brian Dobberteen</title>
		<link>http://brian.dobberteen.com/code/typesafe-enum-pattern-in-cvb-net/comment-page-1/#comment-3303</link>
		<dc:creator>Enhancing the TypeSafe Enum Pattern « Brian Dobberteen</dc:creator>
		<pubDate>Fri, 23 Sep 2011 17:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=173#comment-3303</guid>
		<description>[...] I mentioned in my last post about the Typesafe Enum Pattern in C#/VB.NET, I left out a few features that I had originally wanted to include in that [...]</description>
		<content:encoded><![CDATA[<p>[...] I mentioned in my last post about the Typesafe Enum Pattern in C#/VB.NET, I left out a few features that I had originally wanted to include in that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check Existing Values with ASP.NET CustomValidator + jQuery $.ajax() by Nikhil</title>
		<link>http://brian.dobberteen.com/code/jquery_ajax_custom_validator/comment-page-1/#comment-3146</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Sun, 18 Sep 2011 08:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=146#comment-3146</guid>
		<description>Amazing...Thnxx!!</description>
		<content:encoded><![CDATA[<p>Amazing&#8230;Thnxx!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check Existing Values with ASP.NET CustomValidator + jQuery $.ajax() by brian</title>
		<link>http://brian.dobberteen.com/code/jquery_ajax_custom_validator/comment-page-1/#comment-2893</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 06 Sep 2011 18:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=146#comment-2893</guid>
		<description>Steven,

Double check that &#039;async: false&#039; in the $.ajax request. I ran into this same issue and disabling async did the trick for me.</description>
		<content:encoded><![CDATA[<p>Steven,</p>
<p>Double check that &#8216;async: false&#8217; in the $.ajax request. I ran into this same issue and disabling async did the trick for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check Existing Values with ASP.NET CustomValidator + jQuery $.ajax() by steven</title>
		<link>http://brian.dobberteen.com/code/jquery_ajax_custom_validator/comment-page-1/#comment-2859</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Mon, 29 Aug 2011 12:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=146#comment-2859</guid>
		<description>brother, your code not working ...
 the success: function (result) {
                    exists = result.d;
                } is not containing any data.</description>
		<content:encoded><![CDATA[<p>brother, your code not working &#8230;<br />
 the success: function (result) {<br />
                    exists = result.d;<br />
                } is not containing any data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check Existing Values with ASP.NET CustomValidator + jQuery $.ajax() by Milox</title>
		<link>http://brian.dobberteen.com/code/jquery_ajax_custom_validator/comment-page-1/#comment-2418</link>
		<dc:creator>Milox</dc:creator>
		<pubDate>Wed, 29 Jun 2011 17:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=146#comment-2418</guid>
		<description>awsome man!, ty!</description>
		<content:encoded><![CDATA[<p>awsome man!, ty!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling a PageMethod with jQuery by Ross</title>
		<link>http://brian.dobberteen.com/code/calling-a-pagemethod-with-jquery/comment-page-1/#comment-2220</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 24 May 2011 11:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=34#comment-2220</guid>
		<description>Thank you for providing an article that POSTs parameters to the page method, rather than being parameterless!</description>
		<content:encoded><![CDATA[<p>Thank you for providing an article that POSTs parameters to the page method, rather than being parameterless!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling a PageMethod with jQuery by brian</title>
		<link>http://brian.dobberteen.com/code/calling-a-pagemethod-with-jquery/comment-page-1/#comment-2069</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 15 Apr 2011 19:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=34#comment-2069</guid>
		<description>&lt;blockquote cite=&quot;#comment-body-2055&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-2055&quot; rel=&quot;nofollow&quot;&gt;Viju&lt;/a&gt; :&lt;/strong&gt;
                  &lt;div class=&quot;avatar&quot;&gt;&lt;img class=&quot;avatar avatar-64 photo&quot; alt=&quot;&quot; src=&quot;http://1.gravatar.com/avatar/939b960ee7ed874feea08b680c775e25?s=64&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G&quot; width=&quot;64&quot; height=&quot;64&quot;&gt;&lt;/div&gt;
         
         
         &lt;p&gt;Hi,&lt;br&gt;
I was trying to implement the same for my project. But its not working.Below is the piece of code I have used .&lt;br&gt;
 function CallService() {&lt;/p&gt;
&lt;p&gt;        $(“#LinkButton1″).html(”);&lt;br&gt;
       // var s = 9;&lt;br&gt;
        $.ajax({&lt;br&gt;
            type: “POST”,&lt;br&gt;
            url: “GetComments.asmx/ShowComments”,&lt;br&gt;
            data: “{‘cid’:’9′}”,&lt;br&gt;
            contentType: “application/json; charset=utf-8″,&lt;br&gt;
            dataType: “json”,&lt;br&gt;
            success: OnSuccess,&lt;br&gt;
            error: OnError&lt;br&gt;
        });&lt;/p&gt;
&lt;p&gt;        function OnSuccess(data, status) {&lt;/p&gt;
&lt;p&gt;           // $(‘#divSimplePopup’).showModal(); return true;&lt;br&gt;
           // $(“.body”).html(data.d);&lt;/p&gt;
&lt;p&gt;        }&lt;/p&gt;
&lt;p&gt;        function OnError(data, status) {&lt;/p&gt;
&lt;p&gt;            $(‘#divSimplePopup’).showModal(); return true;&lt;/p&gt;
&lt;p&gt;        }&lt;/p&gt;
&lt;p&gt;    }&lt;/p&gt;
&lt;p&gt;It is not giving any error. But always OnError block executes.Can u please suggest me something..I can provide you the full code if you can give me your email id.&lt;/p&gt;
&lt;p&gt;thanks&lt;br&gt;
Pep&lt;/p&gt;
         &lt;a id=&quot;comment-reply-2055&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
       &lt;/blockquote&gt;

Have you tried examining the traffic with something like Fiddler or Firebug? That would be my first course of action.</description>
		<content:encoded><![CDATA[<blockquote cite="#comment-body-2055"><p>
<strong><a href="#comment-2055" rel="nofollow">Viju</a> :</strong></p>
<div class="avatar"><img class="avatar avatar-64 photo" alt="" src="http://1.gravatar.com/avatar/939b960ee7ed874feea08b680c775e25?s=64&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G" width="64" height="64"/></div>
<p>Hi,<br />
I was trying to implement the same for my project. But its not working.Below is the piece of code I have used .<br />
 function CallService() {</p>
<p>        $(“#LinkButton1″).html(”);<br />
       // var s = 9;<br />
        $.ajax({<br />
            type: “POST”,<br />
            url: “GetComments.asmx/ShowComments”,<br />
            data: “{‘cid’:’9′}”,<br />
            contentType: “application/json; charset=utf-8″,<br />
            dataType: “json”,<br />
            success: OnSuccess,<br />
            error: OnError<br />
        });</p>
<p>        function OnSuccess(data, status) {</p>
<p>           // $(‘#divSimplePopup’).showModal(); return true;<br />
           // $(“.body”).html(data.d);</p>
<p>        }</p>
<p>        function OnError(data, status) {</p>
<p>            $(‘#divSimplePopup’).showModal(); return true;</p>
<p>        }</p>
<p>    }</p>
<p>It is not giving any error. But always OnError block executes.Can u please suggest me something..I can provide you the full code if you can give me your email id.</p>
<p>thanks<br />
Pep</p>
<p>         <a id="comment-reply-2055" rel="nofollow"></a>
       </p></blockquote>
<p>Have you tried examining the traffic with something like Fiddler or Firebug? That would be my first course of action.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

