dotnetExpertGuide: EMBED JAVASCRIPT FILE IN .NET ASSEMBLY
EMBED JAVASCRIPT FILE IN .NET ASSEMBLY With the release of ASP .NET 2.0 AJAX Extensions 1.0, building AJAX application with .NET technology is quite easier without writing single line of JavaScript....
View ArticleWhen it Comes to Asp.Net: ICallback Event Handler
Share|This article will explain the use of “ICALLBACKEventHandler” in asp.net 2.0. About ICallbackEventHandler: ASP.NET 2.0 introduces an interface ICallbackEventHandler...
View ArticleWhat is difference between HTTP Handler and HTTP Module.
Here are the difference between HTTP Handlers and HTTP Modules. Http Handlers: Http handlers are component developed by asp.net developers to work as end point to asp.net pipeline. It has to implement...
View ArticleDevelop your own TextBox with a new enumerated property called as Input Type...
Hi Friends,In this tutorial i wolud like to explian very interesting topic about creating your own Textbox.Here we are creating two types of text boxes .one Textbox for accepting only digits and...
View ArticleDifference between Data Reader and Dataset | DevelopersCode
Hi friends, in this article I would like share some important differences between Data Reader and Dataset Data set: --> Dataset is a class, which is the part of System. Data Namespace --> Dataset...
View ArticleSimple steps to understand Delegates in C# | DevelopersCode
Hi friends, in this article I would like share some important and simple steps about Delegates in C#Steps: 1) Delegates are similar to C++ Function Pointers2) Delegates holds the address of one or...
View ArticleDisplay Facebook Online Users in Aspnet | DevelopersCode
Hi friends, In this article i would like to explain a simple trick to integrate chating popup window in Aspnet for Facebook lovers First Open the visual studio 2008 Next,select a Aspnet Website and...
View Article