<?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>Search results matching tag 'Architecture'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Architecture&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Architecture'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>publishing content on  website in regional languages(telugu )</title><link>http://forums.asp.net/thread/3546209.aspx</link><pubDate>Thu, 03 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3546209</guid><dc:creator>ademsandeep</dc:creator><description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have to publish content in regional languages on website(using asp.net,c#).Can anybody give me idea regarding this.&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Web service as Datasource in the DAL</title><link>http://forums.asp.net/thread/3495294.aspx</link><pubDate>Thu, 05 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3495294</guid><dc:creator>jclark434175</dc:creator><description>&lt;p&gt;Yes. We have a similar setup on a on project I am currently working on. For starters the best way to break down a n-tier application is to explain the layers and what they need to perform/process.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Presentation Layer&lt;/b&gt; - In terms of ASP.NET, code-behind, aspx markup pages&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business Logic Layer - &lt;/b&gt;Contains business logic in terms of classes that have functions that perform operations/business logic&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data Layer - &lt;/b&gt;Contains your data access code; whether it be exposed as web services, database, xml, in-memory, whichever&lt;/p&gt;&lt;p&gt;(Optional) &lt;b&gt;Service Layer - &lt;/b&gt;Service layer contains service agents that can be used to communicate with web services&lt;/p&gt;&lt;p&gt;Now that we understand all the layers, let&amp;#39;s talk about your scenario. I think what you are in the need of is the &lt;b&gt;Repository Pattern&lt;/b&gt;. Here is an article that is good at explaining its uses - &lt;a href="http://www.codeproject.com/KB/architecture/linqrepository.aspx"&gt;http://www.codeproject.com/KB/architecture/linqrepository.aspx&lt;/a&gt;&amp;nbsp;. The repository pattern will help you decouple your types of back-end data sources from your domain model or business entities. Either way if you don&amp;#39;t end up using a repository pattern you can also look using a mapping layer instead. A mapping layer will allow you to build DTO (Data Transfer Objects) objects which will allow you to expose objects to your front-end that are not tied to your back end data model.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope this helps&lt;img src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif" alt="Smile" title="Smile" border="0" /&gt;&lt;/p&gt;</description></item><item><title>basic doubt regarding design patterns</title><link>http://forums.asp.net/thread/3478755.aspx</link><pubDate>Tue, 27 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3478755</guid><dc:creator>anilkumar.ms</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;i know&amp;nbsp;that design patterns are of three types and they are creational, structural and behavioral. May i know how they&amp;#39;ll be used in a project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Anil.&lt;/p&gt;</description></item><item><title>Guidance welcomed on architectural design</title><link>http://forums.asp.net/thread/3443060.aspx</link><pubDate>Tue, 06 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3443060</guid><dc:creator>ThinkingAboutStuff</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am looking for some advice&amp;nbsp;and comments on the proposed architecture for a new web application that I am about to start.&lt;/p&gt;
&lt;p&gt;Basically, the&amp;nbsp;application will consist of a&amp;nbsp;static content and then multiple non-static parts. The static content would&amp;nbsp;more than likely be some sort of CMS and the&amp;nbsp;multiple non-static parts would be a series of web forms.&lt;/p&gt;
&lt;p&gt;We will be using ASP.NET (possibly MVC) and version 3.5 of the framework with SQL Server 2005 as the database.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was thinking about having a seperate websites within IIS for the static content and then a seperate website for each of the non-static sections of the site. The main reason being that we could then seperate everything out and development teams could work on each section independently. This would allow us to add more and more of the non-static sections as/when required and it would also allow us to perform maintenance on each section without effecting any other section.&lt;/p&gt;
&lt;p&gt;I am sorry for being a bit vague but the concept is still a company secret so I cannot divuldge what each of the &amp;quot;non static&amp;quot; sections are but if we say for example that they are pages for capturing information about different animals then that may help to make a bit of sense.&lt;/p&gt;
&lt;p&gt;I was thinking about a virtual folder for the static content (CMS) and then a seperate virtual folder for say Dogs, another for Cats, another for Horses etc. etc. with each &amp;quot;animal&amp;quot; running in it&amp;#39;s own application pool.&lt;/p&gt;
&lt;p&gt;One area of concern is how do I manage security, specifically the user&amp;#39;s login. Ideally, we would force the user to login via the CMS and then pass the login details to each of the Animals as we wouldn&amp;#39;t want the user to have to log back in during visits to each of the virtual folders etc. Would simply encrypting the login details and passing them as query strings be suitable?&lt;/p&gt;
&lt;p&gt;The site(s) would also need to be load balanced, can you think of any issues with this design regarding load balancing?&lt;/p&gt;
&lt;p&gt;All comments and suggestions would be welcomed.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Re: Rewriting an Access Project (ADP) - Web or WPF - Suggestions and Tips please</title><link>http://forums.asp.net/thread/3425377.aspx</link><pubDate>Fri, 25 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3425377</guid><dc:creator>dministrator</dc:creator><description>&lt;p&gt;&amp;nbsp;Thank you for taking time for writing such an involved response. Very helpful. Thank you.&lt;/p&gt;
&lt;p&gt;Some more points about this application:&lt;br /&gt;&lt;br /&gt;Technical expertise is not an issue as we have people, myself included, working on everything from BizTalk, WCF, WWF and many other Microsoft technologies.&lt;br /&gt;&lt;br /&gt;I do not know the full history behind this Access application which I inherited, but one of the clincher in favor of using Access + Citrix seems to be that,&amp;nbsp; Access had everything they needed within one platform: Reporting, UI forms, interface to SQL Server Database etc. &lt;br /&gt;&lt;br /&gt;The terminals are all windows dumb-terminals, or as we like to call them - &amp;#39;unwise terminals&amp;#39;. The application is represented by a short cut on the desktop; when dbl-clicked will launch the Access ADP project via Citrix. I don&amp;#39;t think any of&amp;nbsp;the terminals have IE installed right now. &lt;/p&gt;
&lt;p&gt;If you have more to add on this topic, please do so. Thanks again for your response.&lt;/p&gt;</description></item><item><title>web application architecture</title><link>http://forums.asp.net/thread/3420445.aspx</link><pubDate>Wed, 23 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3420445</guid><dc:creator>swapnil.naik</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;We&amp;#39;re in the search of an ideal web application architecture (ASP.NET) (like CSLA.NET)&lt;/p&gt;&lt;p&gt;We want to meet following criteria, &lt;/p&gt;&lt;p&gt;it should be..&lt;/p&gt;&lt;ul&gt;&lt;li&gt;web service based (so that SOA implementation would be easier in future) (CSLA.NET is based on remoting techniques)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;ASP.NET server controls support (since, ASP.NET MVC doesn&amp;#39;t support)&lt;/li&gt;&lt;li&gt;N-tier architecture (easily extensible)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;if such architecture already exists, please let us know.. else, guide us how to achieve this minimal criteria.&lt;/p&gt;&lt;p&gt;Thanks in adv.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>problem with generics</title><link>http://forums.asp.net/thread/3403604.aspx</link><pubDate>Mon, 14 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3403604</guid><dc:creator>sansat6699</dc:creator><description>&lt;p&gt;i am having&lt;/p&gt;&lt;p&gt;public&amp;nbsp; class studentCollection:Collection &amp;lt;studentCollection&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //constructer&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public studentCollection(): base(new List&amp;lt;student&amp;gt;())&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; }&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;gives me error&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1 Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;The best overloaded method match for &amp;#39;System.Collections.ObjectModel.Collection&amp;lt;C.Bl.studentCollection&amp;gt;.Collection(System.Collections.Generic.IList&amp;lt;C.Bl.studentCollection&amp;gt;)&amp;#39; has some invalid arguments&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2 Error&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp;Argument &amp;#39;1&amp;#39;: cannot convert from &amp;#39;System.Collections.Generic.List&amp;lt;C.Bl.student&amp;gt;&amp;#39; to &amp;#39;System.Collections.Generic.IList&amp;lt;C.Bl.studentCollection&amp;gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Maintaining and displaying historical data after modifications</title><link>http://forums.asp.net/thread/3386422.aspx</link><pubDate>Thu, 03 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3386422</guid><dc:creator>bgray</dc:creator><description>&lt;p&gt;&amp;nbsp;Haven&amp;#39;t seen a post&amp;nbsp;similar&amp;nbsp;to my problem so posting. How can you model your database to handle data entry wherein you must keep and show correctly the entered data historically. As an example:&lt;/p&gt;
&lt;p&gt;You have a teacher evaluation page that has a bunch of dropdowns(selects) where you rate a teacher for the year. Say there are 10 dropdowns representing evalution areas and each dropdown has unique items(option) text and values. One dropdown could have 5 items, another 6. The dropdowns and select items are all stored in the database. So a teacher gets rated for 5 years on these 10 areas by lots of students. You got lots of data about the teacher now. Say you have some pages that shows details about the teacher&amp;#39;s evaluation over the past 5 years....some graphs or average score per year, or better yet, the actual values an individual student submitted for any year (anonymous of course). OK, now the number of dropdowns change or the items in the dropdowns change via perhaps some admin page for configuring teacher evalutions. Say 1 dropdown gets removed, another added with new items, and another has the text and values of its dropdown items changed. And so a few more years go by and the teacher is rated on these newer updated criteria. So...now how would I keep the data accurate when a teacher wants to see an evaluation from the very first year. For that first year, 1 dropdown no longer exists, another dropdown has it&amp;#39;s orignal values and text all changed. If&amp;nbsp;I use the current values of that dropdown, then it won&amp;#39;t be an accurate depiction of what the student filled out at that time.&lt;/p&gt;
&lt;p&gt;Any design help on this sort of general scenario would be greatly appreciated. In one project every item that could be changed had a &amp;#39;DateEffectiveStart&amp;#39; and &amp;#39;DateEffecetiveEnd&amp;#39;&amp;nbsp; columns in the database so when I brought up historical info for that day, i had to get everything where the day we between those two columns. Seems like there has got to be a better way.&lt;/p&gt;</description></item><item><title>SXSW Interactive Panels</title><link>http://forums.asp.net/thread/3375375.aspx</link><pubDate>Fri, 28 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3375375</guid><dc:creator>tmessbauer</dc:creator><description>&lt;p&gt;If you are thinking about SXSW interactive this year, check out the panel picker.&amp;nbsp; Panels are chosen largely on the community interest. &lt;/p&gt;&lt;p&gt;Here are a couple that have been submitted that are of interest to me.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" title="Tom Messbauer - Making Your Rich Internet Application (RIA) Scream" href="http://panelpicker.sxsw.com/ideas/view/5071"&gt;Making Your Rich Internet Application (RIA) Scream&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" title="Scott Hanselman - Multi-Platform Online Massively Multiplayer Silly Games for Babies" href="http://panelpicker.sxsw.com/ideas/view/3443?return=%2Fideas%2Findex%2F4%2Fq%3Ascott+hanselman"&gt;Multi-Platform Online Massively Multiplayer Silly Games for Babies&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Is anyone else attending SXSW this year?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Dynamic Menu loading using XML data source with XSLS</title><link>http://forums.asp.net/thread/3370034.aspx</link><pubDate>Wed, 26 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3370034</guid><dc:creator>mohanaraj@3485</dc:creator><description>&lt;p&gt;&lt;b&gt;hai&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use the ASP menu control which having menu items from DataBase for that i use XML datasource for it from that XML using XSLT i create the style fot it and load the menu the munu will load in the page perfectly as i expect but the problem is when loading the menu control will go to the page lolad method of&amp;nbsp; all the pages that i mention as link for the subitems so the delay occurs. can you please tell the resion for that and how can i solve this.&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;asp:Menu ID=&amp;quot;Menu2&amp;quot; DataSourceID=&amp;quot;xmlDataSource&amp;quot; runat=&amp;quot;server&amp;quot; BorderWidth=&amp;quot;0&amp;quot;&lt;br /&gt;StaticHoverStyle-BorderWidth=&amp;quot;0&amp;quot; StaticHoverStyle-BorderStyle=&amp;quot;none&amp;quot; &lt;br /&gt;StaticMenuItemStyle-BorderStyle=&amp;quot;none&amp;quot; StaticMenuItemStyle-BorderWidth=&amp;quot;0&amp;quot; &lt;br /&gt;StaticSubMenuIndent=&amp;quot;10&amp;quot; StaticPopOutImageUrl=&amp;quot;~/images/menu_separator.jpg&amp;quot; &amp;nbsp;&lt;br /&gt;&amp;nbsp;DynamicHorizontalOffset=&amp;quot;0&amp;quot; CssClass=&amp;quot;TopMenu&amp;quot; StaticDisplayLevels=&amp;quot;1&amp;quot; ForeColor=&amp;quot;white&amp;quot; &amp;nbsp;&lt;br /&gt;Orientation=&amp;quot;Horizontal&amp;quot; StaticHoverStyle-Font-Names=&amp;quot;Verdana, Arial, Helvetica, sans-serif&amp;quot; &lt;br /&gt;StaticMenuItemStyle-ForeColor=&amp;quot;white&amp;quot; StaticMenuItemStyle-HorizontalPadding=&amp;quot;0&amp;quot; &lt;br /&gt;StaticMenuItemStyle-VerticalPadding=&amp;quot;0&amp;quot; StaticMenuStyle-HorizontalPadding=&amp;quot;0&amp;quot; &amp;nbsp;&lt;br /&gt;StaticMenuStyle-VerticalPadding=&amp;quot;0&amp;quot; StaticHoverStyle-ForeColor=&amp;quot;darkBlue&amp;quot; &lt;br /&gt;StaticSelectedStyle-Font-Bold=&amp;quot;True&amp;quot; StaticSelectedStyle-BackColor=&amp;quot;#FFFFFF&amp;quot; &lt;br /&gt;StaticSelectedStyle-ForeColor=&amp;quot;#990000&amp;quot;&amp;nbsp;&amp;nbsp; DynamicMenuStyle-BackColor=&amp;quot;#45b6e0&amp;quot; &lt;br /&gt;DynamicMenuStyle-ForeColor=&amp;quot;#990000&amp;quot; DynamicMenuItemStyle-VerticalPadding=&amp;quot;4&amp;quot; &lt;br /&gt;DynamicMenuItemStyle-HorizontalPadding=&amp;quot;2&amp;quot; DynamicMenuItemStyle-CssClass=&amp;quot;DynamicMenuItemStyle&amp;quot; &lt;br /&gt;DynamicHoverStyle-Font-Names=&amp;quot;Verdana, Arial, Helvetica, sans-serif&amp;quot; DynamicHoverStyle-Font-Size=&amp;quot;11px&amp;quot; &lt;br /&gt;DynamicHoverStyle-BackColor=&amp;quot;lightblue&amp;quot; DynamicHoverStyle-ForeColor=&amp;quot;darkBlue&amp;quot;&amp;nbsp; ScrollDownText=&amp;quot;Scroll&amp;quot; &lt;br /&gt;DynamicEnableDefaultPopOutImage=&amp;quot;true&amp;quot; ToolTip =&amp;quot;&amp;quot; &amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;lt;DynamicItemTemplate&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;table title =&amp;quot;&amp;quot;&amp;nbsp; width=&amp;quot;100%&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onmouseover=&amp;#39;javascript:ShowNewMenuItem(&amp;quot;&amp;lt;%# DataBinder.Eval(Container.DataItem, &amp;quot;Value&amp;quot;)%&amp;gt;&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;&amp;lt;%# DataBinder.Eval(Container.DataItem, &amp;quot;ToolTip&amp;quot;)%&amp;gt;&amp;quot;);&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onmouseout=&amp;#39;javascript:HideNewMenuItem(&amp;quot;&amp;lt;%# DataBinder.Eval(Container.DataItem, &amp;quot;Value&amp;quot;)%&amp;gt;&amp;quot;);&amp;#39;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td align=&amp;quot;left&amp;quot;&amp;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;lt;asp:HyperLink NavigateUrl=&amp;#39;&amp;lt;%# Eval(&amp;quot;NavigateUrl&amp;quot;)%&amp;gt;&amp;#39; Text=&amp;#39;&amp;lt;%# Eval(&amp;quot;Text&amp;quot;)%&amp;gt;&amp;#39;&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; runat=&amp;quot;server&amp;quot; ID=&amp;quot;HyperLink2&amp;quot; CssClass=&amp;quot;MenuItemSty&amp;quot;&amp;gt;&amp;lt;/asp:HyperLink&amp;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;amp;nbsp;&amp;lt;/td&amp;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;lt;td align=&amp;quot;right&amp;quot; title =&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div id=&amp;#39;MItem&amp;lt;%# Eval(&amp;quot;Value&amp;quot;)%&amp;gt;&amp;#39; &amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;amp;nbsp;&amp;lt;asp:HyperLink NavigateUrl=&amp;#39;&amp;lt;%# Eval(&amp;quot;Target&amp;quot;)%&amp;gt;&amp;#39; Text=&amp;quot;New&amp;quot; runat=&amp;quot;server&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID=&amp;quot;HyperLink1&amp;quot;&amp;gt;&amp;lt;/asp:HyperLink&amp;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;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/table&amp;gt; &lt;br /&gt;&amp;lt;/DynamicItemTemplate&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;DataBindings&amp;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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;lt;asp:MenuItemBinding DataMember=&amp;quot;MenuItem&amp;quot;&amp;nbsp; TargetField=&amp;quot;Target&amp;quot; ToolTipField =&amp;quot;ToolTip&amp;quot; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ValueField=&amp;quot;Value&amp;quot; NavigateUrlField=&amp;quot;NavigateUrl&amp;quot; TextField=&amp;quot;Text&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ImageUrlField=&amp;quot;ImageUrl&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/DataBindings&amp;gt;&lt;br /&gt;&amp;lt;/asp:Menu&amp;gt;&lt;/p&gt;</description></item></channel></rss>