<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Portal Starter Kit</title><link>http://forums.asp.net/87.aspx</link><description>Discuss the Commerce Starter Kit (formerly the IBuySpy Store) for ASP.NET 1.x.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>DNN Video player</title><link>http://forums.asp.net/thread/669195.aspx</link><pubDate>Wed, 18 Aug 2004 14:05:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:669195</guid><dc:creator>Cornelius</dc:creator><author>Cornelius</author><slash:comments>15</slash:comments><comments>http://forums.asp.net/thread/669195.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=669195</wfw:commentRss><description>Does somebody know if there is a video player as DNN module ? (with user interface)</description></item><item><title>No puedo ver Imagen desde una base de datos</title><link>http://forums.asp.net/thread/310600.aspx</link><pubDate>Fri, 15 Aug 2003 20:26:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:310600</guid><dc:creator>rgilbertox</dc:creator><author>rgilbertox</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/310600.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=310600</wfw:commentRss><description>Tengo una aplicacion en VISUAL BASIC .NET (WEB FORMS), es una pagina para Internet
&lt;br /&gt;
Tengo este codigo 
&lt;br /&gt;
                    Response.ContentType = &amp;quot;image/JPEG&amp;quot;
&lt;br /&gt;
                    Response.BinaryWrite(DataRead_Asegurados.GetValue(13))
&lt;br /&gt;
                    Response.End()
&lt;br /&gt;
es para ver la imagen que esta incrustada en una base de datos de SQL SERVER 2000
&lt;br /&gt;
pero me la trae como a otra p&amp;#225;gina, y yo quiero que me la ponga en la pantalla principal de mi aplication junto con los otros datos del registro., osea ponerla en un control IMAGE, pero el control IMAGE de visual basic .NET, no trae para decirle el DataSource,DataMember y nada de eso...trae para decirle el URL de donde esta el archivo imagen..jpg,bmp etc...
&lt;br /&gt;
mi pregunta es como le hago para poner la imagen en un control junto con mis otros datos del registro...??
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Gracias....Bye</description></item><item><title>Login failed for user 'NT AUTHORITY\NETWORK SERVICE</title><link>http://forums.asp.net/thread/208909.aspx</link><pubDate>Fri, 02 May 2003 06:12:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:208909</guid><dc:creator>Greg1</dc:creator><author>Greg1</author><slash:comments>12</slash:comments><comments>http://forums.asp.net/thread/208909.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=208909</wfw:commentRss><description>
&lt;br /&gt;
Hello mates,
&lt;br /&gt;

&lt;br /&gt;
I get an error when I view http://localhost/StoreVBVS/Default.aspx.  I did have one error during the initial setup which was, &amp;quot;[Fail] Could not add ASPNET user to SQL Server.
&lt;br /&gt;
Windows NT user or group 'ASPNET' not found. Check the name again.&amp;quot;  Do I manually create the user and do I create it in SQL Enterprise Manager or do I create it in Active Directory Users and Computers?  I don't know but this may/probably has to to with the error I get when I open http://localhost/StoreVBVS/Default.aspx.  The error is as follows and before we get to it I want to thank anyone who is kind enough to respond to my plea in advance, you are a great person =)  And now to the error:
&lt;br /&gt;

&lt;br /&gt;
Server Error in '/StoreVBVS' Application.
&lt;br /&gt;
--------------------------------------------------------------------------------
&lt;br /&gt;

&lt;br /&gt;
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. 
&lt;br /&gt;
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
&lt;br /&gt;

&lt;br /&gt;
Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
&lt;br /&gt;

&lt;br /&gt;
Source Error: 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Line 63: 
&lt;br /&gt;
Line 64:             ' Execute the command
&lt;br /&gt;
Line 65:             myConnection.Open()
&lt;br /&gt;
Line 66:             Dim result As SqlDataReader = myCommand.ExecuteReader(CommandBehavior.CloseConnection)
&lt;br /&gt;
Line 67: 
&lt;br /&gt;
 
&lt;br /&gt;

&lt;br /&gt;
Source File: C:\StoreVBVS\StoreVBVS\Components\ProductsDB.vb    Line: 65 
&lt;br /&gt;

&lt;br /&gt;
Stack Trace: 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
[SqlException: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.]
&lt;br /&gt;
   System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&amp;amp; isInTransaction) +472
&lt;br /&gt;
   System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean&amp;amp; isInTransaction) +372
&lt;br /&gt;
   System.Data.SqlClient.SqlConnection.Open() +384
&lt;br /&gt;
   IBuySpy.IBuySpy.ProductsDB.GetProductCategories() in C:\StoreVBVS\StoreVBVS\Components\ProductsDB.vb:65
