Click here to Skip to main content
15,897,291 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Deploy ajax application on server Pin
N a v a n e e t h6-Oct-08 21:57
N a v a n e e t h6-Oct-08 21:57 
AnswerRe: Deploy ajax application on server Pin
jegastar7-Oct-08 0:08
jegastar7-Oct-08 0:08 
GeneralRe: Deploy ajax application on server Pin
N a v a n e e t h7-Oct-08 2:05
N a v a n e e t h7-Oct-08 2:05 
QuestionCommunicate with linux server from .net application Pin
kvPriya6-Oct-08 19:44
kvPriya6-Oct-08 19:44 
QuestionRegister javascript in codebehind is not working Pin
Guvera6-Oct-08 19:31
Guvera6-Oct-08 19:31 
AnswerRe: Register javascript in codebehind is not working Pin
Venkatesh Mookkan6-Oct-08 20:02
Venkatesh Mookkan6-Oct-08 20:02 
GeneralRe: Register javascript in codebehind is not working Pin
Guvera6-Oct-08 20:04
Guvera6-Oct-08 20:04 
QuestionAsp.net Timer Pin
NewToAspDotNet6-Oct-08 8:48
NewToAspDotNet6-Oct-08 8:48 
Hi All,

Im triyng to use the System.Timers.Timer control in my page. In de button click eventhandler i have this code:
System.Timers.Timer myTimer = new System.Timers.Timer();
myTimer.Interval = 1000;
myTimer.Elapsed += new System.Timers.ElapsedEventHandler(myTimer_Elapsed);
myTimer.Enabled = true;

protected void myTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
//do test
Label1.Text = "a";
}

The problem is that nothing happens ofter clicking the button.
What is wrong here?

Thanks.
AnswerRe: Asp.net Timer Pin
Colin Angus Mackay6-Oct-08 11:27
Colin Angus Mackay6-Oct-08 11:27 
GeneralRe: Asp.net Timer Pin
Vasudevan Deepak Kumar6-Oct-08 11:34
Vasudevan Deepak Kumar6-Oct-08 11:34 
AnswerRe: Asp.net Timer Pin
AlexeiXX36-Oct-08 11:47
AlexeiXX36-Oct-08 11:47 
Questionaccessing propertin parent page from user control Pin
justintimberlake6-Oct-08 8:42
justintimberlake6-Oct-08 8:42 
AnswerRe: accessing propertin parent page from user control Pin
AlexeiXX36-Oct-08 9:06
AlexeiXX36-Oct-08 9:06 
AnswerRe: accessing propertin parent page from user control Pin
Andreas X6-Oct-08 12:27
professionalAndreas X6-Oct-08 12:27 
QuestionHow could I protect the values of dropdownboxes after postback? Pin
JUNEYT6-Oct-08 8:13
JUNEYT6-Oct-08 8:13 
AnswerRe: How could I protect the values of dropdownboxes after postback? Pin
Vasudevan Deepak Kumar6-Oct-08 8:34
Vasudevan Deepak Kumar6-Oct-08 8:34 
GeneralRe: How could I protect the values of dropdownboxes after postback? Pin
JUNEYT6-Oct-08 8:38
JUNEYT6-Oct-08 8:38 
GeneralRe: How could I protect the values of dropdownboxes after postback? Pin
N a v a n e e t h6-Oct-08 16:10
N a v a n e e t h6-Oct-08 16:10 
AnswerRe: How could I protect the values of dropdownboxes after postback? Pin
N a v a n e e t h6-Oct-08 16:13
N a v a n e e t h6-Oct-08 16:13 
GeneralRe: How could I protect the values of dropdownboxes after postback? Pin
JUNEYT7-Oct-08 0:01
JUNEYT7-Oct-08 0:01 
QuestionPaging and sorting Pin
Sandraa6-Oct-08 8:12
Sandraa6-Oct-08 8:12 
AnswerRe: Paging and sorting Pin
Andreas X6-Oct-08 12:20
professionalAndreas X6-Oct-08 12:20 
QuestionAsp.net or php Pin
Christopher Clarke6-Oct-08 6:57
Christopher Clarke6-Oct-08 6:57 
AnswerRe: Asp.net or php Pin
Vasudevan Deepak Kumar6-Oct-08 8:34
Vasudevan Deepak Kumar6-Oct-08 8:34 
QuestionHow to set SkinID of a control contained in a composite server control? Pin
Pawel Krakowiak6-Oct-08 5:47
Pawel Krakowiak6-Oct-08 5:47 

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.