﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>CodeDigest.com Latest Articles</title><link>http://www.codedigest.com</link><description>Latest articles hosted on CodeDigest.com.</description><copyright>Copyright 2008 - 2009 CodeDigest.com. All rights reserved.</copyright><item><title>Understanding Extension Methods in C#</title><description>Extension method is a new feature introduced in C# 3.0. It is a feature where we can add new methods to an existing type without modifying the original source and recompiling it. </description><link>http://www.codedigest.com/Articles/CSHARP/357_Understanding_Extension_Methods_in_C_.aspx</link><pubDate>8/27/2010 8:58:35 AM</pubDate></item><item><title>Rotate Text Link Advertisements Using JQuery in ASP.Net</title><description>There will be requirements where we need to rotate the text ads or links in an ASP.Net page. For example, to provide features like news or stock ticker for our websites we need to basically rotate news texts or links at equal intervals.  </description><link>http://www.codedigest.com/Articles/jQuery/356_Rotate_Text_Link_Advertisements_Using_JQuery_in_ASPNet.aspx</link><pubDate>8/19/2010 11:04:05 AM</pubDate></item><item><title>Disable Public holidays in ASP.Net Calendar Control</title><description>The Calendar control is one of the primarily used controls when we build applications that deal with dates. For example, a ticket booking system, attendence registers, etc. </description><link>http://www.codedigest.com/Articles/ASPNET/352_Disable_Public_holidays_in_ASPNet_Calendar_Control.aspx</link><pubDate>7/30/2010 7:37:27 AM</pubDate></item><item><title>How to Pass Values from One Page to Another in ASP.Net?</title><description>It is obvious that any website we develop will have multiple pages and requires a navigation feature to move or browse between pages. This is a beginner level article that discusses various options for pasing values between pages and its pros and cons.</description><link>http://www.codedigest.com/Articles/ASPNET/351_How_to_Pass_Values_from_One_Page_to_Another_in_ASPNet.aspx</link><pubDate>7/24/2010 1:31:46 AM</pubDate></item><item><title>Using ADRotator Control in ASP.Net-Part 2</title><description>In Part 1 of this article series, we have seen some of the basic usages of ADRotator control in a webpage. In Part 2, we will see how to track an adverstisement performance by adding a hit counter for each adverstisement. </description><link>http://www.codedigest.com/Articles/ASPNET/346_Using_ADRotator_Control_in_ASPNet-Part_2.aspx</link><pubDate>7/17/2010 1:21:19 AM</pubDate></item><item><title>Pass Values from CodeBehind to JavaScript and From JavaScript to CodeBehind in ASP.Net</title><description>Passing values from server to client side for some javascript manipulation and it’s vice versa is one of most recurring tasks we will come accross when developing web applications. Well, this can be done through so many ways and this article will elaborate on some of the techniques which we can use to access the javascript variable or value in server and vice versa.</description><link>http://www.codedigest.com/Articles/ASPNET/347_Pass_Values_from_CodeBehind_to_JavaScript_and_From_JavaScript_to_CodeBehind_in_ASPNet.aspx</link><pubDate>7/10/2010 1:36:25 AM</pubDate></item><item><title>Using ADRotator Control in ASP.Net-Part 1</title><description>ADRotator control available in ASP.Net controlset provides an easy way to rotate image advertisement in our webpage. The ADRotator control will take the advertisement information from a XML file and will render different adverstisement in each page refresh. </description><link>http://www.codedigest.com/Articles/ASPNET/345_Using_ADRotator_Control_in_ASPNet-Part_1.aspx</link><pubDate>7/5/2010 1:13:39 AM</pubDate></item><item><title>Export to PDF file in ASP.Net-Gridview to PDF, ASPX Page Content to PDF</title><description>Creating data driven application is one of the most commonly done task in our day today application development. In these applications, reporting and generating reports in various formats will be one of the repeated requirements we will get. In this article, we will see how to export data to PDF file in ASP.Net.</description><link>http://www.codedigest.com/Articles/ASPNET/344_Export_to_PDF_file_in_ASPNet-Gridview_to_PDF_ASPX_Page_Content_to_PDF.aspx</link><pubDate>6/27/2010 7:23:46 AM</pubDate></item><item><title>Using XPath Expression to Access or Read XML document in ASP.Net</title><description>XML is one of the widely used data exchange format for variety of reasons in software industry. Hence, working on XML data like selecting a XML node, navigating the XML node tree for finding a node or doing some manipulation on XML nodes has become one of the major and repetitive tasks in any project we work. In this article, we will try to understand how to read XML data using XPath expression in ASP.Net.</description><link>http://www.codedigest.com/Articles/ASPNET/342_Using_XPath_Expression_to_Access_or_Read_XML_document_in_ASPNet.aspx</link><pubDate>6/15/2010 2:42:12 AM</pubDate></item><item><title>ASP.NET Horizontal Menu Control</title><description>An article on how to put together an ASP.NET horizontal menu control with access key and target window support. </description><link>http://www.codedigest.com/Articles/ASPNET/340_ASPNET_Horizontal_Menu_Control.aspx</link><pubDate>6/15/2010 2:26:16 AM</pubDate></item><item><title>Lazy Loading jquery Accordion Panel in ASP.Net</title><description>My previous article discussed about creating an Accordion panel ourselves using jQuery library in an ASP.Net page. Moving forward, we will lazy load the accordion panel in this article</description><link>http://www.codedigest.com/Articles/jQuery/337_Lazy_Loading_jquery_Accordion_Panel_in_ASPNet.aspx</link><pubDate>5/14/2010 7:14:50 AM</pubDate></item><item><title>Doing XSLT Transformation in ASP.Net</title><description>XSLT stands for Extensible Stylesheet Language Transformations. It is technology developed by W3C to convert the XML documents to HTML/XHTML document in order to present it in a browser. We can also use this technology to convert the XML data to a different XML format.</description><link>http://www.codedigest.com/Articles/ASPNET/336_Doing_XSLT_Transformation_in_ASPNet.aspx</link><pubDate>5/11/2010 12:07:45 AM</pubDate></item><item><title>Creating Accordion Panel using jQuery in ASP.Net – Part 1</title><description>Accordion panel is display control which has multiple collapsible panels but allows only one panel to be expanded at a time. Since, it allows only one panel to be expanded at atime it helps us to efficiently manage the screen real estate. Read more..</description><link>http://www.codedigest.com/Articles/jQuery/335_Creating_Accordion_Panel_using_jQuery_in_ASPNet_–_Part_1.aspx</link><pubDate>5/4/2010 11:18:12 AM</pubDate></item><item><title>Working with exe in ASP.Net-Calling, Killing/Aborting an exe</title><description>There will be requirements where we need to start and control an exe in server using an ASP.Net application.  Since web based applications have its own limitation one can’t achieve every complex requirements using a web application. Moving forward, we will see how this can be implemented using ASP.Net and C#.</description><link>http://www.codedigest.com/Articles/ASPNET/334_Working_with_exe_in_ASPNet-Calling_KillingAborting_an_exe.aspx</link><pubDate>4/24/2010 8:02:19 PM</pubDate></item><item><title>Creating a Simple Rating control using jQuery and AJAX in ASP.Net</title><description>It is very important to capture the visitor’s or customer’s feedback in terms of rating in any public facing websites like shopping, news, reviews or article, etc.  In this article, we will try to build a very simple rating control ourselves using jQuery, Ajax and HttpHandlerin ASP.Net.</description><link>http://www.codedigest.com/Articles/jQuery/331_Creating_a_Simple_Rating_control_using_jQuery_and_AJAX_in_ASPNet.aspx</link><pubDate>4/17/2010 9:54:11 PM</pubDate></item><item><title>Using GroupTemplate in ASP.Net ListView Control</title><description>ListView is a new databound control that is shipped with ASP.Net 3.5. In this article, we will see how to use GroupTemplate for grouping data using ListView control. By using GroupTemplate we can display data in tiled format using ListView control. Reade more..</description><link>http://www.codedigest.com/Articles/ASPNET/330_Using_GroupTemplate_in_ASPNet_ListView_Control.aspx</link><pubDate>4/10/2010 9:24:56 PM</pubDate></item><item><title>Master-Detail View with Selectable GridView and DetailsView using jQuery in ASP.Net</title><description>My previous article, Make GridView Row Selectable or Clickable using jQuery in ASP.Net gave detailed understanding on building a selectable gridview control with the help of jQuery library. Making the GridView control row selectable has lots of advantages in real world business applications like decreasing the space occupied by the control horizontally, increased user experience etc. In this article, we will use the selectable GridView control we developed in my previous article to provide a sim</description><link>http://www.codedigest.com/Articles/jQuery/328_Master-Detail_View_with_Selectable_GridView_and_DetailsView_using_jQuery_in_ASPNet.aspx</link><pubDate>3/26/2010 9:42:04 AM</pubDate></item><item><title>Get the control ID that Raised PostBack in CodeBehind</title><description>In this short article, we will see how to fetch the control that raised the postback from the codebehind.</description><link>http://www.codedigest.com/Articles/ASPNET/322_Get_the_control_ID_that_Raised_PostBack_in_CodeBehind.aspx</link><pubDate>3/19/2010 8:41:35 AM</pubDate></item><item><title>Make GridView Row Selectable or Clickable using jQuery in ASP.Net</title><description>GridView control is one of the most widely used databound control in ASP.Net. It will be good and user friendly if make the GridView control’s row itself selectable instead of having separate buttons in every row for Select, edit and delete actions. Read more..</description><link>http://www.codedigest.com/Articles/ASPNET/324_Make_GridView_Row_Selectable_or_Clickable_using_jQuery_in_ASPNet.aspx</link><pubDate>3/11/2010 8:23:24 AM</pubDate></item><item><title>Introduction to LINQ to SQL–A Beginners Guide</title><description>LINQ to SQL is new component that is released with .NetFramework 3.5. LINQ to SQL provides a way where a developer can manage a relational database object as a .net object. In simple terms, it is an ORM (Object-relational mapping) that is used to manage a back end object as a front end object in object oriented way i.e. relational to object oriented type system.</description><link>http://www.codedigest.com/Articles/Framework/323_Introduction_to_LINQ_to_SQL–A_Beginners_Guide.aspx</link><pubDate>3/7/2010 9:42:50 AM</pubDate></item></channel></rss>