amma.NETtami

.NET walkabout
posts - 11, comments - 18, trackbacks - 0

ShowModalDialog and ASP.NET, a full working example

Here is a simple working example explaining how to use ShowModalDialog and asp.net with Visual Studio 2005.

Start with default.aspx, which has a single button. Once clicked, it will popup a modal window which will show a single button labeled "Close me!".

The postback will redirect the user to a new page, whose purpose is to close the modal window and return the string value '1' which will be evalueted by the parent window using the returnValue property.

If returnValue is '1' then the form will be submitted to itself, just to show how to reuse local values and force a timer label to refresh

Download the example from here

Print | posted on lunedì 3 settembre 2007 00:54 | Filed Under [ ASP.NET ShowModalDialog ]

Powered by:
Powered By Subtext Powered By ASP.NET