Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Enum and generics Pin
N a v a n e e t h8-Jul-08 15:44
N a v a n e e t h8-Jul-08 15:44 
GeneralRe: Enum and generics Pin
Scott Dorman8-Jul-08 16:13
professionalScott Dorman8-Jul-08 16:13 
AnswerRe: Enum and generics Pin
PIEBALDconsult7-Jul-08 18:48
mvePIEBALDconsult7-Jul-08 18:48 
GeneralRe: Enum and generics Pin
N a v a n e e t h8-Jul-08 15:47
N a v a n e e t h8-Jul-08 15:47 
GeneralRe: Enum and generics Pin
PIEBALDconsult8-Jul-08 17:58
mvePIEBALDconsult8-Jul-08 17:58 
GeneralRe: Enum and generics Pin
N a v a n e e t h8-Jul-08 19:05
N a v a n e e t h8-Jul-08 19:05 
QuestionC# dll and COM Pin
theCPkid7-Jul-08 1:29
theCPkid7-Jul-08 1:29 
Questionproblem with doing two tasks sequentially in a web appication Pin
WebMaster7-Jul-08 1:22
WebMaster7-Jul-08 1:22 
Hi everybody

I developed a web application project in C# involving a method, named run(), being called when a button, named "Go", is clicked.
The "run()" method takes some time to be executed. So I want to use a "PLEASE WAIT" swf file, named "PleaseWait.swf" while processing.
It is binded by a flash control dll, named "flcontrol" The Code belonging "Go" button looks like this:

protected void Go_Click(object sender, EventArgs e)
{
flcontrol.play=true;
run();
}

The problem is there that flcontrol plays right after "run()" method gets completed.
I also used "response.flush()" method before "run()" but nothing happened.
What should I do???

Tnx in forward
AnswerRe: problem with doing two tasks sequentially in a web appication Pin
Guffa7-Jul-08 1:34
Guffa7-Jul-08 1:34 
QuestionError in registering plugin Pin
am 20097-Jul-08 1:21
am 20097-Jul-08 1:21 
QuestionAttribute not being set when invoking java web service from c# Pin
Simon Lime7-Jul-08 1:19
Simon Lime7-Jul-08 1:19 
AnswerRe: Attribute not being set when invoking java web service from c# Pin
Simon Lime7-Jul-08 1:30
Simon Lime7-Jul-08 1:30 
Questionhow to write "connection string" in namespace or webconfig file ? Pin
sacr837-Jul-08 0:28
sacr837-Jul-08 0:28 
AnswerCross post Pin
dan!sh 7-Jul-08 0:36
professional dan!sh 7-Jul-08 0:36 
QuestionBitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 0:18
kevinlin_57-Jul-08 0:18 
AnswerRe: Bitmap constructor(Image, Int32, Int32)~! Pin
leppie7-Jul-08 0:24
leppie7-Jul-08 0:24 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 19:29
kevinlin_57-Jul-08 19:29 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
leppie7-Jul-08 19:58
leppie7-Jul-08 19:58 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 22:31
kevinlin_57-Jul-08 22:31 
AnswerRe: Bitmap constructor(Image, Int32, Int32)~! Pin
Guffa7-Jul-08 1:40
Guffa7-Jul-08 1:40 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 19:43
kevinlin_57-Jul-08 19:43 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
Guffa8-Jul-08 4:02
Guffa8-Jul-08 4:02 
QuestionCan i create a unassigned array of my class object Pin
wasimsharp7-Jul-08 0:06
wasimsharp7-Jul-08 0:06 
AnswerRe: Can i create a unassigned array of my class object Pin
moon_stick7-Jul-08 0:21
moon_stick7-Jul-08 0:21 
GeneralRe: Can i create a unassigned array of my class object Pin
leppie7-Jul-08 0:25
leppie7-Jul-08 0:25 

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.