MVC on ASP.NET without ASP.NET MVC
Thinking of leaving the WebForms model to get MVC? Well, there's not need to do that. Read this blog about how you can write testable, modular and encapsulated Web Applications with the MVC approach on...
View ArticleHow to send mail asynchronously in asp.net
With Microsoft.NET Framework 2.0 everything is asynchronous and we can send mail also asynchronously. This features is very useful when you send lots of bulk mails like news letter. You don’t have to...
View ArticleThe Power of Blue Books for Platform Impact - J.D. Meier
Why invest in prescriptive guidance or “Blue Books” for Microsoft platform impact? While the answer is obvious to many, it’s not as obvious to others, so I’ll attempt to paint the picture here....
View ArticleFast Streaming Ajax Proxy with GET PUT POST DELETE
Fast Streaming Ajax Proxy with GET PUT POST DELETE I have enhanced my streaming Ajax Proxy with POST, PUT and DELETE features. Previously it supported only GET. Now it supports all 4 popular methods...
View ArticleImage Uploading and High Quality Resizing - C#
Uploading of images and resizing (scaling) of them is a very common utility application. Various applications for this function are - Photo thumbnails, profile photos, stock photograph images like...
View ArticleWhen it Comes to Asp.Net: Url Rewriting Made Easy - Article 2
Share|Before I explain what is URL Rewriting and how simple it is to go for, kindly ready my previous article on same topic i.e. Url Rewriting Made Easy - Article 1, in this article I have explained...
View ArticleHow to show dropdown list items in multiple colors in asp.net - Dot Net logiX
In this article I will explain how to show dropdown list items in multiple colors in asp.net
View ArticleAdvanced Dotnet Tutorial: Google Checkout Custom Control
"Google Checkout is a checkout process that you integrate with your website, enabling your customers to buy from you quickly and securely, using a single username and password. Once they do, you can...
View ArticleAdvanced Dotnet Tutorial: Inter-Process Data Exchange using .NET 2.0
The purpose of this class is to allow exchange data between different processes on the same machine.The idea is to use temporary files, in a common directory, that are shared to all processes (i.e....
View ArticleSet Add Expires Headers In Asp.NET 3.5,2.0
In this example i am Explaining how to add or set expires headers for static files or images in asp.net 2.0, 3.5
View ArticleRefresh parent page from child window using javascript in asp.net web...
Much often we open child windows from parent web page. In the child page we perform some activities, and later close the window. At the very time we may need to refresh the parent page so that changes...
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 ArticleQueryStrings In Asp.Net 2.0 3.5
Using QueryStrings in Asp.Net 2.0, 3.5 and 4.0 Several time in ASP.NET applications we need to transfer data or information provided by user from one aspx page to another. We can achieve this using...
View Article