Click here to Skip to main content
15,887,975 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Will the static get accessor of a property be cached ? Pin
jkirkerx6-Jan-12 7:11
professionaljkirkerx6-Jan-12 7:11 
GeneralRe: Will the static get accessor of a property be cached ? Pin
Nadia Monalisa6-Jan-12 10:30
Nadia Monalisa6-Jan-12 10:30 
GeneralRe: Will the static get accessor of a property be cached ? Pin
jkirkerx6-Jan-12 11:02
professionaljkirkerx6-Jan-12 11:02 
Questiononline service provider regarding sale/purchase services like advocay etc Pin
adnan safdar4-Jan-12 1:17
adnan safdar4-Jan-12 1:17 
AnswerRe: online service provider regarding sale/purchase services like advocay etc Pin
Richard MacCutchan4-Jan-12 2:46
mveRichard MacCutchan4-Jan-12 2:46 
AnswerRe: online service provider regarding sale/purchase services like advocay etc Pin
jkirkerx6-Jan-12 7:43
professionaljkirkerx6-Jan-12 7:43 
QuestionUsing Uploadify In Custom Server Control Pin
Richard Blythe2-Jan-12 16:21
Richard Blythe2-Jan-12 16:21 
AnswerRe: Using Uploadify In Custom Server Control Pin
jkirkerx6-Jan-12 7:22
professionaljkirkerx6-Jan-12 7:22 
Looks like a programming mistake

the attr freeze is used to indicate activity, on 1 line, the attr is completely removed, so you can't set the freeze again because it's gone.

// Freeze is set to 1
$(this).attr('freeze', '1');


// The attr is deleted
C#
if (window.frozenImageEditorToolBar) {
$(window.frozenImageEditorToolBar).removeAttr('freeze');                         $(window.frozenImageEditorToolBar).fadeOut();
 window.frozenImageEditorToolBar = false;
}
}
});


Freeze should be set to 0
QuestionHow to load TabControl with many of objects and tabs FASTER Pin
satrio_budidharmawan1-Jan-12 21:02
satrio_budidharmawan1-Jan-12 21:02 
AnswerRe: How to load TabControl with many of objects and tabs FASTER Pin
manognya kota6-Jan-12 2:03
manognya kota6-Jan-12 2:03 
Questionransfer data from one page to another Pin
Enobong Adahada30-Dec-11 0:13
Enobong Adahada30-Dec-11 0:13 
AnswerRe: ransfer data from one page to another Pin
thatraja30-Dec-11 0:54
professionalthatraja30-Dec-11 0:54 
AnswerRe: ransfer data from one page to another Pin
mahmoud mohammed mansor31-Dec-11 1:23
mahmoud mohammed mansor31-Dec-11 1:23 
GeneralRe: ransfer data from one page to another Pin
syamrulezzz5-Jan-12 22:20
syamrulezzz5-Jan-12 22:20 
AnswerRe: ransfer data from one page to another Pin
Jitendra Parida - Jeetu3-Jan-12 1:28
Jitendra Parida - Jeetu3-Jan-12 1:28 
QuestionListview with Search and DataPager controls Pin
ylsv29-Dec-11 5:05
ylsv29-Dec-11 5:05 
Questioncalendar extender not working in black berry phone os 4.6 and above Pin
vishnukamath28-Dec-11 21:19
vishnukamath28-Dec-11 21:19 
Questionmergetags in a web application Pin
MalarGayu28-Dec-11 13:58
MalarGayu28-Dec-11 13:58 
Questionadding item in listbox using delegate Pin
jhyn27-Dec-11 22:38
jhyn27-Dec-11 22:38 
AnswerRe: adding item in listbox using delegate Pin
Barbo28-Dec-11 4:54
Barbo28-Dec-11 4:54 
GeneralRe: adding item in listbox using delegate Pin
jhyn28-Dec-11 16:39
jhyn28-Dec-11 16:39 
QuestionProblem in run website Pin
Jitendra Parida - Jeetu26-Dec-11 20:35
Jitendra Parida - Jeetu26-Dec-11 20:35 
AnswerRe: Problem in run website Pin
thatraja26-Dec-11 21:09
professionalthatraja26-Dec-11 21:09 
Questionhow to remove session when browser closed. Pin
uspatel25-Dec-11 23:14
professionaluspatel25-Dec-11 23:14 
AnswerRe: how to remove session when browser closed. Pin
Jitendra Parida - Jeetu26-Dec-11 2:09
Jitendra Parida - Jeetu26-Dec-11 2:09 

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.