Ask a Question related to ASP.NET General, Design and Development.
-
Saravana #1
Re: open pop up window from asp server control event handler
Check out this article, this will help you
[url]http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx[/url]
In this article, i used window.open to open a window. it is not a modal
window. to open a modal window, window.showmodaldialog instead of
window.open.
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Northern" <lifeng26@msn.com> wrote in message
news:031b01c34e75$4e6f4100$a101280a@phx.gbl...> I need to write code in my command button ASP server
> control click event handler to do a few things. The last
> one of those things will be open a pop up browser window.
> I also want this pop up window to be in modal mode. In
> another word, the user can't go back to the parent window
> before close this one out.
>
> I searched a lot of resources but still couldn't find a
> way to do this.
>
> Could someone show me how to do this?
>
> Thanks a million!
>
Saravana Guest
-
Exposing an event handler as a control property
Hi all, I have a custom server control that can contain one or more buttons. I'm trying to expose an event handler as a property so that the... -
External Event + JavaScript/VBScript (open.window)
Hi My Lingo script triggers with external event a VB / & Javascript in the Browser. In IE6 I can only open an URL within the same BrowserWindow... -
Server control button click: open pop up browser window
Checkout ... ShowModalDialog in the javascript reference. It works quite will if you want to use client side javascript. "Alvin Bruney"... -
DataGrid's UpdateCommand event handler and CancelCommand handler problem
I am having the same problem: the wrong event handler is being fired when column headings and page changes are clicked. I am using the datagrid... -
Event Handler not Working in Composite Control
peter@workingmachines.com (Peter Chang) wrote in message news:<ce2e3f1c.0306201035.36a03bd5@posting.google.com>... Perhaps it is a bug in ASP.NET...



Reply With Quote