&lt;br /&gt;
   IBuySpy.C_Menu.Page_Load(Object sender, EventArgs e) in C:\StoreVBVS\StoreVBVS\_Menu.ascx.vb:44
&lt;br /&gt;
   System.Web.UI.Control.OnLoad(EventArgs e) +67
&lt;br /&gt;
   System.Web.UI.Control.LoadRecursive() +35
&lt;br /&gt;
   System.Web.UI.Control.LoadRecursive() +98
&lt;br /&gt;
   System.Web.UI.Control.LoadRecursive() +98
&lt;br /&gt;
   System.Web.UI.Page.ProcessRequestMain() +731
&lt;br /&gt;

&lt;br /&gt;
 
&lt;br /&gt;
</description></item><item><title>The transport failed to connect to the server. </title><link>http://forums.asp.net/thread/1296295.aspx</link><pubDate>Thu, 25 May 2006 16:40:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1296295</guid><dc:creator>dauve</dc:creator><author>dauve</author><slash:comments>10</slash:comments><comments>http://forums.asp.net/thread/1296295.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=1296295</wfw:commentRss><description>&lt;p&gt;Does anyone know where in the code this error is occurring at? &lt;/p&gt;
&lt;p&gt;It runs fine locally when I am testing but once it is on the server it bombs and I get the error below. My system is: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;windows 2003 &lt;/li&gt;
&lt;li&gt;exchange 2003 (5.5) &lt;/li&gt;
&lt;li&gt;.Net 1.1 &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Get the following error. &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face=Verdana size=2&gt;Server Error in '/netbranch' Application.&lt;br /&gt;&amp;nbsp; _____ &amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;The transport failed to connect to the server. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Exception Details: System.Runtime.InteropServices.COMException: The transport failed to connect to the server. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Source Error: &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face=Verdana size=2&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. &amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Stack Trace: &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;[COMException (0x80040213): The transport failed to connect to the server.&lt;br /&gt;]&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;[TargetInvocationException: Exception has been thrown by the target of an invocation.]&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) +0&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) +473&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +58&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;[HttpException (0x80004005): Could not access 'CDO.Message' object.]&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +113&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1848&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.Mail.CdoSysHelper.Send(String from, String to, String subject, String messageText) +74&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.Mail.SmtpMail.Send(String from, String to, String subject, String messageText) +168&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;span id=google-navclient-hilite&gt;ASPNET&lt;/span&gt;.&lt;span id=google-navclient-hilite&gt;StarterKit&lt;/span&gt;.&lt;span id=google-navclient-hilite&gt;Portal&lt;/span&gt;.Register.RegisterBtn_Click(Object sender, EventArgs E)&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.ProcessRequestMain() +1292&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;&amp;nbsp; _____ &amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Version Information:&amp;nbsp;Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 &lt;/font&gt;&lt;/p&gt;</description></item><item><title>Conversion of SQL Server Database to Oracle</title><link>http://forums.asp.net/thread/465205.aspx</link><pubDate>Thu, 05 Feb 2004 12:15:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:465205</guid><dc:creator>briandavidkatz1</dc:creator><author>briandavidkatz1</author><slash:comments>102</slash:comments><comments>http://forums.asp.net/thread/465205.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=465205</wfw:commentRss><description>If anyone is interested, I have converted the SQL Server database and all its objects to Oracle to get the portal working using Oracle as a back end.
&lt;br /&gt;

