<?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: Validating a PeopleEditor Control on PostBack</title>
	<atom:link href="http://blog.qumsieh.ca/2009/02/12/validating-a-peopleeditor-control-on-postback/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca/2009/02/12/validating-a-peopleeditor-control-on-postback/</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:47:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2009/02/12/validating-a-peopleeditor-control-on-postback/comment-page-1/#comment-9917</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 30 Aug 2011 00:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=328#comment-9917</guid>
		<description>Hi Mark,

Funny enough, this is on my ToDo list for one of our clients. I was able to start on it, but have not yet finished it up. I don&#039;t know of anything out there that can do that, I&#039;ve looked all over. How soon do you need something like this?</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Funny enough, this is on my ToDo list for one of our clients. I was able to start on it, but have not yet finished it up. I don&#8217;t know of anything out there that can do that, I&#8217;ve looked all over. How soon do you need something like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.qumsieh.ca/2009/02/12/validating-a-peopleeditor-control-on-postback/comment-page-1/#comment-9916</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=328#comment-9916</guid>
		<description>Hi Shereen, I was looking at your post cause I have a similar problem to solve, maybe you can guide me...
Actually what I need, is to add a control in a custom application page, similar to the PeopleEditor but simpler... It is, Having a textbox (that receives an username or a part of it) and a button, what I need to check is, if the input coincides with an username or a part of it in the AD, and displaying a list with all the similar usernames it found.  In other words, what I need is just the &quot;Browse&quot; functionality of the PeopleEditor.  Is there any way to do this?  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Shereen, I was looking at your post cause I have a similar problem to solve, maybe you can guide me&#8230;<br />
Actually what I need, is to add a control in a custom application page, similar to the PeopleEditor but simpler&#8230; It is, Having a textbox (that receives an username or a part of it) and a button, what I need to check is, if the input coincides with an username or a part of it in the AD, and displaying a list with all the similar usernames it found.  In other words, what I need is just the &#8220;Browse&#8221; functionality of the PeopleEditor.  Is there any way to do this?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2009/02/12/validating-a-peopleeditor-control-on-postback/comment-page-1/#comment-9601</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Sat, 23 Jul 2011 06:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=328#comment-9601</guid>
		<description>hmmm interesting. ok i&#039;ll give that a try and see how it works. thanks for the feedback! we&#039;ve actually stopped using the people editor control and have build our own auto complete lookups for users. works a lot better, but we do have users who are still using the people editor control, so it would be helpful to resolve this. do you have a post somewhere outlining this?</description>
		<content:encoded><![CDATA[<p>hmmm interesting. ok i&#8217;ll give that a try and see how it works. thanks for the feedback! we&#8217;ve actually stopped using the people editor control and have build our own auto complete lookups for users. works a lot better, but we do have users who are still using the people editor control, so it would be helpful to resolve this. do you have a post somewhere outlining this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spartan42</title>
		<link>http://blog.qumsieh.ca/2009/02/12/validating-a-peopleeditor-control-on-postback/comment-page-1/#comment-9600</link>
		<dc:creator>spartan42</dc:creator>
		<pubDate>Sat, 23 Jul 2011 06:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=328#comment-9600</guid>
		<description>When you are submitting the form if you add the code  If(!Page.IsValid) return; then the AllowEmpty option should work</description>
		<content:encoded><![CDATA[<p>When you are submitting the form if you add the code  If(!Page.IsValid) return; then the AllowEmpty option should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links (2/12/2009) &#171; Steve Pietrek - Everything SharePoint</title>
		<link>http://blog.qumsieh.ca/2009/02/12/validating-a-peopleeditor-control-on-postback/comment-page-1/#comment-1756</link>
		<dc:creator>Links (2/12/2009) &#171; Steve Pietrek - Everything SharePoint</dc:creator>
		<pubDate>Thu, 12 Feb 2009 23:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=328#comment-1756</guid>
		<description>[...] Validating a PeopleEditor Control on PostBack  [...]</description>
		<content:encoded><![CDATA[<p>[...] Validating a PeopleEditor Control on PostBack  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

