<rss version="2.0"><channel><title>localhost</title><link>http://www.worldofasp.net/news/feed.aspx</link><description>localhost</description><ttl>60</ttl><item><title>Arabic module required for &amp;lt;B&amp;gt;Asp&amp;lt;/B&amp;gt;.&amp;lt;B&amp;gt;Net&amp;lt;/B&amp;gt; Website by aim168</title><link>http://www.worldofasp.net/MSSQL/re-3844_Arabic-module-required-for-lt-Bgt-Asplt--Bgt--lt-Bgt-Netlt--Bgt--Website-by-aim168.aspx</link><description>Skills Required Asp . Net 2.0 (C#) SQL Server 2005 Note: Please include your portfolio work which includes mulit-lingual website in your CV... Read More......(&lt;a href="http://www.getafreelancer.com/projects/NET-Translation/Arabic-module-required-for-Asp.html"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6516986" width="1" height="1"&gt;</description><author>ASP.NET Blogs                                                                                       </author><pubDate>Thu, 14 Aug 2008 00:00:00 GMT</pubDate><category>MSSQL</category></item><item><title>If you allocate from the Large Object Heap each time an ASPX page is requested, your performance will be dismal</title><link>http://www.worldofasp.net/ASP-NET/re-3838_If-you-allocate-from-the-Large-Object-Heap-each-time-an-ASPX-page-is-requested-your-performance-will-be-dismal.aspx</link><description>Aside from short-lived LOH allocations, the most common cause of memory related issues in ASP.NET apps is pinning managed memory during long async I/O operations. ASP.NET itself does not do this. Objects larger than 85,000 bytes are allocated in the Large Read More......(&lt;a href="http://blogs.msdn.com/tmarq/archive/2008/04/29/if-you-allocate-from-the-large-object-heap-each-time-an-aspx-page-is-requested-your-performance-will-be-dismal.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6516958" width="1" height="1"&gt;</description><author>ASP.NET Blogs                                                                                       </author><pubDate>Thu, 14 Aug 2008 00:00:00 GMT</pubDate><category>ASP.NET</category></item><item><title>Selecting an Account for the SQL Server Agent Service</title><link>http://www.worldofasp.net/MSSQL/re-3842_Selecting-an-Account-for-the-SQL-Server-Agent-Service.aspx</link><description>* Built-in account. You can choose from a list of the following built-in Windows service accounts: o Local System account. The name of this account is NT AUTHORITY\System. It is a powerful account Read More......(&lt;a href="http://msdn.microsoft.com/en-us/library/ms191543.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6516962" width="1" height="1"&gt;</description><author>ASP.NET Blogs                                                                                       </author><pubDate>Thu, 14 Aug 2008 00:00:00 GMT</pubDate><category>MSSQL</category></item><item><title>SQL SERVER - Get Date Time in Any Format - UDF - User Defined Functions</title><link>http://www.worldofasp.net/MSSQL/re-3797_SQL-SERVER---Get-Date-Time-in-Any-Format---UDF---User-Defined-Functions.aspx</link><description>One of the reader Nanda of SQLAuthority.com has posted very detailed script of converting any date time in desired format. I suggest every reader of this blog to save this script in your permanent code bookmark and use it when you need it.Refer the function and get familiar yourself with different format this function support. [...]...&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br style="clear: both;"/&gt;
  &lt;img alt=" " style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=b552fc65969c7c091679d76b61462dee" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=b552fc65969c7c091679d76b61462dee" style="display: none;" border="0" height="1" width="1" alt=" "/&gt;</description><author>DotNetSlackers Latest ASP.NET News in Category SQL                                                  </author><pubDate>Thu, 14 Aug 2008 00:00:00 GMT</pubDate><category>MSSQL</category></item><item><title>wum_oneview :  DotNetSlackers: ASP.NET News and Articles For Lazy Developers: Verschlagwortet mit: tutorials, How-To.. http://tinyurl.com/6lmkyx</title><link>http://www.worldofasp.net/ASP-NET/re-3836_wum_oneview----DotNetSlackers--ASP-NET-News-and-Articles-For-Lazy-Developers--Verschlagwortet-mit--tutorials-How-To---http---tinyurl-com-6lmkyx.aspx</link><description>wum_oneview : DotNetSlackers: ASP.NET News and Articles For Lazy Developers: Verschlagwortet mit: tutorials, How-To.. http://tinyurl.com/6lmkyx Read More......(&lt;a href="http://twitter.com/wum_oneview/statuses/887212787"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6516966" width="1" height="1"&gt;</description><author>ASP.NET Blogs                                                                                       </author><pubDate>Thu, 14 Aug 2008 00:00:00 GMT</pubDate><category>ASP.NET</category></item><item><title>ASP.NET MVC Tip #32 – Repopulate Form Fields with ViewData.Eval()</title><link>http://www.worldofasp.net/ASP-NET/re-3814_ASP-NET-MVC-Tip-32-%e2%80%93-Repopulate-Form-Fields-with-ViewData-Eval.aspx</link><description>When you need to repopulate the form data in an edit form, displaying both valid and invalid values, use ViewData.Eval() to retrieve the values from both the view data dictionary and the view data Model. You use view data in an ASP.NET MVC application to pass data from a controller action to a view. You assign the view data to a controller&amp;amp;#8217;s ViewData property and you read the view data from a view&amp;amp;#8217;s ViewData property. The MVC ViewData class is a hybrid of two classes. On the one hand, the ViewData class inherits from the base Dictionary class (Dictionary&amp;amp;lt;string,object&amp;amp;gt;). Therefore, it works just like a standard generic Dictionary collection. You add a key and value pair to ViewData like this: ViewData[&amp;amp;#8220;message&amp;amp;#8221;...(&lt;a href="http://feeds.feedburner.com/~r/StephenWalther/~3/364277754/asp-net-mvc-tip-32-repopulate-form-fields-with-viewdata-eval.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6514894" width="1" height="1"&gt;</description><author>ASP.NET Team Blogs                                                                                  </author><pubDate>Wed, 13 Aug 2008 00:00:00 GMT</pubDate><category>ASP.NET</category></item><item><title>Creating a Databound Label Control</title><link>http://www.worldofasp.net/ASP-NET/re-3846_Creating-a-Databound-Label-Control.aspx</link><description>&lt;p&gt;