&lt;br /&gt;
If interested, please reply and I can send you the DDL.</description></item><item><title>Solpart menu sourcecode</title><link>http://forums.asp.net/thread/3286583.aspx</link><pubDate>Fri, 10 Jul 2009 18:14:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3286583</guid><dc:creator>johjoh682</dc:creator><author>johjoh682</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3286583.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=3286583</wfw:commentRss><description>I am looking for solpart menu source code ...there was another thread but it was frozeen where they had found it but I cannot replay there 
http://forums.asp.net/ThreadNavigation.aspx?PostID=1178867&amp;amp;NavType=Previous</description></item><item><title>Download ASP.Net  FORUM template for free</title><link>http://forums.asp.net/thread/3028807.aspx</link><pubDate>Mon, 23 Mar 2009 02:37:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3028807</guid><dc:creator>athelli_reddy</dc:creator><author>athelli_reddy</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3028807.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=3028807</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am building a ASP.Net website and would like to include a forum. Could anyone please tell me where can i download a ASP.Net 2.0&amp;nbsp; FORUM template for free.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.indiansinoverseas.com/"&gt;http://www.indiansinoverseas.com/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Ibuyspy Documentation</title><link>http://forums.asp.net/thread/1932970.aspx</link><pubDate>Sat, 29 Sep 2007 04:54:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1932970</guid><dc:creator>Mayoya</dc:creator><author>Mayoya</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1932970.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=1932970</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;there was very good PDF (or word) documentation file for Ibuyspy&lt;/p&gt;
&lt;p&gt;any 1 know where can i download form ? or if any 1 have it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>XD Portal - What do you think?</title><link>http://forums.asp.net/thread/3167413.aspx</link><pubDate>Sat, 16 May 2009 22:08:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3167413</guid><dc:creator>dexterz</dc:creator><author>dexterz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3167413.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=3167413</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;&lt;p&gt;XD Portal is an open source ASP.NET 2.0 n-tier web application written in C# and SQL stored procedure. XD Portal provides content management capabilities and administration tools to create a dynamic interactive database driven web sites such as community portal, intranet and other Internet portal application. This application is extendable and code is included in the download so you can play around.&lt;br /&gt;&lt;br /&gt;I built this portal in my spare time to replace the current system used at &lt;a href="http://www.ex-designz.net"&gt;www.ex-designz.net&lt;/a&gt; portal. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;XD Portal will soon replace&amp;nbsp; &lt;a href="http://www.ex-designz.net" target="_blank"&gt;www.ex-designz.net&lt;/a&gt; portal. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Demo URL: &lt;a href="http://www.ex-designz.net/xdportalscnshots/xdportal.htm" target="_blank"&gt;http://www.ex-designz.net/xdportalscnshots/xdportal.htm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;CodePlex download link: &lt;a href="http://xdportal.codeplex.com/" target="_blank"&gt;http://xdportal.codeplex.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;XD Portal Architecture: DAL &amp;gt; Model &amp;gt; BLL &amp;gt; UI&lt;br /&gt;&lt;br /&gt;Features:&lt;br /&gt;&lt;br /&gt;1) Secured user login system&lt;br /&gt;&lt;br /&gt;2) Admin Manager Page to manage site configuration, contents and users, i.e. suspend user.&lt;br /&gt;&lt;br /&gt;3) Comment System&lt;br /&gt;&lt;br /&gt;4) Calendar events&lt;br /&gt;&lt;br /&gt;4) Rating System 5) Enabled/disabled comment through admin page.&lt;br /&gt;&lt;br /&gt;5) Send to a friend email in HTML format.&lt;br /&gt;&lt;br /&gt;6) User Registration photo upload&lt;br /&gt;&lt;br /&gt;8) CSS layout interface.&lt;br /&gt;&lt;br /&gt;9) Dynamic Layout swithcer i.e. Rows, Grid 2 Columns or Grid 3 Columns&lt;br /&gt;&lt;br /&gt;10) Optimized for SE&lt;br /&gt;&lt;br /&gt;11) Article/Blog Manager - Add, edit and delete article/blog&lt;br /&gt;&lt;br /&gt;Current projects in development:&lt;br /&gt;&lt;br /&gt;1) Integrate XD Link directory&lt;br /&gt;2) Users Photo Gallery and public gallery&lt;br /&gt;3) Download section with photo upload&lt;br /&gt;4) Media/entertainment center i.e. youtube video section and gaming section&lt;br /&gt;5) Quiz system&lt;/p&gt;&lt;p&gt;Once this portal completed, it will be huge.&lt;br /&gt;&lt;br /&gt;Current projects in development:&lt;br /&gt;&lt;br /&gt;1) Integrate XD Link directory&lt;br /&gt;2) Users Photo Gallery and public gallery&lt;br /&gt;3) Download section with photo upload&lt;br /&gt;4) Media/entertainment center i.e. youtube video section and gaming section&lt;br /&gt;5) Quiz system&lt;/p&gt;</description></item><item><title>Multiple Languages</title><link>http://forums.asp.net/thread/996073.aspx</link><pubDate>Fri, 22 Jul 2005 13:21:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:996073</guid><dc:creator>snufff</dc:creator><author>snufff</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/996073.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=996073</wfw:commentRss><description>&lt;P&gt;I'm trying to implement multiple languages in portal starter kit!&lt;BR&gt;&lt;BR&gt;1st&lt;BR&gt;&lt;BR&gt;I made Configuration an abstract class with virtual methods.&lt;BR&gt;&lt;BR&gt;2st&lt;/P&gt;
&lt;P&gt;i made 4 classes ConfigurationPor, ConfigurationEng, ConfigurationEsp and ConfigurationFra witch each one implements an abstract class Configuration. This is because the xml I want to read is different.&lt;/P&gt;
&lt;P&gt;It appears that now, I just to Implement the ascx and aspx files with the Configuration I want.&lt;BR&gt;&lt;BR&gt;I'm portuguese, so sorry about my english!&lt;BR&gt;&lt;BR&gt;Now the question?&lt;BR&gt;&lt;BR&gt;Do I Make any sense doing this???&lt;BR&gt;Is there other way to make this?&lt;BR&gt;&lt;BR&gt;Regards&lt;BR&gt;João Martins&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description></item><item><title>Where exactly is Context.User.Identity.Name set?</title><link>http://forums.asp.net/thread/416085.aspx</link><pubDate>Thu, 11 Dec 2003 17:23:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:416085</guid><dc:creator>gicio</dc:creator><author>gicio</author><slash:comments>10</slash:comments><comments>http://forums.asp.net/thread/416085.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=416085</wfw:commentRss><description>Hi!
&lt;br /&gt;

