Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, July 29, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > ASP.Net
Search:
What's New - What's Hot
Listings for Applications Applications (526)
Listings for Articles & Samples Articles & Samples (19355)
Listings for ASP.Net Sites ASP.Net Sites (42)
Listings for Assembly & Controls Assembly & Controls (1426)
Listings for Downloads Downloads (21)
Listings for Errors and Bugs Errors and Bugs (41)
Listings for Introduction Introduction (107)
Listings for Knowledge Base Knowledge Base (397)
Listings for WebCasts WebCasts (27)
 


Tray Calendar    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chris Maunder       Rating:  
Read Reviews | Write Review |   Your 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....

Searching a ListBox or DropDownList using the ListSearchExtender Control using ASP.NET AJAX    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your 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....

How to call Server Side function from Client Side Code using PageMethods in ASP.NET AJAX    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your 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....

Using Script reference Profiler to Improve the Performance of an ASP.NET AJAX page    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Girish Dagdiya       Rating:  
Read Reviews | Write Review |   Your 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....

Executing ClientScript Before and After an Asynchronous PostBack using ASP.NET AJAX    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your 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....

3 Different Ways to Display Progress in an ASP.NET AJAX Application    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your 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....

How to Rotate Ads without Refreshing the Page using AdRotator and ASP.NET AJAX    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your 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....

Add JavaScript programmatically using RegisterStartupScript during an Asynchronous postback    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Suprotim Agarwal,       Rating:  
Read Reviews | Write Review |   Your 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...

Cancelling an Asynchronous PostBack in ASP.NET Ajax    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your 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....

Adrotator Control using XML, SqlDataSource and Timer Control    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Ganeshji       Rating:  
Read Reviews | Write Review |   Your 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....

External AppSetting file for your AppSettings in .config file    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: SheoNarayan       Rating:  
Read Reviews | Write Review |   Your 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....

Class to transform ofx (Microsoft Money) file into DataSet    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: rodrigo diniz       Rating:  
Read Reviews | Write Review |   Your 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....


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net