Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Building a modal Popup

Author  Topic 

abacusdotcom
Posting Yak Master

133 Posts

Posted - 2005-07-01 : 05:51:52
Hi All,
I am thinking of how possible to build a modal pop ups (either window or controls based) in ASP.NET application. I have a thorough seach on the web. Pls, I will appriciate if someone can help with a sample code or a url to a tutorial for me devour. Thanks (To those Good People of SQLTeam..Kudo!!!!)

I sign for fame not for shame but all the same, I sign my name.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-07-01 : 06:11:22
on the client this is done with javascript.
only for IE:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/showmodaldialog.asp

otherwise you can use simple window.open, but that isn't modal dialog.

Go with the flow & have fun! Else fight the flow
Go to Top of Page

abacusdotcom
Posting Yak Master

133 Posts

Posted - 2005-07-01 : 07:16:03
Hi All
quote:
Originally posted by spirit1

on the client this is done with javascript.
only for IE:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/showmodaldialog.asp




The example i found is specific to IE as spirit1 observed, so this made me to further my search.. I think I found one great url. You all can try this: http://www.subimage.com/sublog/subModal. Good work from the creator. I hope one day, i will develop what everybody will use .

Abacus

I sign for fame not for shame but all the same, I sign my name.
Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2005-07-01 : 07:54:07
I used Overlib to create pop-up tooltips in an application. While I liked the features, it seemed to me to be a lot of JavaScript. Maybe subModal has a more compact solution.
Go to Top of Page

jhermiz

3564 Posts

Posted - 2005-07-01 : 09:48:43
I wish web apps worked a lot like win forms:
Modal = True
:)



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page
   

- Advertisement -