10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Administrator
Admin
2.2k
1.4m
Web Services and Threads
Apr 14 2003 3:22 PM
Hello - I'm developing a web application that requires constant listening to the server. The server receives responses from various databases that are legacy and are not quick queries. What I would like to do is have the user continue to use the app while having a windows popup via active-x control (or something along that line) whenever the server catches data and sends it back out. My question is, can I use threading efficiently inside a web service, and if so, what's the best way to do this? I'm fairly new to ASP.Net, but do have a good amt of C# behind me. Any suggestions would be great.
Reply
Answers (
3
)
exposing the methods of your dynamically created usercontrol
datalist Itemcommand event problem