Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Can I trigger a function in asp.net? Pin
hogan.john14-Jan-08 20:40
hogan.john14-Jan-08 20:40 
GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 20:42
professionalAbhijit Jana14-Jan-08 20:42 
GeneralRe: Can I trigger a function in asp.net? Pin
hogan.john14-Jan-08 20:47
hogan.john14-Jan-08 20:47 
GeneralRe: Can I trigger a function in asp.net? Pin
Pankaj Garg14-Jan-08 20:48
Pankaj Garg14-Jan-08 20:48 
GeneralRe: Can I trigger a function in asp.net? Pin
hogan.john14-Jan-08 20:56
hogan.john14-Jan-08 20:56 
AnswerRe: Can I trigger a function in asp.net? Pin
Malcolm Smart14-Jan-08 20:46
Malcolm Smart14-Jan-08 20:46 
GeneralRe: Can I trigger a function in asp.net? Pin
hogan.john14-Jan-08 20:50
hogan.john14-Jan-08 20:50 
GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 21:20
professionalAbhijit Jana14-Jan-08 21:20 
GeneralRe: Can I trigger a function in asp.net? [modified] Pin
hogan.john14-Jan-08 21:30
hogan.john14-Jan-08 21:30 
GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 21:51
professionalAbhijit Jana14-Jan-08 21:51 
GeneralRe: Can I trigger a function in asp.net? Pin
hogan.john14-Jan-08 22:07
hogan.john14-Jan-08 22:07 
GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 22:16
professionalAbhijit Jana14-Jan-08 22:16 
AnswerRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 21:15
professionalAbhijit Jana14-Jan-08 21:15 
QuestionRe: Can I trigger a function in asp.net? Pin
Pankaj Garg14-Jan-08 21:22
Pankaj Garg14-Jan-08 21:22 
GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 21:45
professionalAbhijit Jana14-Jan-08 21:45 
QuestionRe: Can I trigger a function in asp.net? Pin
Pankaj Garg14-Jan-08 21:52
Pankaj Garg14-Jan-08 21:52 
protected void Page_Load(object sender, EventArgs e)<br />
   {<br />
       Timer1.Tick += new EventHandler<EventArgs>(Timer1_Tick);<br />
       Timer1.Enabled = true;<br />
   }<br />
   protected void Timer1_Tick(object sender, EventArgs e)<br />
   {<br />
       i += 0;<br />
       Label1.Text = i.ToString();<br />
   }


I think after writing the code , the control should auto execute the timer_tick function.
But the control is not comming there.
the time interval is 1000.

If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 21:55
professionalAbhijit Jana14-Jan-08 21:55 
QuestionRe: Can I trigger a function in asp.net? Pin
Pankaj Garg14-Jan-08 22:08
Pankaj Garg14-Jan-08 22:08 
GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 22:13
professionalAbhijit Jana14-Jan-08 22:13 
QuestionRe: Can I trigger a function in asp.net? Pin
Pankaj Garg14-Jan-08 22:20
Pankaj Garg14-Jan-08 22:20 
GeneralRe: Can I trigger a function in asp.net? Pin
Abhijit Jana14-Jan-08 22:25
professionalAbhijit Jana14-Jan-08 22:25 
QuestionRe: Can I trigger a function in asp.net? Pin
Pankaj Garg14-Jan-08 22:32
Pankaj Garg14-Jan-08 22:32 
GeneralConsuming assembly from GAC [modified] Pin
Malayil alex14-Jan-08 19:58
Malayil alex14-Jan-08 19:58 
GeneralCookie Pin
.NET- India 14-Jan-08 19:47
.NET- India 14-Jan-08 19:47 
GeneralUse .NET to connect to SAP without creating PROXY. Pin
Tee+14-Jan-08 19:36
Tee+14-Jan-08 19:36 

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.