&lt;br /&gt;
can anyone tell where in the IBuySpy code Context.User.Identity.Name is set?
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
regards,
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
gicio</description></item><item><title>BUG - Portal doesn't update Admin changes correctly</title><link>http://forums.asp.net/thread/831768.aspx</link><pubDate>Fri, 18 Feb 2005 07:43:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:831768</guid><dc:creator>A Small Rodent</dc:creator><author>A Small Rodent</author><slash:comments>18</slash:comments><comments>http://forums.asp.net/thread/831768.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=831768</wfw:commentRss><description>To the moderator -
&lt;br /&gt;

&lt;br /&gt;
Please edit as you wish before posting
&lt;br /&gt;

&lt;br /&gt;
// 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
I have found a fundamental coding bug with PortalCSVS.
&lt;br /&gt;

&lt;br /&gt;
The 'SaveSiteSettings' method in the 'configuration' class may cause the 'sitesettings' in the 'SiteConfiguration' object to be evicted from the cache before all of the 'sitesettings' changes are recorded.
&lt;br /&gt;

&lt;br /&gt;
On a number of occassions this method is called before all of the changes are written to the 'SiteConfiguration' object.
&lt;br /&gt;

&lt;br /&gt;
Example 1 - EditImage.aspx.cs
&lt;br /&gt;

&lt;br /&gt;
   Line 1            config.UpdateModuleSetting(moduleId, &amp;quot;src&amp;quot;, Src.Text);
&lt;br /&gt;
   Line 2            config.UpdateModuleSetting(moduleId, &amp;quot;height&amp;quot;, Height.Text);
&lt;br /&gt;
   Line 3            config.UpdateModuleSetting(moduleId, &amp;quot;width&amp;quot;, Width.Text);
&lt;br /&gt;

&lt;br /&gt;
In this example only line one can execute correctly because 'config.UpdateModuleSetting' calls the 'SaveSiteSettings' method which evicts the 'Site Configuration' Object from the cache which means that further references to the object call the 'GetSiteSettings()' method which disregards any dynamic changes that could have been made to the parameters in Line 2 or Line 3.   
&lt;br /&gt;

&lt;br /&gt;
Hence when Line 2 executes it simply writes values that are Loaded by the 'GetSiteSettings()' method after Line 1 has executed, instead of the dynamically changed values from the web UI.
&lt;br /&gt;

&lt;br /&gt;
To confirm this behaviour add a breakpoint to the line if(siteSettings == null) of the 'SaveSiteSettings' method.  
&lt;br /&gt;

&lt;br /&gt;
Add breakpoints to Line 1, 2 and 3 from EditImage.aspx.cs.
&lt;br /&gt;

&lt;br /&gt;
You will see that after Line 1 has executed if(siteSettings == null) evaluates to True causing the 'GetSiteSettings()' method to be called.  NOT GOOD if all of the dynamic changes haven't been written to  'Site Configuration' Object.
&lt;br /&gt;

&lt;br /&gt;
IT GETS WORSE -
&lt;br /&gt;

&lt;br /&gt;
Example 2 - TabLayout.aspx.cs
&lt;br /&gt;

&lt;br /&gt;
   Line 1    // resave the order
&lt;br /&gt;
   Line 2    Configuration config = new Configuration();
&lt;br /&gt;
   Line 3    foreach (ModuleItem item in modules) 
&lt;br /&gt;
   Line 5    {
&lt;br /&gt;
   Line 6     config.UpdateModuleOrder(item.ModuleId, item.ModuleOrder, pane);
&lt;br /&gt;
   Line 7    }
&lt;br /&gt;

&lt;br /&gt;
In this example the 'UpdateModuleOrder' calls the 'SaveSiteSettings' method hence the cache is cleared and the 'Site Configuration' Object is reset by the 'GetSiteSettings()' method after the FIRST round of the foreach loop.
&lt;br /&gt;

&lt;br /&gt;
I have added an extra bool parameter to the 'UpdateModuleOrder' method and  UpdateModuleSetting and programatically decided, before the methods are called,  when the 'SaveSiteSettings' method  should be called.
&lt;br /&gt;

&lt;br /&gt;
NOTE - After adding the bool parameter compilation errors will let you know where the methods are called from so you can rewrite your code, setting the bool,  to suit the situation.
&lt;br /&gt;

