Click here to Skip to main content
15,886,137 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondifference between dates Pin
Mathew P V1-Jun-09 21:05
Mathew P V1-Jun-09 21:05 
AnswerRe: difference between dates Pin
Colin Angus Mackay1-Jun-09 21:12
Colin Angus Mackay1-Jun-09 21:12 
GeneralRe: difference between dates Pin
Mathew P V1-Jun-09 21:20
Mathew P V1-Jun-09 21:20 
GeneralRe: difference between dates Pin
Colin Angus Mackay1-Jun-09 21:33
Colin Angus Mackay1-Jun-09 21:33 
GeneralRe: difference between dates Pin
Mathew P V1-Jun-09 22:30
Mathew P V1-Jun-09 22:30 
GeneralRe: difference between dates Pin
Colin Angus Mackay1-Jun-09 23:20
Colin Angus Mackay1-Jun-09 23:20 
GeneralRe: difference between dates [modified] Pin
Mathew P V1-Jun-09 23:57
Mathew P V1-Jun-09 23:57 
Questionhow to pass parameters to timer handler in asp.net Pin
Arif Liminto1-Jun-09 20:53
professionalArif Liminto1-Jun-09 20:53 
Hi , iam still newbie in asp.net

I have no idea how to pass parameter to event handler in timer

this the code that i have got
<br />
private Timer Alert = null;<br />
<br />
protected void Page_Load(object sender, EventArgs e)<br />
{<br />
  Alert = new Timer();<br />
  Alert.Start();<br />
  Alert.Elapsed = new ElapsedEventHandler(Alert_Timer_Elapsed);<br />
  AlertTimer.Interval = 30000;<br />
}<br />
<br />
 private static void AlertTimer_Elapsed(object source, ElapsedEventArgs e)<br />
 {<br />
 }<br />
<br />


i want int alerttimer_elapsed has a string / object variable as parameters but i am confused how to do it.

thanks guys
AnswerRe: how to pass parameters to timer handler in asp.net Pin
Colin Angus Mackay1-Jun-09 21:15
Colin Angus Mackay1-Jun-09 21:15 
GeneralRe: how to pass parameters to timer handler in asp.net Pin
Arif Liminto1-Jun-09 21:34
professionalArif Liminto1-Jun-09 21:34 
Question.swf file browser comptbility Pin
azad yadav1-Jun-09 20:50
azad yadav1-Jun-09 20:50 
AnswerRe: .swf file browser comptbility Pin
Christian Graus1-Jun-09 23:05
protectorChristian Graus1-Jun-09 23:05 
Questioncreat a sub grid view in asp.net 2.0 Pin
Mehul_qaz1-Jun-09 20:42
Mehul_qaz1-Jun-09 20:42 
AnswerRe: creat a sub grid view in asp.net 2.0 Pin
Ravi Mori1-Jun-09 20:47
Ravi Mori1-Jun-09 20:47 
QuestionURL Rewriting Pin
Member 32641221-Jun-09 20:39
Member 32641221-Jun-09 20:39 
QuestionAuthorize.net paymenet gate way Pin
rameshdontagani1-Jun-09 18:49
rameshdontagani1-Jun-09 18:49 
AnswerRe: Authorize.net paymenet gate way Pin
Christian Graus1-Jun-09 19:33
protectorChristian Graus1-Jun-09 19:33 
GeneralRe: Authorize.net paymenet gate way Pin
Colin Angus Mackay1-Jun-09 21:10
Colin Angus Mackay1-Jun-09 21:10 
QuestionNeed help to create custom control Pin
Jain Vijay1-Jun-09 18:20
Jain Vijay1-Jun-09 18:20 
AnswerRe: Need help to create custom control Pin
Goalie352-Jun-09 16:34
Goalie352-Jun-09 16:34 
GeneralRe: Need help to create custom control Pin
Jain Vijay2-Jun-09 19:39
Jain Vijay2-Jun-09 19:39 
GeneralRe: Need help to create custom control Pin
Goalie352-Jun-09 19:44
Goalie352-Jun-09 19:44 
GeneralRe: Need help to create custom control Pin
Jain Vijay2-Jun-09 20:11
Jain Vijay2-Jun-09 20:11 
GeneralRe: Need help to create custom control Pin
Goalie353-Jun-09 3:38
Goalie353-Jun-09 3:38 
GeneralRe: Need help to create custom control Pin
Jain Vijay3-Jun-09 17:48
Jain Vijay3-Jun-09 17:48 

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.