.NET news » Search results

Search results for query "asp" (244):

See search results as you type - An ASP.NET Ajax Control

Highrise and other new AJAX enabled tools have this feature that when you type in a search query, it automatically updates the search results below. It's almost like an auto-complete box, but with the full results on the page instead of a dropdown list below the control. Unfortunately, I didn't find anything like this in the Microsoft ASP.NET AJAX Toolkit. So, I decided that this was a good way to finally dive into the AJAX Control Toolkit..

A base SharePoint web part for AJAX in ASP.NET 3.5

This article describe an abstract web part class developed for the SharePoint 2007 (WSS 3.0 or MOSS 2007) platform. The web part contains the logic to address some known conflicts between SharePoint and ASP.NET AJAX and is designed as the base class for all AJAX enabled SharePoint web parts.

ASP.NET & Comet: Bringing Sockets back

Implementing a socket based Comet solution in ASP.NET
2008-04-09 04:26:00   Source: ASP.NET & Comet: Bringing Sockets back   Tags: ASP.NET

Light Speed Inline Editing Using ASP.NET AJAX and Web Services. Part I.

javascript+AJAX solution for inline edititng in grid.
2008-04-06 10:42:00   Source: Light Speed Inline Editing Using   Tags: Ajax

Never Write an Insecure ASP.NET Application Ever Again

Learn to take advantage of the inner workings of ASP.NET's security model to help eliminate security vulnerabilities from your web applications.
2008-03-10 20:14:26   Source: Never Write an Insecure ASP.NET...   Tags: ASP.NET Security

Who's Online?: A Virtual Earth And User Session Mashup in Asp.Net.

A tutorial for implementing a modal popup window on your web site which will display a Microsoft Virtual Earth map with pinpoints on the locations of everyone who is currently browsing your web site.

Working Around ASP.NET's HyperLink ImageUrl Bug

This article shines the light on a bug I came across in the ASP.NET HyperLink control implementation. In particular, when using URL rewriting the HyperLink control's ImageUrl property can be, in certain circumstances, incorrectly rewritten. The good news is that there is a simple workaround that's made possible by the flexible architecture of ASP.NET.
2008-01-29 18:00:00   Source: Working Around ASP.NET's HyperLink...   Tags: Bugs ASP.NET

Inside ASP.NET AJAX back end services

Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection: how exactly does the server provide the data that the client needs?
2008-01-26 07:18:00   Source: Inside ASP.NET AJAX back end services   Tags: Ajax

Caching Images in ASP.NET

There are a lot of ways to improve performance in web applications. One of the simplest but most effective methods is to cache images on the client. In this article I would like to show how we implemented image caching for our DotNetNuke website.
2008-01-17 13:52:00   Source: Caching Images in ASP.NET   Tags: ASP.NET Performance

ASP.Net/AJAX interface for utorrent

An ASP.Net/AJAX interface for utorrent
2008-01-15 18:46:00   Source: ASP.Net/AJAX interface for utorrent   Tags: Internet Examples