ASPSnippets RSS Feedhttp://www.aspsnippets.com/RSS.ashxLatest additions to the content that appears on ASPSnippets.(c) 2010, www.aspsnippets.com. All rights reserved.Parallelism - Parallel Task Execution in .Net 4.0Here Mudassar Ahmed Khan has explained how to make use of the new feature Parallelism in .Net 4.0 making use of the new classes Parallel and PLINQ (Parallel LINQ)http://aspsnippets.com/Articles/Parallelism---Parallel-Task-Execution-in-.Net-4.0.aspxhttp://aspsnippets.com/Articles/Parallelism---Parallel-Task-Execution-in-.Net-4.0.aspxSat, 24 Jul 2010 23:55:00 GMTPreserving state and values of custom properties across postback in ASP.NetHere Mudassar Ahmed Khan has explained how to preserve values or states of custom properties across postbacks in ASP.Nethttp://aspsnippets.com/Articles/Preserving-state-and-values-of-custom-properties-across-postback-in-ASP.Net.aspxhttp://aspsnippets.com/Articles/Preserving-state-and-values-of-custom-properties-across-postback-in-ASP.Net.aspxThu, 01 Jul 2010 00:35:00 GMTRead and Bind XML File to ASP.Net DropDownList ControlHere Mudassar Ahmed Khan has explained how to bind an XML or XML File to ASP.Net DropDownList Control using DataSet in C# and VB.Nethttp://aspsnippets.com/Articles/Read-and-Bind-XML-File-to-ASP.Net-DropDownList-Control.aspxhttp://aspsnippets.com/Articles/Read-and-Bind-XML-File-to-ASP.Net-DropDownList-Control.aspxSun, 13 Jun 2010 01:41:00 GMTBinding Custom Business Objects (Properties) to Databound Controls like GridView in ASP.NetHere Mudassar Ahmed Khan has explained how to Populate and Bind Custom Business Objects or properties collection to databound controls like ASP.Net GridView Controlhttp://aspsnippets.com/Articles/Binding-Custom-Business-Objects-Properties-to-Databound-Controls-like-GridView-in-ASP.Net.aspxhttp://aspsnippets.com/Articles/Binding-Custom-Business-Objects-Properties-to-Databound-Controls-like-GridView-in-ASP.Net.aspxSun, 25 Apr 2010 01:29:00 GMTCalling Parent Page method from Child Usercontrol using Reflection in ASP.NetHere Mudassar Ahmed Khan has explained how to call parent page method from child user control placed on the same page whose function or method we want to call.http://aspsnippets.com/Articles/Calling-Parent-Page-method-from-Child-Usercontrol-using-Reflection-in-ASP.Net.aspxhttp://aspsnippets.com/Articles/Calling-Parent-Page-method-from-Child-Usercontrol-using-Reflection-in-ASP.Net.aspxMon, 12 Apr 2010 04:05:00 GMTHow to find the control that caused PostBack in ASP.NetHere Mudassar Ahmed Khan has explained how to find the control that caused the postback in ASP.Nethttp://aspsnippets.com/Articles/How-to-find-the-control-that-caused-PostBack-in-ASP.Net.aspxhttp://aspsnippets.com/Articles/How-to-find-the-control-that-caused-PostBack-in-ASP.Net.aspxMon, 06 Apr 2009 03:11:00 GMTFetch and Display RSS Feeds using ASP.NetHere Mudassar Ahmed Khan has explained how to pull RSS from a website and display the same on the web page using ASP.Nethttp://aspsnippets.com/Articles/Fetch-and-Display-RSS-Feeds-using-ASP.Net.aspxhttp://aspsnippets.com/Articles/Fetch-and-Display-RSS-Feeds-using-ASP.Net.aspxSun, 22 Mar 2009 02:33:00 GMTDisplaying images that are stored outside the Website Root FolderHere Mudassar Khan has explained How to display images that are stored outside the Website Root Folderhttp://aspsnippets.com/Articles/Displaying-images-that-are-stored-outside-the-Website-Root-Folder.aspxhttp://aspsnippets.com/Articles/Displaying-images-that-are-stored-outside-the-Website-Root-Folder.aspxSat, 21 Feb 2009 22:39:00 GMTDisplay Images from SQL Server Database using ASP.NetHere Mudassar Ahmed Khan has explained how to retrieve and display images that are stored in SQL Server Database in ASP.Net Web applicationhttp://aspsnippets.com/Articles/Display-Images-from-SQL-Server-Database-using-ASP.Net.aspxhttp://aspsnippets.com/Articles/Display-Images-from-SQL-Server-Database-using-ASP.Net.aspxSat, 21 Feb 2009 22:20:00 GMTSave and Retrieve Files from SQL Server Database using ASP.NetHere Mudassar Ahmed Khan has explained how to save file as binary data inside SQL Server database and also how to retreive them and reconvert to their respective formats using VB.net amd C#.http://aspsnippets.com/Articles/Save-and-Retrieve-Files-from-SQL-Server-Database-using-ASP.Net.aspxhttp://aspsnippets.com/Articles/Save-and-Retrieve-Files-from-SQL-Server-Database-using-ASP.Net.aspxThu, 19 Feb 2009 19:05:00 GMT