Showing posts with label Ajax. Show all posts
Showing posts with label Ajax. Show all posts

Tuesday, September 1, 2009

How to set focus on textbox within ModalPopUp Extender Panel

Taken from: http://forums.asp.net/t/1218079.aspx

javascript
function pageLoad(){
$find("ModalPopupExtender's BehavoirID").add_shown(onModalPopupShown);
}
function onModalPopupShown(){
//set focus here.
}

javascript end

Thursday, July 3, 2008

Ajax Loading Image

This is a nice site that is giving away free ajax loader images. You can customize your own and then just download it.

http://www.ajaxload.info/

Give your site that cool Web 2.0 look and feel with ajax and the cool ajax loading images.

Monday, June 9, 2008

Unknown server tag 'asp:ScriptManager'


Make sure you have this in the web.config of course within the proper tags < >

pages

controls

add tagprefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

controls

pages