|
-
Nov 2nd, 2003, 07:52 PM
#1
Thread Starter
New Member
how to show real-time data in web
I want to get real-time data from SQLSERVER database every 3 seconds and show in web page's texts.
for examle: the table1 is refreshed every 3 seconds.
Table1
id values1 values2
1 30 40
2 50 60
...........................
and there are two text-contrls in webpage. I want to let
text1.value=30 text2.value=50, the data is changing every 3 seconds.
thank you for your any help. I'd like to get your sourse codes , examples or suggestions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|