<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Admin ASP.NET Membership</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Admin ASP.NET Membership</description>
  <pubDate>Tue, 21 Apr 2026 12:19:47 -700</pubDate>
  <lastBuildDate>Fri, 25 Jun 2010 02:33:20 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1877</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Admin ASP.NET Membership : I&amp;#039;ve found a way. I use Globals.cs...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7421#7421</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=682" rel="nofollow">master-of-disaster</a><br /><strong>Subject:</strong> 1877<br /><strong>Posted:</strong> 25-Jun-2010 at 2:33am<br /><br /><P>I've found a way. I use Globals.cs in my SL-Project to sent dataContext of user to my navigation page.</P><DIV></DIV><DIV></DIV>Regards Dirk]]>
   </description>
   <pubDate>Fri, 25 Jun 2010 02:33:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7421#7421</guid>
  </item> 
  <item>
   <title>Admin ASP.NET Membership : Hello,   thank you, for your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7337#7337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=682" rel="nofollow">master-of-disaster</a><br /><strong>Subject:</strong> 1877<br /><strong>Posted:</strong> 16-Jun-2010 at 12:35pm<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>thank you, for your information. It was the information, to create a login.</DIV><DIV>&nbsp;</DIV><DIV>But I've build a standard SL navigation application. Here I've implement DevForce Silverlight to create a login with DevForce Silverlight and ASP.NET Membership and handle my dataoperations.</DIV><DIV>&nbsp;</DIV><DIV>On my main page I use a EntityManager.Principal property. It works fine to return a UserBase information like IsAuthenticed or username for example in my main page. The navigation menu to show a navigation&nbsp;page can be restrickted as expected.</DIV><DIV>&nbsp;</DIV><DIV>But how can I route EntityManager.Principal property&nbsp;&nbsp;to check user IsInRole() to my navigationpage? </DIV><DIV>&nbsp;</DIV><DIV>Here I will create a Dashboard, here I need to check user roles to enable/disable buttons and other xaml elements for example.</DIV><DIV>&nbsp;</DIV><DIV>When I try to set in main page datacontext =&gt; this.ContentFrame.DataContext = user after Login, in my navigation page are no user context is routed. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Dirk</DIV><span style="font-size:10px"><br /><br />Edited by master-of-disaster - 16-Jun-2010 at 1:40pm</span>]]>
   </description>
   <pubDate>Wed, 16 Jun 2010 12:35:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7337#7337</guid>
  </item> 
  <item>
   <title>Admin ASP.NET Membership : Hi Dirk,  The current user is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7321#7321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1877<br /><strong>Posted:</strong> 14-Jun-2010 at 7:02pm<br /><br /><DIV>Hi Dirk,</DIV><DIV>&nbsp;</DIV><DIV>The current user is available from the Entitymanager.Principal property.&nbsp; This returns a UserBase from which you can call UserBase.Roles or UserBase.IsInRole().</DIV><DIV>&nbsp;</DIV><DIV>For&nbsp;user administration, I believe you just use the Microsoft ASP.NET Security API and tools.</DIV><DIV>&nbsp;</DIV><DIV>Our documentation for this is in&nbsp;<EM>Learning Resources -&gt; Security</EM>, and there are three code samples there as well that you can take a look at.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 14 Jun 2010 19:02:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7321#7321</guid>
  </item> 
  <item>
   <title>Admin ASP.NET Membership : Hello,  I have create a Silverlight...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7241#7241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=682" rel="nofollow">master-of-disaster</a><br /><strong>Subject:</strong> 1877<br /><strong>Posted:</strong> 10-Jun-2010 at 4:12am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I have create a Silverlight Navigation Page. Here I implement a ASP.Membership Login with DevForce.</DIV><DIV>&nbsp;</DIV><DIV>Here I've to questions/problems.</DIV><DIV>&nbsp;</DIV><DIV>1. How can I check with DevForce for Silverlight username, role in my HomeViewModel for example.</DIV><DIV>&nbsp;</DIV><DIV>2. I need to create, change/update user account as admin. How can I get all users, roles for users and can update a profile for example??</DIV><DIV>&nbsp;</DIV><DIV>Is there anyone, who can help me? Do someone have samplecode?</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Dirk</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 04:12:01 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1877&amp;PID=7241#7241</guid>
  </item> 
 </channel>
</rss>