how to create delay at server side function
-
hi i want to implement delay at server side for a function can you say how can i do that.Do i need to use a control for that.or can it just be done with code...if anyone know a code to create a delay pls say any suggestions or links are welcome.. thanks in advance
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
-
hi i want to implement delay at server side for a function can you say how can i do that.Do i need to use a control for that.or can it just be done with code...if anyone know a code to create a delay pls say any suggestions or links are welcome.. thanks in advance
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
-
hi i want to implement delay at server side for a function can you say how can i do that.Do i need to use a control for that.or can it just be done with code...if anyone know a code to create a delay pls say any suggestions or links are welcome.. thanks in advance
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
User System.Threading.Thread class. for example, If u want to dalay for 5 seconds at server side then, System.Threading.Thread.Sleep(5000); where argument is in miliseconds. Cheers.:-O
Regards, Mayank Parmar Senior Software Engineer Amba Tech Gandhinagar, India