This discuss about how to create custom HTTP Handler in Asp.Net, how to handles new page extension, how to register new extension in IIS.
Here I explained about how to create user control in Asp.Net, how to handle button click event of user control. The article discuss about handling button click event of user control by using EventHandlers in .Net
In this article I am discussing some features of ADO.NET: Those are Disconnected data architecture, Data cached, Data transfer format and Interaction with the database is done through data commands.
Explain the resources files in Asp.Net. How to accomplish the Localization and Globalization in Asp.Net by using Resources files. We can create the resources files locally and Globally. We can use Local resource files implicitly and explicitly. Here discussed about both pron and cons
Explains about localization and globalization concepts in asp.net. How to change culture in asp.net to display currency, date formats,...so on in based on culture selection. It also explains how to detect culture from user browser and setting the culture automatically.
This article explains about new asp.net control Listview. What are the advantages of Listview control as compared with other asp.net controls like Gridview, Repeater...etc. It also explains how to display the data using Listview in a flexible way.
This article discuss about Caching techniques and AddFileDependency in asp.Net. It explains about how to delete the cache if the data in file changes, that means for example if the cache depends on XML file, how to maintain synchronous between XML file and asp.net cache even though the data in the file changes regularly.
This article will explain about how to play songs, video songs, audio songs and other sound files in .Net and ASP.Net. It also explains how to use window media player in .NET and Asp.Net to play songs.
This article will explain about how to display data in chart format in ASP.NET using free webchart control.
This article discuss about various validation controls in ASP.NET like RequiredFieldValidator, RangeValidator, CompareValidator, RegularExpressionValidator, CustomValidator and ValidationSummary. It explains how to compare data types, email validation, date validation in asp.net by using different validation controls.