user3304614
user3304614

Reputation: 169

How to Push some data from Database to asp.net webform?

I want to push some thing (like Notification) to user's page, i tried a function that search database and then DB had new notification, it showed the Notification to us, but it was a bad way, someone know how i can do it better?

Upvotes: 0

Views: 134

Answers (2)

pmn
pmn

Reputation: 2257

You can use Comet or SignalR. This is a LINK to explain how use it

Upvotes: 2

vino20
vino20

Reputation: 429

You need to implement Client side side based code, so use ajax and java script to that...

Upvotes: 0

Related Questions