<?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: AJAX Meets ASP.NET 2.0 Membership Management For IIS</title>
	<atom:link href="http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/</link>
	<description>Specializing in Microsoft Web and Database Technologies</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:00:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ruthie Vane</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-26267</link>
		<dc:creator>Ruthie Vane</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:42:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-26267</guid>
		<description>Hello, I found this blog article while searching for help with JavaScript. I have recently changed browsers from Safari to Internet Explorer 7. Just recently I seem to have a problem with loading JavaScript. Everytime I browse website that requires Javascript, the site does not load and I get a &quot;runtime error javascript.JSException: Unknown name&quot;. I cannot seem to find out how to fix it. Any help is very appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hello, I found this blog article while searching for help with JavaScript. I have recently changed browsers from Safari to Internet Explorer 7. Just recently I seem to have a problem with loading JavaScript. Everytime I browse website that requires Javascript, the site does not load and I get a &#8220;runtime error javascript.JSException: Unknown name&#8221;. I cannot seem to find out how to fix it. Any help is very appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Settor13</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-25505</link>
		<dc:creator>Settor13</dc:creator>
		<pubDate>Fri, 23 Oct 2009 01:38:41 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-25505</guid>
		<description>Mousavi declared himself the winner of the election before the polls were even closed, standard operating procedure for those seeking to instigate a color revolution. ,</description>
		<content:encoded><![CDATA[<p>Mousavi declared himself the winner of the election before the polls were even closed, standard operating procedure for those seeking to instigate a color revolution. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NET Web Services</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-3866</link>
		<dc:creator>NET Web Services</dc:creator>
		<pubDate>Thu, 18 Sep 2008 07:13:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-3866</guid>
		<description>Nice background information on AJAX and Atlas... thanks</description>
		<content:encoded><![CDATA[<p>Nice background information on AJAX and Atlas&#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Blaettler</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-385</link>
		<dc:creator>Remy Blaettler</dc:creator>
		<pubDate>Wed, 20 Jun 2007 20:25:20 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-385</guid>
		<description>Hey Peter
I&#039;ve implemented the TextChangedBehaviour.js that you used as an ASP.NET Ajax Control. It works with the current Ajax Toolkit and is maybe a bit easier to implement.
Maybe it can help somebody.

Code and Live Demo is on my blog:

http://remy.supertext.ch/2007/06/see-search-results-as-you-type-an-aspnet-ajax-control/

Have fun</description>
		<content:encoded><![CDATA[<p>Hey Peter<br />
I&#8217;ve implemented the TextChangedBehaviour.js that you used as an ASP.NET Ajax Control. It works with the current Ajax Toolkit and is maybe a bit easier to implement.<br />
Maybe it can help somebody.</p>
<p>Code and Live Demo is on my blog:</p>
<p><a href="http://remy.supertext.ch/2007/06/see-search-results-as-you-type-an-aspnet-ajax-control/">http://remy.supertext.ch/2007/06/see-search-results-as-you-type-an-aspnet-ajax-control/</a></p>
<p>Have fun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Kaufmann</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-384</link>
		<dc:creator>Ed Kaufmann</dc:creator>
		<pubDate>Fri, 15 Jun 2007 19:26:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-384</guid>
		<description>Possible issue with AJAX &#039;postback&#039;

What do I do wrong?

I have implemented the AJAX version of membership/roles into MS &#039;Club Site Kit&#039; AJAX enabled with following files:

MembershipuserODS.vb
Membershipuserwrapper.vb
roledataobject.vb

default.aspx  ---&gt; I did change the atlas: tag to asp:!
default.aspx.cs

With this setup I can do all functions correctly! However, when clicking e.g. the &#039;CreateNewUsers&#039; checkbox to turn it off/on nothing happens (same on the Role checkbox).

Questions:
is the _doPostBack javascript not created on the UpdatePanels? Is this automatic?
do I miss anything in my web.config (ajax related?)?
do I need the scriptlibrary/atlas/debug/release folders/files? the download provides these.

any help/hint is appreciated
ed kaufmann

The UpdatePanels are all there (see one instance below; ! changed atlas: to asp:)</description>
		<content:encoded><![CDATA[<p>Possible issue with AJAX &#8216;postback&#8217;</p>
<p>What do I do wrong?</p>
<p>I have implemented the AJAX version of membership/roles into MS &#8216;Club Site Kit&#8217; AJAX enabled with following files:</p>
<p>MembershipuserODS.vb<br />
Membershipuserwrapper.vb<br />
roledataobject.vb</p>
<p>default.aspx  &#8212;&gt; I did change the atlas: tag to asp:!<br />
default.aspx.cs</p>
<p>With this setup I can do all functions correctly! However, when clicking e.g. the &#8216;CreateNewUsers&#8217; checkbox to turn it off/on nothing happens (same on the Role checkbox).</p>
<p>Questions:<br />
is the _doPostBack javascript not created on the UpdatePanels? Is this automatic?<br />
do I miss anything in my web.config (ajax related?)?<br />
do I need the scriptlibrary/atlas/debug/release folders/files? the download provides these.</p>
<p>any help/hint is appreciated<br />
ed kaufmann</p>
<p>The UpdatePanels are all there (see one instance below; ! changed atlas: to asp:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Kaufmann</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-383</link>
		<dc:creator>Ed Kaufmann</dc:creator>
		<pubDate>Thu, 14 Jun 2007 08:42:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-383</guid>
		<description>when turning the CheckBoxAddUser /ManageRoles off the appropriate Panel always stays! I have used the original Default.aspx page with the .vb code.

What do I need to check? In the .cs file I can see the code for turning the panel .visible=false/true!

Thanks for your time and hints
ed</description>
		<content:encoded><![CDATA[<p>when turning the CheckBoxAddUser /ManageRoles off the appropriate Panel always stays! I have used the original Default.aspx page with the .vb code.</p>
<p>What do I need to check? In the .cs file I can see the code for turning the panel .visible=false/true!</p>
<p>Thanks for your time and hints<br />
ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-377</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Thu, 14 Dec 2006 19:15:27 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-377</guid>
		<description>This works just fine with the older Atlas releases but errors out with the latest ASP AJAX release.. JavaScript errors out. Was wondering if you&#039;ve come across the same

Deepak</description>
		<content:encoded><![CDATA[<p>This works just fine with the older Atlas releases but errors out with the latest ASP AJAX release.. JavaScript errors out. Was wondering if you&#8217;ve come across the same</p>
<p>Deepak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-381</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 30 Oct 2006 15:44:12 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-381</guid>
		<description>I think it was just the control adaptor I was using. Ignore my last post :)

Tim</description>
		<content:encoded><![CDATA[<p>I think it was just the control adaptor I was using. Ignore my last post <img src='http://peterkellner.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-380</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 30 Oct 2006 09:43:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-380</guid>
		<description>Hi,

I was just wondering why the LastActivity date and LastLockedOut dates were always blank, I would personally find these very useful. I have checked in the database and there is data. Any Ideas?

Great example otherwise.

Tim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was just wondering why the LastActivity date and LastLockedOut dates were always blank, I would personally find these very useful. I have checked in the database and there is data. Any Ideas?</p>
<p>Great example otherwise.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-378</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 11 Oct 2006 12:28:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-378</guid>
		<description>I was surfing the search engines and found this site guestbook, I got to say, it is a nice site and it’s easy to navigate in. Anyway so I thought I’d post a message. I am creating a new website for Bali Wedding Villas and looking for a site that I can use for web design reference. Thank you.</description>
		<content:encoded><![CDATA[<p>I was surfing the search engines and found this site guestbook, I got to say, it is a nice site and it’s easy to navigate in. Anyway so I thought I’d post a message. I am creating a new website for Bali Wedding Villas and looking for a site that I can use for web design reference. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Dolphin</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-375</link>
		<dc:creator>Martin Dolphin</dc:creator>
		<pubDate>Mon, 04 Sep 2006 09:42:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-375</guid>
		<description>I&#039;ve been trying to get the TextChangedBehaviour.js file working in Ajax with my own page.

I created a really simple page with just the text box and the other elements you mention (scripts etc).

But however I try it just returns an error &quot;Microsoft JScript runtime error: Object expected&quot;

I wonder if you or someone who reads this has a really simple example they could share with me so I can get this working - it&#039;s driving me nuts!

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to get the TextChangedBehaviour.js file working in Ajax with my own page.</p>
<p>I created a really simple page with just the text box and the other elements you mention (scripts etc).</p>
<p>But however I try it just returns an error &#8220;Microsoft JScript runtime error: Object expected&#8221;</p>
<p>I wonder if you or someone who reads this has a really simple example they could share with me so I can get this working &#8211; it&#8217;s driving me nuts!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dax</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-374</link>
		<dc:creator>dax</dc:creator>
		<pubDate>Mon, 28 Aug 2006 21:18:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-374</guid>
		<description>Adding a button with the ID ButtonSearch and NnClick=&quot;ButtonSearch_Click&quot; did the trick :)</description>
		<content:encoded><![CDATA[<p>Adding a button with the ID ButtonSearch and NnClick=&#8221;ButtonSearch_Click&#8221; did the trick <img src='http://peterkellner.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dax</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-373</link>
		<dc:creator>dax</dc:creator>
		<pubDate>Mon, 28 Aug 2006 20:45:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-373</guid>
		<description>When I press enter on the text search it seems to delete the roles assigned to the user.</description>
		<content:encoded><![CDATA[<p>When I press enter on the text search it seems to delete the roles assigned to the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maslam</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-370</link>
		<dc:creator>maslam</dc:creator>
		<pubDate>Sat, 12 Aug 2006 05:05:56 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-370</guid>
		<description>Thank you for example</description>
		<content:encoded><![CDATA[<p>Thank you for example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maslam</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-369</link>
		<dc:creator>maslam</dc:creator>
		<pubDate>Sat, 12 Aug 2006 05:04:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-369</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-372</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Thu, 03 Aug 2006 08:44:51 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-372</guid>
		<description>Very Helpful. Excelent!</description>
		<content:encoded><![CDATA[<p>Very Helpful. Excelent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayman Farouk</title>
		<link>http://peterkellner.net/2006/03/02/ajaxmeetsaspnet20/comment-page-1/#comment-368</link>
		<dc:creator>Ayman Farouk</dc:creator>
		<pubDate>Thu, 02 Mar 2006 23:40:58 +0000</pubDate>
		<guid isPermaLink="false">/?p=1#comment-368</guid>
		<description>Oh, I was about to do this thing to your page :) but you were much faster, great stuff btw.
A.</description>
		<content:encoded><![CDATA[<p>Oh, I was about to do this thing to your page <img src='http://peterkellner.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but you were much faster, great stuff btw.<br />
A.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
