Click here to Skip to main content
15,886,919 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: When is web.config called? Pin
JHizzle26-May-10 0:51
JHizzle26-May-10 0:51 
GeneralRe: When is web.config called? Pin
Tripathi Swati26-May-10 0:54
Tripathi Swati26-May-10 0:54 
GeneralRe: When is web.config called? Pin
Not Active26-May-10 2:29
mentorNot Active26-May-10 2:29 
AnswerRe: When is web.config called? Pin
PIEBALDconsult27-May-10 2:29
mvePIEBALDconsult27-May-10 2:29 
QuestionOpening webpage having stylesheets in masterpage contentplaceholder Pin
mominafiz25-May-10 21:19
mominafiz25-May-10 21:19 
AnswerRe: Opening webpage having stylesheets in masterpage contentplaceholder Pin
Richard MacCutchan25-May-10 22:27
mveRichard MacCutchan25-May-10 22:27 
AnswerRe: Opening webpage having stylesheets in masterpage contentplaceholder Pin
T M Gray26-May-10 8:03
T M Gray26-May-10 8:03 
QuestionNarayanan [modified] Pin
Narayanan chidambaram25-May-10 20:26
Narayanan chidambaram25-May-10 20:26 
<script language="JavaScript">
<!--
/*
No rightclick script v.2.5
(c) 1998 barts1000
barts1000@aol.com
Don't delete this header!
*/

var message="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED";

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->

</script>



-- Modified Wednesday, May 26, 2010 3:06 AM
AnswerRe: Narayanan Pin
Hristo-Bojilov25-May-10 20:40
Hristo-Bojilov25-May-10 20:40 
AnswerRe: Narayanan Pin
Abhinav S25-May-10 20:46
Abhinav S25-May-10 20:46 
AnswerRe: Narayanan Pin
Dave Kreskowiak26-May-10 2:09
mveDave Kreskowiak26-May-10 2:09 
AnswerRe: Narayanan Pin
LloydA11130-May-10 11:26
LloydA11130-May-10 11:26 
QuestionNET Framework 3.5 Configuration tool in VISTA Pin
NarVish25-May-10 19:34
NarVish25-May-10 19:34 
AnswerRe: NET Framework 3.5 Configuration tool in VISTA Pin
Hristo-Bojilov25-May-10 20:37
Hristo-Bojilov25-May-10 20:37 
QuestionHow to handle windows message in my .NET layer? Pin
cmartono25-May-10 17:06
cmartono25-May-10 17:06 
AnswerRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 17:23
sitebuilderLuc Pattyn25-May-10 17:23 
GeneralRe: How to handle windows message in my .NET layer? Pin
cmartono25-May-10 17:59
cmartono25-May-10 17:59 
GeneralRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 18:06
sitebuilderLuc Pattyn25-May-10 18:06 
Questionhow to set Tag property of validationresult from WCF ValidationFault Pin
MurtuzaJ25-May-10 3:33
MurtuzaJ25-May-10 3:33 
Questionanother clarification about using static methods and instantiated methods for threads Pin
prasadbuddhika24-May-10 18:24
prasadbuddhika24-May-10 18:24 
AnswerRe: another clarification about using static methods and instantiated methods for threads Pin
Luc Pattyn24-May-10 18:48
sitebuilderLuc Pattyn24-May-10 18:48 
AnswerRe: another clarification about using static methods and instantiated methods for threads Pin
prasadbuddhika25-May-10 2:21
prasadbuddhika25-May-10 2:21 
Questionneed a clarification about inheritence Pin
prasadbuddhika24-May-10 2:53
prasadbuddhika24-May-10 2:53 
AnswerRe: need a clarification about inheritence Pin
Abhinav S24-May-10 3:07
Abhinav S24-May-10 3:07 
AnswerRe: need a clarification about inheritence Pin
Luc Pattyn24-May-10 5:00
sitebuilderLuc Pattyn24-May-10 5:00 

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.