&lt;br /&gt;
As far as I have determined this issue only affects TabLayout.aspx.cs and EditImage.aspx.cs.
&lt;br /&gt;

&lt;br /&gt;
If you would like a copy of my precise solution then please request via email.
&lt;br /&gt;

&lt;br /&gt;
Incidently this post resolves the issues described in my two previous posts.
&lt;br /&gt;

&lt;br /&gt;
BUG - EditImage.aspx.cs
&lt;br /&gt;
Bug - TabLayout.aspx.cs
&lt;br /&gt;
 
&lt;br /&gt;
//
&lt;br /&gt;

&lt;br /&gt;
You may wish to post this twice - As a response to each of the previous post.  
&lt;br /&gt;

&lt;br /&gt;
Either way - your choice.</description></item><item><title>how can i make my url friendly </title><link>http://forums.asp.net/thread/2750088.aspx</link><pubDate>Mon, 17 Nov 2008 12:52:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2750088</guid><dc:creator>Ahtesham</dc:creator><author>Ahtesham</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2750088.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2750088</wfw:commentRss><description>&lt;span class="DNNAlignleft" id="dnn_ctr2108_ContentPane"&gt;
&lt;table class="" id="tblPostBody268436" cellspacing="0" cellpadding="0" align="left"&gt;

&lt;tr&gt;
&lt;td class="" align="left"&gt;&lt;span class="Forum_Normal" id="spBody"&gt;
&lt;p&gt;hey&lt;/p&gt;
&lt;p&gt;i am using Dnn 4.9 and i make a page name category and in that category i am displayin the list of mobile brands&amp;nbsp; and when any user click any mobile brand it display all the mobiles in that brand in another page&amp;nbsp; and when user click any mobile it display its detail in another pager &lt;/p&gt;
&lt;p&gt;mobiles brand(category) =&amp;gt; mobiles page(mobiles)&amp;nbsp; =&amp;gt;mobile detail (mobiledetail) &lt;/p&gt;
&lt;p&gt;Part&amp;nbsp; 1:&lt;/p&gt;
&lt;p&gt;now when i run my program and when i click my category page it display this url &lt;/p&gt;
&lt;p&gt;http://localhost/dnn/Category/tabid/59/Default.aspx&lt;/p&gt;
&lt;p&gt;but i only want it to be &lt;/p&gt;
&lt;p&gt;http://localhost/dnn/Category.aspx &lt;/p&gt;
&lt;p&gt;when i search the net i found a soultion that if i use&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urlformat=&amp;quot;HumanFriendly&amp;quot; in webconfig i get the human friendly urls and i get this url &lt;/p&gt;
&lt;p&gt;http://localhost/dnn/Category.aspx&lt;/p&gt;
&lt;p&gt;part 2:&lt;/p&gt;
&lt;p&gt;but when i click any brand in the category of mobile brand page i get this url &lt;/p&gt;
&lt;p&gt;http://localhost/dnn/Category/mobiles/tabid/60/id/2/Default.aspx&lt;/p&gt;
&lt;p&gt;but i want that i get this url &lt;/p&gt;
&lt;p&gt;http://localhost/dnn/mobiles.aspx or http://localhost/dnn/mobiles/2.aspx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; somthin like that &lt;/p&gt;
&lt;p&gt;when i search i find that if i can rewrite the url with the help of siteUrls.config &lt;/p&gt;
&lt;p&gt;and they give many example like &lt;/p&gt;
&lt;p&gt;&amp;lt;RewriterRule&amp;gt;&lt;br /&gt;&amp;lt;LookFor&amp;gt;.*/category.aspx&amp;lt;/LookFor&amp;gt;&lt;br /&gt;&amp;lt;SendTo&amp;gt;~/default.aspx?tabid=59&amp;lt;/SendTo&amp;gt;&lt;br /&gt;&amp;lt;/RewriterRule&amp;gt;&lt;/p&gt;
&lt;p&gt;i tried that but i do not work , am i doing somthing wrong , also how can i make this work for part 1 and part 2 &lt;/p&gt;
&lt;p&gt;so i can make friendly url for both 1 level and more then one level pages &lt;/p&gt;
&lt;p&gt;also is it possible that i can make my part 2 url somthin like this &lt;/p&gt;
&lt;p&gt;http://localhost/dnn/mobiles-c2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (that category selected is 2)&lt;/p&gt;
&lt;p&gt;and if any one select any mobile&amp;nbsp; from that brand&amp;nbsp; page&amp;nbsp; lets suppose mobile with id =48&amp;nbsp; then url&amp;nbsp; become &lt;/p&gt;
&lt;p&gt;http://localhost/dnn/mobiles-c2m48 &lt;/p&gt;
&lt;p&gt;i hope i explain what i want to do and hope some one can help me on this &lt;/p&gt;
&lt;p&gt;plz atleast tell me how can i urrewrite my url to user friendly when its more then one level &lt;/p&gt;
&lt;p&gt;Ahtesham &lt;/p&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/span&gt;</description></item><item><title>I need suggestion for my portal using ASP.net 3.5 framework </title><link>http://forums.asp.net/thread/2318377.aspx</link><pubDate>Thu, 24 Apr 2008 10:01:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2318377</guid><dc:creator>Rajat</dc:creator><author>Rajat</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2318377.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2318377</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i need suggestion for framework of my portal using asp.net 3.5 &lt;/p&gt;
&lt;p&gt;where user can choose his own custom style for page layout and skins&lt;/p&gt;
&lt;p&gt;fully customisable module,&lt;/p&gt;
&lt;p&gt;i have 3 module&amp;nbsp; 1 report, 2. Data entry, 3. communication&lt;/p&gt;
&lt;p&gt;user can put any report any where on screen according to his page lay out&lt;/p&gt;
&lt;p&gt;and data entry part ot any where he want.&lt;/p&gt;
&lt;p&gt;i want it fully ajax based but can;t understand how do i implement it &lt;/p&gt;
&lt;p&gt;please suggest. &lt;/p&gt;
&lt;p&gt;or give a tutorial link &lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; regards &lt;/p&gt;
&lt;p&gt;Rajat &lt;/p&gt;</description></item><item><title>Portal Website Template</title><link>http://forums.asp.net/thread/2448820.aspx</link><pubDate>Thu, 26 Jun 2008 10:27:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2448820</guid><dc:creator>Bhaarat</dc:creator><author>Bhaarat</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2448820.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2448820</wfw:commentRss><description>&lt;p&gt;Hello, &lt;/p&gt;&lt;p&gt;From where can i download Web design Templates for &lt;b&gt;my Portal site.&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanx in advance.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Extending Context.User.Identity.Name to add USERID</title><link>http://forums.asp.net/thread/32497.aspx</link><pubDate>Fri, 16 Aug 2002 04:58:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:32497</guid><dc:creator>TinyPond</dc:creator><author>TinyPond</author><slash:comments>32</slash:comments><comments>http://forums.asp.net/thread/32497.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=32497</wfw:commentRss><description>Using the Ibuyspy framework once a user logs would like to hold onto the UserID behind the sceens. Then whenever the user adds  a record I would like to store the userID rather than the users email address. I believe currently this is store in Context.User.Identity.Name Using VB.Net how could I or what would be the best method to hang onto both the username email and userid. I don't want to use session variables.
&lt;br /&gt;

