Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Easwar
Yak Posting Veteran
59 Posts |
Posted - 2007-04-11 : 04:12:18
|
In my label control display text automatically change every 2 seconds...HowLabel1.Text="First";this is first statement.After that display next value based on timing. Timing interval 2 secondsLabel1.Text="Second"after 2 seconds display following statement..Label1.Text="Third"after 2 seconds display following statement..Label1.Text="Four"after 2 seconds display following statement..Label1.Text="Five"Then again go to first.after 2 seconds display following statement..Label1.Text="First"........................This concept using page load event......How help meI need C# Coding with ASP.Net..Any Timer Concept....... |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-04-11 : 04:20:14
|
[url]http://www.c-sharpcorner.com/UploadFile/rizialagesann/servertimercallback11172006093742AM/servertimercallback.aspx[/url]You can also use AJAX timer control if you have AJAX toolkit.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
|
|
Easwar
Yak Posting Veteran
59 Posts |
Posted - 2007-04-11 : 08:14:08
|
I have AJAX ToolKit but i can't used......Otherwise using thread..how to use thread........ |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2007-04-11 : 08:31:23
|
Would you not have better success posting this on an ASP.net community site...rather than a SQLServer one, under a forum for ASP.net + SQLServer problems? Not trying to get rid of you, just "horses for courses" with a more appropriate site.... |
|
|
|
|
|