Categories: Asp.Net

Create HTTP Handler in Asp.Net

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.

Categories: Asp.Net

Handle Button Click Event of User Control in Asp.Net Page

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

Categories: Asp.Net

Features of ADO.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.

Categories: Asp.Net

Asp.Net Globalization and Localization using Local Resource files and Global Resource files

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

Categories: Asp.Net

Asp.Net Globalization and Localization Introduction

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.

Categories: Asp.Net

Listview Control in Asp.Net 3.5

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.

Categories: Asp.Net

Asp.Net Output Cache File Dependency

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.

Categories: Asp.Net

Play video songs, audio songs and other sound files in Asp.Net

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.