Quantcast
Channel: DotNetShoutout - Stories tagged with aspnet-20
Browsing latest articles
Browse All 16 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

The 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 Article

Image may be NSFW.
Clik here to view.

Fast 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 Article

Image may be NSFW.
Clik here to view.

Image 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 Article


Image may be NSFW.
Clik here to view.

When 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Advanced 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 Article


Image may be NSFW.
Clik here to view.

Advanced 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 Article


Image may be NSFW.
Clik here to view.

Set 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 Article

Image may be NSFW.
Clik here to view.

Refresh 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 Article

Image may be NSFW.
Clik here to view.

Develop 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 Article

Image may be NSFW.
Clik here to view.

Difference 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 Article


Image may be NSFW.
Clik here to view.

Simple 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 Article

Image may be NSFW.
Clik here to view.

Display 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


Image may be NSFW.
Clik here to view.

QueryStrings 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
Browsing latest articles
Browse All 16 View Live