ASP.NET includes a number of data source and data Web controls that make it remarkably easy to work with data from a web page. For example, to display
the results of a database query simply add and configure a SqlDataSource control and then bind that to a GridView, &lt;a href="http://aspnet.4guysfromrolla.com/articles/122607-1.aspx"&gt;ListView&lt;/a&gt;, 
or some other data Web control. There's no need to write any source code; the data source controls allow declarative access to data. For more information
on working with data in ASP.NET see my &lt;a href="http://aspnet.4guysfromrolla.com/articles/011106-1.aspx"&gt;Accessing and Updating Data in ASP.NET&lt;/a&gt;
article series and &lt;a href="http://www.asp.net/learn/data-access/"&gt;Working with Data&lt;/a&gt; tutorials.
&lt;/p&gt;&lt;p&gt;
The GridView and ListView controls are great for displaying a set of records, while the DetailsView and FormView controls are ideal for displaying 
information about a single record. There are times where we only need to display a single column from a single record. While you can certainly
use the DetailsView or FormView controls for this, it would be easier to use a Label Web control. However, the Label control does not natively
support data binding. As a result, to display a database needed in a Label Web control you need to write code (or put the Label in a
FormView templates or a DetailsView TemplateField).
&lt;/p&gt;&lt;p&gt;
The good news is that the .NET Framework offers appropriate base classes that we can extend to build a databound Label Web control.
This article shows how to create and use such a control. The control, which I named DataboundLabel, and its complete source code is available for 
download at the end of this article, along with a demo of the control in use. Read on to learn more!
&lt;br /&gt;&lt;a href="http://aspnet.4guysfromrolla.com/articles/081308-1.aspx" class="readmore"&gt;Read More &amp;amp;gt;&lt;/a&gt;&lt;/p&gt;</description><author>4GuysFromRolla.com Headlines                                                                        </author><pubDate>Wed, 13 Aug 2008 00:00:00 GMT</pubDate><category>ASP.NET</category></item><item><title>Guidance on SharePoint</title><link>http://www.worldofasp.net/SharePoint/re-3813_Guidance-on-SharePoint.aspx</link><description>You all might be amazed by the number of emails, messages, and calls I get asking for any of the following: Guidance on SharePoint Requests to add SharePoint Guidance to WCSF Requests to add &amp;amp;quot;Office applications&amp;amp;quot; support to SCSF Well, I can finally help out folks looking for guidance on how to build SharePoint applications by saying &amp;amp;quot;go check out the CodePlex project for patterns &amp;amp;amp; practices SharePoint Guidance ( http://www.codeplex.com/spg ).&amp;amp;quot; If you are hoping for SharePoint support in WCSF, you should probably check this out too. Blaine and Francis are leading the effort on this project. I understand that they are tackling a few big challenges that customers have ranked as the most important including (this list is...(&lt;a href="http://blogs.msdn.com/mpuleio/archive/2008/08/13/guidance-on-sharepoint.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6515332" width="1" height="1"&gt;</description><author>ASP.NET Team Blogs                                                                                  </author><pubDate>Wed, 13 Aug 2008 00:00:00 GMT</pubDate><category>SharePoint</category></item><item><title>New SQL Server User Group in Orange County - First Meeting on 8/14/2008</title><link>http://www.worldofasp.net/SharePoint/re-3799_New-SQL-Server-User-Group-in-Orange-County---First-Meeting-on-8-14-2008.aspx</link><description>&lt;p&gt;&lt;/p&gt; &lt;p&gt;For all my Orange County readers you might be excited to know that you now have another great option for getting your SQL content.&amp;amp;nbsp; Reza Madani is starting a new Orange County SQL Server Users Group and their first meeting is this Thursday, August 14th.&amp;amp;nbsp; Plus, they are bringing in a heavy hitter for their first meeting in the form of &lt;a rel='nofollow' href="http://blogs.msdn.com/socaldevgal/"&gt;Lynn Langit&lt;/a&gt; giving a presentation on Business Intelligence in SQL Server 2008.&amp;amp;nbsp; Here are all the details for the meeting:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;SQL Server User Group SIG:&lt;/strong&gt; &lt;p&gt;Date/Time:&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &lt;p&gt;August 14th, 6:00PM &lt;p&gt;Presenter: &lt;p&gt;&lt;strong&gt;Lynn Langit&lt;/strong&gt;, Author, Business Intelligence Expert, Microsoft Certified and Evangelist &lt;p&gt;Topic: &lt;p&gt;&lt;strong&gt;Business Intelligence&lt;/strong&gt; with SQL Server 2008 &lt;p&gt;Location: &lt;p&gt;Microsoft Offices, 3 Irvine Plz, Irvine, CA 92614 &lt;p&gt;&lt;strong&gt;Meeting Agenda:&lt;/strong&gt; &lt;p&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; * 6:00p Mixer/Networking/Pizza&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; * 6:30p Presentation Starts&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; * 7:15p Break&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; * 7:30p Presentation Resumes&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; * 8:45p Raffle  &lt;p&gt;&lt;strong&gt;Session Abstract:&lt;/strong&gt;&lt;br /&gt;In this demo-filled session, Lynn will explain architectural considerations around implementation of OLAP cubes and Data Mining models using the SQL Server 2008 product stack. Here she will demonstrate SSAS, SSIS and SSRS. Her talk will include research for her new book, along with lessons learned from the real world (from her previous practice as BI architect). &lt;p&gt;&lt;strong&gt;Presenter Bio:&lt;/strong&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;Lynn Langit is a developer evangelist for Microsoft. In addition to presenting information about new .NET developer technologies, such as WCF, LINQ and Silverlight, Lynn speaks about SQL Server Data Warehousing and Data Mining. She also speaks about SharePoint. She has been a Microsoft Certified Trainer for 9 years and holds these certifications: MCP, MCT, MCSD, MCSE, MCDBA, MCITP (SQL Admin/Dev/BI) and MSF. In April 2007 Lynn published Foundations of SQL Server 2005 Business Intelligence (APress) and plans to publish Smart Business Intelligence Solutions with SQL Server 2008 in November 2008. &lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=10199" width="1" height="1"&gt;&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br style="clear: both;"/&gt;
  &lt;img alt=" " style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=6d2b5e214277e04ba5ab335035ed1b78" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=6d2b5e214277e04ba5ab335035ed1b78" style="display: none;" border="0" height="1" width="1" alt=" "/&gt;</description><author>DotNetSlackers Latest ASP.NET News in Category SQL                                                  </author><pubDate>Wed, 13 Aug 2008 00:00:00 GMT</pubDate><category>SharePoint</category></item><item><title>SQL Injection Attacks on the Rise</title><link>http://www.worldofasp.net/MSSQL/re-3798_SQL-Injection-Attacks-on-the-Rise.aspx</link><description>According to security researcher MessageLabs, the number of SQL injection attacks spiked sharply last month, helping account for a near doubling of the number of malicious Web sites it identified and blocked each day....&lt;p&gt;Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: &lt;a href='http://dotnetslackers.com/articles/default.aspx'&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br style="clear: both;"/&gt;
  &lt;img alt=" " style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=9fcb82b9e1b9086ffad5877a9c0728f8" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=9fcb82b9e1b9086ffad5877a9c0728f8" style="display: none;" border="0" height="1" width="1" alt=" "/&gt;</description><author>DotNetSlackers Latest ASP.NET News in Category SQL                                                  </author><pubDate>Wed, 13 Aug 2008 00:00:00 GMT</pubDate><category>MSSQL</category></item></channel></rss>