Click here to Skip to main content
15,922,650 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: LDAP connection string failure Pin
Frank Kerrigan2-Aug-06 10:29
Frank Kerrigan2-Aug-06 10:29 
GeneralRe: LDAP connection string failure [modified] Pin
OldStretch2-Aug-06 23:41
OldStretch2-Aug-06 23:41 
GeneralRe: LDAP connection string failure Pin
Frank Kerrigan4-Aug-06 8:23
Frank Kerrigan4-Aug-06 8:23 
GeneralRe: LDAP connection string failure Pin
OldStretch5-Aug-06 1:33
OldStretch5-Aug-06 1:33 
QuestionHow to create a pop up window using asp.net? Pin
frossie2-Aug-06 4:49
frossie2-Aug-06 4:49 
AnswerRe: How to create a pop up window using asp.net? Pin
ToddHileHoffer2-Aug-06 6:23
ToddHileHoffer2-Aug-06 6:23 
GeneralRe: How to create a pop up window using asp.net? [modified] Pin
Woad2-Aug-06 13:44
Woad2-Aug-06 13:44 
QuestionHow can I correctly seize a resource with the Monitor class? Pin
HilSoft2-Aug-06 3:49
HilSoft2-Aug-06 3:49 
I'm writing a series of 2 commands:

Monitor.Enter(sema_resource); // Seize?

Monitor.Exit(sema_resource); // Release?

where
decimal sema_resource= 0;

But Visual Studio 2005 rebukes me about the second command and says that I'm going to release what I never had seized.

Brethren, please, how correctly to work with the Monitor class? (I need it for resources guarding on some code sections in the multitasking environment).

HilSoft

AnswerRe: How can I correctly seize a resource with the Monitor class? Pin
minhpc_bk2-Aug-06 15:23
minhpc_bk2-Aug-06 15:23 
GeneralRe: How can I correctly seize a resource with the Monitor class? Pin
HilSoft2-Aug-06 20:52
HilSoft2-Aug-06 20:52 
GeneralRe: How can I correctly seize a resource with the Monitor class? Pin
minhpc_bk3-Aug-06 16:16
minhpc_bk3-Aug-06 16:16 
GeneralRe: How can I correctly seize a resource with the Monitor class? Pin
HilSoft3-Aug-06 21:05
HilSoft3-Aug-06 21:05 
QuestionGetting image url from gridview Pin
Naveed Kamboh2-Aug-06 3:36
Naveed Kamboh2-Aug-06 3:36 
AnswerRe: Getting image url from gridview Pin
minhpc_bk2-Aug-06 15:25
minhpc_bk2-Aug-06 15:25 
GeneralRe: Getting image url from gridview Pin
Naveed Kamboh2-Aug-06 22:21
Naveed Kamboh2-Aug-06 22:21 
GeneralRe: Getting image url from gridview Pin
minhpc_bk3-Aug-06 16:00
minhpc_bk3-Aug-06 16:00 
QuestionHow to use Microsoft agent characters in ASP.Net ? Pin
King Shez2-Aug-06 2:35
King Shez2-Aug-06 2:35 
Questionhow to use Client CallBack Pin
nannapanenikamalnath2-Aug-06 2:28
nannapanenikamalnath2-Aug-06 2:28 
AnswerRe: how to use Client CallBack Pin
minhpc_bk2-Aug-06 15:28
minhpc_bk2-Aug-06 15:28 
QuestionImage Control again showing same file? Pin
MudkiSekhon2-Aug-06 2:27
MudkiSekhon2-Aug-06 2:27 
AnswerRe: Image Control again showing same file? Pin
minhpc_bk2-Aug-06 15:32
minhpc_bk2-Aug-06 15:32 
QuestionHow to return binary data from an aspx page? Pin
Rob Philpott2-Aug-06 1:14
Rob Philpott2-Aug-06 1:14 
AnswerRe: How to return binary data from an aspx page? Pin
Guffa2-Aug-06 2:20
Guffa2-Aug-06 2:20 
GeneralRe: How to return binary data from an aspx page? Pin
Rob Philpott2-Aug-06 2:47
Rob Philpott2-Aug-06 2:47 
GeneralRe: How to return binary data from an aspx page? Pin
Guffa2-Aug-06 5:29
Guffa2-Aug-06 5:29 

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.