Click here to Skip to main content
15,899,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# Code for sending the mail automatically if the given time period is about to expire Pin
N a v a n e e t h9-Dec-08 18:32
N a v a n e e t h9-Dec-08 18:32 
GeneralRe: C# Code for sending the mail automatically if the given time period is about to expire Pin
Christian Graus9-Dec-08 18:48
protectorChristian Graus9-Dec-08 18:48 
GeneralRe: C# Code for sending the mail automatically if the given time period is about to expire Pin
susmithansgi9-Dec-08 19:02
susmithansgi9-Dec-08 19:02 
AnswerRe: C# Code for sending the mail automatically if the given time period is about to expire Pin
Brij9-Dec-08 18:33
mentorBrij9-Dec-08 18:33 
GeneralRe: C# Code for sending the mail automatically if the given time period is about to expire Pin
Christian Graus9-Dec-08 18:55
protectorChristian Graus9-Dec-08 18:55 
QuestionModal dialog - can tite bar and status bar be removed? Pin
devvvy9-Dec-08 16:26
devvvy9-Dec-08 16:26 
AnswerRe: Modal dialog - can tite bar and status bar be removed? Pin
Brij9-Dec-08 17:39
mentorBrij9-Dec-08 17:39 
QuestionModal dialog opacity Pin
devvvy9-Dec-08 16:13
devvvy9-Dec-08 16:13 
hello - I've launched a modal dialog but opacity setting dont seems to work...

<br />
function showConventionalModalDialog()<br />
		{<br />
			var ParmA = retvalA.value;<br />
			var ParmB = retvalB.value;<br />
			var ParmC = retvalC.value;<br />
			var MyArgs = new Array(ParmA, ParmB, ParmC);<br />
			var WinSettings = "center:yes;resizable:no;dialogWidth:750px;dialogHeight:200px;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;"<br />
			var MyArgs = window.showModalDialog("conventionalPopup.html?dest=Page1", MyArgs, WinSettings);<br />
<br />
			return;<br />
	}<br />


Now in modal dialog body tag, I've added:

<br />
style="float:left;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;"<br />


This seems to have made dialog "transparent" that content on the dialog is greyed out - but the modal dialog itself is 100% opaque.

Thanks!

dev

QuestionHttp Modules Pin
CrimeanTurtle20089-Dec-08 13:49
CrimeanTurtle20089-Dec-08 13:49 
AnswerRe: Http Modules Pin
N a v a n e e t h9-Dec-08 17:38
N a v a n e e t h9-Dec-08 17:38 
GeneralRe: Http Modules Pin
CrimeanTurtle200812-Dec-08 23:20
CrimeanTurtle200812-Dec-08 23:20 
QuestionPlease HELP urgent prob with datepicker control on my form! [modified] Pin
dee cronin9-Dec-08 13:37
dee cronin9-Dec-08 13:37 
AnswerRe: Please HELP urgent prob with datepicker control on my form! Pin
dee cronin9-Dec-08 16:49
dee cronin9-Dec-08 16:49 
GeneralRe: Please HELP urgent prob with datepicker control on my form! Pin
N a v a n e e t h9-Dec-08 17:40
N a v a n e e t h9-Dec-08 17:40 
QuestionTrying to access a Repeater's HeaderTemplate controls from event fired in an ItemTemplate control Pin
Cyrilix9-Dec-08 10:51
Cyrilix9-Dec-08 10:51 
Questionemail script Pin
bjh299-Dec-08 9:13
bjh299-Dec-08 9:13 
AnswerRe: email script Pin
Christian Graus9-Dec-08 9:57
protectorChristian Graus9-Dec-08 9:57 
GeneralRe: email script Pin
bjh299-Dec-08 10:21
bjh299-Dec-08 10:21 
GeneralRe: email script Pin
Christian Graus9-Dec-08 11:16
protectorChristian Graus9-Dec-08 11:16 
GeneralRe: email script Pin
bjh299-Dec-08 11:57
bjh299-Dec-08 11:57 
GeneralRe: email script Pin
Christian Graus9-Dec-08 13:29
protectorChristian Graus9-Dec-08 13:29 
GeneralRe: email script Pin
bjh299-Dec-08 14:22
bjh299-Dec-08 14:22 
AnswerRe: email script Pin
N a v a n e e t h9-Dec-08 17:56
N a v a n e e t h9-Dec-08 17:56 
GeneralRe: email script Pin
bjh2910-Dec-08 3:17
bjh2910-Dec-08 3:17 
QuestionMaster Page - Beginner Question... Pin
AndyInUK9-Dec-08 7:55
AndyInUK9-Dec-08 7:55 

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.