﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Role Based Security  » Login Screen - Web Forms</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 09:15:04 GMT</lastBuildDate><ttl>20</ttl><item><title>Login Screen - Web Forms</title><link>http://forum.strataframe.net/FindPost7439.aspx</link><description>We have a exiting login page for our web application. Right now it doesn't support windows authentication so I guess I need to add a domain drop down to the page.&amp;nbsp; Can I utilitize the existing code in the login class to populate the domain drop down or do I have to write my own code for this?</description><pubDate>Tue, 13 Mar 2007 10:32:50 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Login Screen - Web Forms</title><link>http://forum.strataframe.net/FindPost7441.aspx</link><description>I don't think there is a method exposed to populate that drop-down list.&amp;nbsp; But, it is easy to do with the classes within the System.DirectoryServices namespace.&amp;nbsp; There are Active Directory objects that allow you to get the current domain, and recursively get the parent of that domain until you get to the top of the forest.&amp;nbsp; Then, just go through the child domains until you have a complete list populated.</description><pubDate>Tue, 13 Mar 2007 10:32:50 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>