Click here to Skip to main content
15,891,033 members
Articles / Web Development / ASP.NET

ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action

Rate me:
Please Sign up or sign in to vote.
4.85/5 (169 votes)
4 Apr 2009CPOL13 min read 1.4M   64.7K   328  
Shows how you can display modal popup using modalpopupextender control of AjaxControlToolkit in various scenarios to achieve smooth user interaction
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace ExpanseExample
{
    public partial class IFrameExample : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {

        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Riteq
Australia Australia
About Md. Masudur Rahman

Masudur currently works at Riteq as a software developer. Masudur Lives in Sydney, Australia.

Awards

26 May 2009: Monthly competition: Best ASP.NET article of April 2009

24 Mar 2009: Monthly competition: Best ASP.NET article of February 2009

Masudur Blog

Masudur put down his interesting learning experiences in his blog at http://munnaondotnet.blogspot.com/.

Comments and Discussions