Go to LCSearch Home   
Home
Results 51 - 60 of about 71      <<<  1 2 3 4 5 6 7 8   >>> 

Loop through hashtable entries
A Hashtable uses a DictionaryEntry for enumation:
foreach(DictionaryEntry entry in myHash) { string test= entry.Key.ToString() + " - " + entry.Value.ToString()); }

How to add webpart in forms authentication mode
Drag drop dynamically generated webpart RSS

Build More Scalable Sites
Reduce the chances of generating the dreaded 503 error - "Site Too Busy" - by implementing asynchronous processing with ASP.NET 2.0.

Microsoft ASP.NET 2.0 AJAX - Atlas
http://adtmag.com/articles/2006/08/21/microsofts-ajax-to-ship-earlier.aspx

Requirements Patterns With VSTS
http://visualstudiomagazine.com/articles/2006/05/01/requirements-patterns-with-vsts.aspx

Create Data-Bound Controls With ASP.NET 2.0
http://visualstudiomagazine.com/articles/2005/09/01/create-databound-controls-with-aspnet-20.aspx

Customize Security in ASP.NET 2.0
http://visualstudiomagazine.com/articles/2006/04/01/customize-security-in-aspnet-20.aspx

Realize New Functionality in .NET 3.0
http://visualstudiomagazine.com/articles/2006/06/08/realize-new-functionality-in-net-30.aspx

Build Smart Web Apps With Atlas
Microsoft''s Atlas toolkit for building Ajax-enabled applications allows you to create more interactive and more scalable applications than conventional Web tools—and even outperforms .NET smart client applications.

WebPartManager.OnAuthorizeWebPart Method
ASP.NET 2.0 Quick Start - Authorizing Web Parts





©2014 LcWebLink.Info