&lt;br /&gt;
In advance thanks for you advice and  help.</description></item><item><title>Multiple clients customized content for each need help</title><link>http://forums.asp.net/thread/2649526.aspx</link><pubDate>Sat, 27 Sep 2008 04:54:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2649526</guid><dc:creator>mpar16</dc:creator><author>mpar16</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2649526.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2649526</wfw:commentRss><description>hi,
 i am new to multiport concept, I need help i have a client he is having more than 50 customers. He is customising same content for different customers so it became 50 code base. one place required changes it needs to be done for 50 times. so i am thinking one framework needs to customized for different different customer and without worring about common content for all customers.
  Now i need help how to go ahead i would like to avoid 50 customer code bases and implement it to one code base and one place for administration and customize for dynamic updates. which is best part( i am not sure which one helps)

Rainbow
dotnetduke
portal starter kit

or

windows sharepoint serives 3.0
windows sharepoint server (no problem budget if it gives solution)

please suggest which one best suit to our problem. one code base, one database
</description></item><item><title>tabindex and links table</title><link>http://forums.asp.net/thread/1893692.aspx</link><pubDate>Wed, 05 Sep 2007 12:48:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1893692</guid><dc:creator>lewisar</dc:creator><author>lewisar</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/1893692.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=1893692</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve inherited a project based on the IBuySpy portal and there&amp;#39;s one item in particular which I find really puzzling. The links database table contains hard-coded &amp;quot;tabindex&amp;quot; values in the url column. But in my application I need to have some tabs which are not visible due to the user&amp;#39;s lack of necessary authority, in which case Tab &amp;quot;A&amp;quot; say, which was tabindex 4 for one user, may be tabindex 3 for another user (who is not authorised to view the tab which was tabindex 2 originally say), or even tabindex 6 for a third user who has authority to view all tabs. So in these cases I don&amp;#39;t know what the tabindex will be until the user is logged in, in which case it&amp;#39;s impossible to configure the links table data correctly for Tab A.&lt;/p&gt;
&lt;p&gt;I notice that Application_BeginRequest always resets the tabindex to 1 before getting the new one from the request string. Is there any way to make it default to the &amp;quot;current&amp;quot; tabindex if no tabindex is supplied in the request string?&lt;/p&gt;
&lt;p&gt;Or is there some other way to make this work?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks for any help&lt;/p&gt;
&lt;p&gt;_Ade.&lt;/p&gt;</description></item><item><title>Survey module?</title><link>http://forums.asp.net/thread/2556613.aspx</link><pubDate>Wed, 13 Aug 2008 23:41:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2556613</guid><dc:creator>m_sekhon</dc:creator><author>m_sekhon</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2556613.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2556613</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi all&lt;/p&gt;&lt;p&gt;Does the Portal starter kit have an online survey module built for it? I&amp;#39;m basically looking for a CMS system with support for publishing online surveys. Are there any other ASP.NET based frameworks that offer this functionality. &lt;/p&gt;&lt;p&gt;Any pointers would be appreciated.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>webcontrol and multiview</title><link>http://forums.asp.net/thread/2438036.aspx</link><pubDate>Sat, 21 Jun 2008 15:48:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2438036</guid><dc:creator>nilsan</dc:creator><author>nilsan</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2438036.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2438036</wfw:commentRss><description>&lt;p&gt;hello everyone,&lt;br /&gt;&lt;br /&gt;i am using asp.net portal starter kit. i&amp;#39;ve one user control and in this kit it&amp;#39;s not possible to make more pages and redirect user from one page to another.so i created one user control and i am using multiview.&lt;br /&gt;&lt;br /&gt;in multiview i&amp;#39;ve 3 views.&lt;br /&gt;in first view i&amp;#39;ve nested repeater. in second view i&amp;#39;ve gridview and in third again i&amp;#39;ve gridview.when user click on linkbutton in repeater in first view, i want to pass TopidID as a querystring value to the second multiview gridview. i don&amp;#39;t want to redirect user to another page.it will fetch data according to the TopicID value and same for the third one. when user click link in gridview in second view it should pass value to third view. At the same time i want to active views accordingly.&lt;br /&gt;&lt;br /&gt;Any help will be appriciated..&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Nil &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Object reference not set to instance of an object</title><link>http://forums.asp.net/thread/2406575.aspx</link><pubDate>Fri, 06 Jun 2008 13:30:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2406575</guid><dc:creator>nilsan</dc:creator><author>nilsan</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2406575.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2406575</wfw:commentRss><description>&lt;p&gt;Hello Friends,&lt;/p&gt;&lt;p&gt;i downloaded Asp.net portal starter kit 1.1 and then i downloaded aspnetportal-install-May042008 and tried very hard to add some modules and upgrade to it..finally i succeeded with it. I wanted to use it as i wanted to have master page support..&lt;/p&gt;&lt;p&gt;Finally i m getting run time erro in desktopdefault.aspx : System.NullReferenceException: Object reference not set to an instance of an 
object.&lt;/p&gt;&lt;p&gt;This error occurs in page_load event of desktopdefault.aspx page..below is my code where i am getting error.&lt;/p&gt;&lt;p&gt;&amp;nbsp;protected void Page_Init(object sender, EventArgs e) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PortalSettings portalSettings = (PortalSettings) HttpContext.Current.Items[&amp;quot;PortalSettings&amp;quot;];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (PortalSecurity.IsInRoles(portalSettings.ActiveTab.AuthorizedRoles) == false) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect(&amp;quot;~/Admin/AccessDenied.aspx&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((Request.IsAuthenticated == false) &amp;amp;&amp;amp; (portalSettings.ActiveTab.TabIndex == 0)) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeftPane.Controls.Add(Page.LoadControl(&amp;quot;~/DesktopModules/SignIn.ascx&amp;quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeftPane.Visible = true;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (portalSettings.ActiveTab.Modules.Count &amp;gt; 0) {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (ModuleSettings _moduleSettings in portalSettings.ActiveTab.Modules) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Control parent = Page.FindControl(_moduleSettings.PaneName);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (( _moduleSettings.CacheTime ) == 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PortalModuleControl portalModule = (PortalModuleControl) Page.LoadControl(_moduleSettings.DesktopSrc);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; portalModule.PortalId = portalSettings.PortalId;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; portalModule.ModuleConfiguration = _moduleSettings;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;parent.Controls.Add(&amp;nbsp; portalModule); // i am getting error here..&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CachedPortalModuleControl portalModule = new CachedPortalModuleControl( );&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; portalModule.PortalId = portalSettings.PortalId;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; portalModule.ModuleConfiguration = _moduleSettings;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent.Controls.Add(portalModule);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (Exception en)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw en;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent.Controls.Add(new LiteralControl(&amp;quot;&amp;lt;&amp;quot; + &amp;quot;br&amp;quot; + &amp;quot;&amp;gt;&amp;quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent.Visible = true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I really want to solve this error and wana get back to work..pls help...&lt;img src="http://forums.asp.net/emoticons/emotion-7.gif" alt="Tongue Tied" /&gt;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Nil&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>'SiteConfiguration' could not be found compile error</title><link>http://forums.asp.net/thread/314333.aspx</link><pubDate>Wed, 20 Aug 2003 14:25:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:314333</guid><dc:creator>arjarj</dc:creator><author>arjarj</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/314333.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=314333</wfw:commentRss><description>I am getting the following error when I compile the application...any ideas how I can solve this?
&lt;br /&gt;

&lt;br /&gt;
c:\program files\asp.net starter kits\asp.net portal (csvs)\portalcsvs\components\configuration.cs(695,10): error CS0246: The type or namespace name 'SiteConfiguration' could not be found (are you missing a using directive or an assembly reference?)
&lt;br /&gt;

&lt;br /&gt;
c:\program files\asp.net starter kits\asp.net portal (csvs)\portalcsvs\components\configuration.cs(724,17): error CS0246: The type or namespace name 'SiteConfiguration' could not be found (are you missing a using directive or an assembly reference?)
&lt;br /&gt;

&lt;br /&gt;
</description></item><item><title>How can I customize ASP.NET Portal Start Kit?</title><link>http://forums.asp.net/thread/2225116.aspx</link><pubDate>Tue, 11 Mar 2008 10:31:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2225116</guid><dc:creator>hoa_lan_trang1982</dc:creator><author>hoa_lan_trang1982</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2225116.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2225116</wfw:commentRss><description>&lt;p&gt;Scenario:&lt;br /&gt;In the Left Panel&amp;nbsp;of Home tab, there is a menu (This menu is a User control) that has 2 navigator links , in the Content Panel, there is a User Control named UserControl1.&lt;br /&gt;Will do: When I click on the second link of the menu in the left panel, I want to display content of another User Control named UserControl2.&lt;br /&gt;How can I do now?&lt;/p&gt;
&lt;p&gt;Thanks a lot!&lt;/p&gt;</description></item><item><title>where can I download the latest version Portal Starter Kit?</title><link>http://forums.asp.net/thread/1686780.aspx</link><pubDate>Sun, 29 Apr 2007 05:34:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1686780</guid><dc:creator>jacobzhang</dc:creator><author>jacobzhang</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/1686780.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=1686780</wfw:commentRss><description>&lt;p&gt;where to download it?&lt;/p&gt;</description></item><item><title>Portal Starter Kit / .NET 2.0 Version / Web Client Software Factory Version</title><link>http://forums.asp.net/thread/2215671.aspx</link><pubDate>Thu, 06 Mar 2008 07:59:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2215671</guid><dc:creator>cbakopanos@yahoo.com</dc:creator><author>cbakopanos@yahoo.com</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2215671.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=87&amp;PostID=2215671</wfw:commentRss><description>&lt;p&gt;I have started to refactor the initial starter kit. &lt;/p&gt;
&lt;p&gt;The database schema is still the same for compatibility reasons.&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;a href="http://www.codeplex.com/ASPNETPortal"&gt;http://www.codeplex.com/ASPNETPortal&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;
&lt;h1&gt;Features &lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Dynamic Portal Infrastructure 
&lt;li&gt;10 basic portal modules for common types of content 
&lt;li&gt;2 extra portal modules: RSS Feed and Wiki &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;A &amp;quot;pluggable&amp;quot; framework that is simple to extend with custom portal modules 
&lt;li&gt;Online administration of portal layout, content and security 
&lt;li&gt;XML based definition of portal layout 
&lt;li&gt;Database based definition of portal layout &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;Roles-based security for viewing content, editing content, and administering the portal 
&lt;li&gt;Full mobile support using the ASP.NET Mobile Controls 
&lt;li&gt;Multiple database support easily extensible to support more databases &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;Web service layer ASMX and WCF &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;Smart Client to support Admins and power users &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Technologies and Design Approaches Demonstrated &lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;.NET 2.0 \ .NET 3.5 &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;Web Client Software Factory &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;Object Builder &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;Smart Client Software Factory &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;li&gt;ASP.NET Mobile Controls 
&lt;li&gt;Three-tier architecture with ASP.NET 
&lt;li&gt;Role Based Security 
&lt;li&gt;Layered architecture &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; 
&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Vertical&lt;/i&gt;: Data\Business\Presentation 
&lt;li&gt;&lt;i&gt;Horizontal&lt;/i&gt;: Services, Framework &lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;Design Patterns &lt;img alt="new.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ASPNETPortal&amp;amp;DownloadId=29249" /&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>