Click here to Skip to main content
15,902,939 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHttpContext.Current.Session & HttpContext.Current.Cache questions Pin
swjam19-Jun-10 19:10
swjam19-Jun-10 19:10 
AnswerRe: HttpContext.Current.Session & HttpContext.Current.Cache questions Pin
Dimitri Witkowski20-Jun-10 3:53
Dimitri Witkowski20-Jun-10 3:53 
GeneralRe: HttpContext.Current.Session & HttpContext.Current.Cache questions [modified] Pin
swjam20-Jun-10 17:21
swjam20-Jun-10 17:21 
AnswerRe: HttpContext.Current.Session & HttpContext.Current.Cache questions Pin
Martin Jarvis12-Jul-10 8:36
Martin Jarvis12-Jul-10 8:36 
QuestionJavascript synchronous Yes-No-Cancel dialog [modified] Pin
Dimitri Witkowski18-Jun-10 9:37
Dimitri Witkowski18-Jun-10 9:37 
AnswerRe: Javascript synchronous Yes-No-Cancel dialog Pin
T M Gray18-Jun-10 11:49
T M Gray18-Jun-10 11:49 
GeneralRe: Javascript synchronous Yes-No-Cancel dialog Pin
Dimitri Witkowski18-Jun-10 19:13
Dimitri Witkowski18-Jun-10 19:13 
AnswerRe: Javascript synchronous Yes-No-Cancel dialog Pin
Jayapal Chandran21-Jun-10 7:20
Jayapal Chandran21-Jun-10 7:20 
http://www.ericmmartin.com/projects/simplemodal-demos[^]

try to use jquery. it will take just a single line of code to show a dialog box... after including its js file. if you want to do it of your own then you need to compromise all the web browsers and this will be taken care by jquery. a javascript frame work.

of if you want to do it of your own... ready about z-index and opacity...

the gimmick is display a transparent div with 100% height and 100% width with the z-index more than any existing element. for example this overlay div will have zindex as 95. then display your rectangle dialog which will contain all three buttons above the overlay div with zindex more than 95. now try to click apart from the dialog rectangle( on any hyperlinks). nothing happens. the overlay div receives the mouse clicks because it has occupied the complete screen. once you click any button in the dialog then make the overlay div to display none and hide the rectangle.

the above link is just an example. use the last one. and there are more than this in the web... so chose the one which will suite your design.

and here is another use full link...

http://jquery.malsup.com/block/#demos[^]

you can search the web like "jquery modal dialog" and try to use your own words...
Today's Beautiful Moments are
Tomorrow's Beautiful Memories

GeneralRe: Javascript synchronous Yes-No-Cancel dialog Pin
Dimitri Witkowski21-Jun-10 7:27
Dimitri Witkowski21-Jun-10 7:27 
GeneralRe: Javascript synchronous Yes-No-Cancel dialog Pin
Coding124-Jun-10 6:41
Coding124-Jun-10 6:41 
QuestionCompatibility issue of "usedrange"property with Google Map APIs Pin
Farah Siraj18-Jun-10 8:19
Farah Siraj18-Jun-10 8:19 
AnswerRe: Compatibility issue of "usedrange"property with Google Map APIs Pin
Richard MacCutchan18-Jun-10 22:03
mveRichard MacCutchan18-Jun-10 22:03 
Questionmvc pattern + oracle Pin
Member 238096518-Jun-10 5:33
Member 238096518-Jun-10 5:33 
Answer[Cross-Post] mvc pattern + oracle Pin
Sandeep Mewara18-Jun-10 7:53
mveSandeep Mewara18-Jun-10 7:53 
QuestionHow to create xmpp client using C#? Pin
manjeeet17-Jun-10 23:12
manjeeet17-Jun-10 23:12 
Answercross-post Pin
Luc Pattyn18-Jun-10 2:28
sitebuilderLuc Pattyn18-Jun-10 2:28 
QuestionBad Gateway Error Pin
Elena200617-Jun-10 4:05
Elena200617-Jun-10 4:05 
AnswerRe: Bad Gateway Error Pin
R. Giskard Reventlov17-Jun-10 4:12
R. Giskard Reventlov17-Jun-10 4:12 
GeneralRe: Bad Gateway Error Pin
Smithers-Jones18-Jun-10 8:27
Smithers-Jones18-Jun-10 8:27 
QuestionAjaxPro and ActionChart Issues? Pin
Jeneesh K. Velayudhan16-Jun-10 23:19
Jeneesh K. Velayudhan16-Jun-10 23:19 
QuestionAdding textbox column to gridview programmatically (vb.net) Pin
mominafiz15-Jun-10 22:17
mominafiz15-Jun-10 22:17 
AnswerRe: Adding textbox column to gridview programmatically (vb.net) Pin
JamieRushton_22-Jun-10 22:53
JamieRushton_22-Jun-10 22:53 
GeneralRe: Adding textbox column to gridview programmatically (vb.net) Pin
mominafiz22-Jun-10 23:52
mominafiz22-Jun-10 23:52 
QuestionHow do I automatically add line break indicators in HTML? Pin
Chris Maunder15-Jun-10 15:48
cofounderChris Maunder15-Jun-10 15:48 
AnswerNo answer but... Pin
Dalek Dave15-Jun-10 22:38
professionalDalek Dave15-Jun-10 22:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.