CODEDIGEST
Home » 
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
ASP.NET
Articles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
This article is a short questions and answer format to learn design patterns from interview perspective.In this section we will cover basic definitions , factory patterns and abstract factory pattern from interview perspective.
Part 2 of this article will also generate the thumbnail image for the images stored in database and display it on the GridView. Like Part 1, when the user clicks on the thumbnail image displayed on the gridview it will display the full image, but inside a DIV tag on the same page instead of a popup, which gives a better user experience.
Our next step in learning ListView Control is to add edit/update/delete/insert feature to the ListView control. In GridView, the Edit/Update/Delete feature is an inbuilt one and can be achieved without writing a line of code with the help of DataSource controls. Likewise, the ListView control also have inbuilt Edit/Update/Delete feature and additionally, insert feature is also introduced as an inbuilt one.
ASP.Net 2.0 has introduced many useful features which made developers life easy. There are some tasks which we will use repeatedly in our projects. Some of these tasks are provided as a readymade feature and are easily available to use with the introduction of ASP.Net 2.0.
There will be requirements where we need to display the images stored in database in a gridview. Part 1, deals with creation of thumbnails and binding it to the GridView. On clicking the gridview the full image will be displayed in a pop up window.
My previous article, ListView Control in ASP.Net 3.5 provides a good understanding on the new control with a sample databinding. Our next step will be, adding paging feature to the ListView control. Like GridView, Paging in ListView control is not an integral part of the control itself. It can be provided through a new control in ASP.Net 3.5 called DataPager control.
This article will help us to send email using C# and ASP.Net. This article will also help us to achieve sending email with embedding image in email body. It also discusses on using gmail smtp to send email with c# and asp.net.
ListView is a new databound control that is shipped with ASP.Net 3.5. ListView control is similar to GridView, Repeater, and DataList which helps us to display a table of data with awesome additional features.
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15