|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chris Maunder
|
Rating:
|
|

Tray Calendar is a freeware utility that I wrote after being amazed that
1. Microsoft did not bother to offer us a calender in the tray, and 2. People were charging good money for tiny little tray apps....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

The ListSearchExtender control is a control that ships with the Microsoft AJAX Control Toolkit. ListSearchExtender enables the DropDownList and ListBox to be searchable. The user can navigate to and select an item in the list by simply typing the first few characters. This could be especially useful if there is a long list to be searched....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

You cannot call server-side code ‘directly’ from client-side code. That is because by design, the server side code executes at server side and client side code at the client. However there are some workarounds. To call serverside code from javascript, you will need to use AJAX, and the easiest way out, is to use the ASP.NET AJAX Extensions....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Girish Dagdiya
|
Rating:
|
|

This article demonstrates how to use script reference profiler to improve performance of an ASP.NET AJAX page. You can download the binary files (dll’s) of script reference profiler from here. Note: The Script Reference Profiler enables you to combine scripts in order to reduce the number of downloaded files. You should be using ASP.NET 3.5 AJAX SP1 in order to use the Script reference Profiler....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

A user recently mailed me to find out if there is a way to determine, when an asynchronous postback begins and ends in an ASP.NET AJAX page. He wanted to fire some JavaScript code during these events. Here’s how to determine the events....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

In this article, we will study three different techniques that allow you to visually display progress to users while performing partial-page updates using the UpdatePanel. For all the three approaches, I have used a .gif image to show a spinning gear kind of a progress bar while the UpdatePanel is performing some action. The image can be found with the source code for this article over here....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

The AdRotator control in ASP.NET is extremely handy when it comes to randomly displaying advertisements on your site. However the ads are rotated only when the user refreshes the page. In this article, we will explore how you can easily rotate ads at regular intervals, without the user refreshing the page....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal,
|
Rating:
|
|

The ClientScriptManager class contains various methods to add client scripts to a webpage using server side code. For example: you may need to add javascript programmatically to the page on a button click before posting back the page. One of the methods you can use is the RegisterStartupScript() method of the ClientScriptManager class. However, this method does not work if the button control is wrapped inside an UpdatePanel. In this short article, we will explore how to add javascript programma...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

The behavior of an Asynchronous postback is quiet similar to a synchronous postback. In an asynchronous model, all the server side events occur, as they do in a synchronous model. The Microsoft AJAX Library also raises client side events. However when the page is rendered, asynchronous postback renders only the contents of the update panel, where as in a synchronous postback, the entire page is recreated and sent back to the browser....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Ganeshji
|
Rating:
|
|

The AdRotator Web Server control provides a way to display graphic images on your ASP.NET web pages. One use of the AdRotator is to show banner-style advertisements on a page. The control automatically reads advertisement information, such as the graphic file name and the target URL, from a list of ads that you provide using a data source. Here datasource may be an XML file or may be a database table also. I am going to show you examples where I have used both of these. Hope you will like it....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: SheoNarayan
|
Rating:
|
|

This article describes how to specify an external AppSetting file from within web.config file and specify the settings value inside external file. It also describes related benefits and limitation of the external AppSetting file....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: rodrigo diniz
|
Rating:
|
|

This is my first article to codeproject, so please be patient.I will tell you why I developed this class.
I wanted to have better control of my Money, but I thought all finnancial programs too complicated.So I decided to do one on my own.The second problem on developing my own finnancial program was that I don't have the patience and the memory to type one by one my expenses....
|
|
|
|
|
|