|
Latest Articles
|
|
DataBinding Custom Properties Using User Controls in WPF
|
|
WPF databinding simplyfies many complex operations and allows to achieve the result by only using the XAML code. In this article we will demonstrate how to use a custom dependency property in a databinding operation inside a user control.
|
|
|
Get Notified When Client Opens Email
|
|
So, you had a fight with your girl friend and she is not taking your phone calls. You left countless number of messages but she never replied. You sent her emails but have no idea that she checked it or not. In these cases it will be a good idea to get a notification when your girl friend has opened her email. This will give you a little piece of mind that she is reading your emails. Let's see how we can implement this functionality.
|
|
|
Exporting GridView to PDF Document
|
|
In one of the previous articles we demonstrated how to export a GridView to excel. In this article we will demonstrate how to export GridView to PDF format using the ITextSharp library.
|
|
|
Creating Nested Master Pages
|
|
Master pages in ASP.NET2 allow you to apply consistent look to all the web pages of your web site. You can use more then one master page on your website. When more than one master page is used, you can make use of nested master pages. This type of requirement typically arises in situations when you have two important entities that need to be referred together.
|
|
|
Working with WebParts
|
|
Most of the web portals these days allow you to transmit information from various sources and organize them as you want. They provide you a personal page on their website and provide you a great scope of personalization on their websites.
The great degree of personalization, on such web portals or websites can be provided with the help of web parts, which are the standalone parts of a web page. They are very loosely coupled with the database and the Active Directory. ASP.NET 2.0 allows you to build flexible web parts on your web portals that do not keep you tied to a particular database solution.
This articles discusses about the web parts, some important web part controls, and the display modes of the web parts. The article further explains the building of web parts page with the help of an example application.
|
|
|
|