CODE DIGEST
HomeArticlesCode DigestNewsThe Crews
Skip Navigation LinksHome   You are not logged in.
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
Read more..

Read more..

Read more..

 

In Community
Read more..

Read more..

 
Home
Recent Articles
The Part 2 of this article will help us understanding ToTable() method that was introduced newly in .Netframework 2.0. It creates and returns a new DataTable based on rows in an existing DataView. Read more on this article.
ICRA (the Internet Content Rating Association) is part of the Family Online Safety Institute, an international, non-profit organization of internet leaders working to develop a safer internet. It is believed that ICRA has been successful in regulating free flow of digital content and protecting children from potentially harmful material. We will see more about this in this article.
RSS feed is an xml formatted document that gives the capability to read frequently updated contents on our websites without visiting our site. This article will help us understand constructing an RSS feeds for our asp.net sites.
. In this series of article, we will understand some of the new classes and features that the 2.0 framework provides for the developers. This part we will understand DataTableReader Object and SqlBulkCopy object in detail.
With the introduction of 2.0 framework we got so many new useful features that makes our development ease in our applications. Generic list is one of such feature which we can use for creating a collection of similar objects. We can create our collection with generic List, where T can be our BO, which can be strongly typed.
 
Recent ASP.Net Articles
ICRA (the Internet Content Rating Association) is part of the Family Online Safety Institute, an international, non-profit organization of internet leaders working to develop a safer internet. This article details how to go ahead with the steps of creating labels and incorporate them in your website and it also show how to do the same with the Pics method of the ASP.NET Response object.
We will build a very simple web chat application using the latest ASP.Net 3.5, LINQ, and AJAX from scratch just for fun and see how fast we can build it using LINQ. The web chat will: be accessible anywhere, be flicker-free, not use frames, not use application variables.
The Accordion control is a flexible way to group data output to the screen. This article demonstrates the usage of the control to data bind information in ASP.NET. Brian clearly examines each step in detail with the help of database structure diagram, relevant explanation, and plenty of source code.
Bertrand Le Roy explains how to generate thumbnails in ASP.NET
This article illustrates creating custom data fields, used by the GridView and DetailsView controls. This article looks at simplifying the process by creating a base class to make future development easier.
In this tutorial series I have explained how to work with asp.net 2.0 client callback mechanism and how to use them as AJAX patterns in your applications.
Use ASP.NET AJAX to create web applications for the iPhone.
In this tutorial series I have explained how to work with ASP.NET 2.0 client callback mechanism and how to use them in your applications.
Web pages rarely stand alone. Web applications almost always need to track users who visits multiple pages, whether to provide personalization, store information about a user or to track usage for reporting purposes.
The CalendarExtender is an ASP.NET AJAX control that is associated with a TextBox control. When the user clicks on the TextBox, a client-side Calendar control pops up. In this article, we will see some tips and tricks that can be applied to a CalendarExtender control.