A1VBCode Forums

Send message to users in client


http://www.a1vbcode.com/vbforums/Topic23054.aspx

By Kusno - 9/17/2007

Dear all .Netters,

I develop intranet application using ASP.Net 2.0 with VB language.
I have some modules that necesarry send messages to users.
Currently, my Bulletin Board shows pop up windows if there are messages to users.
It reads SQL Server table every 5 minutes using Web Service.

For others modules (GA-Payment, User ID Maintain),
I have planned to use Net Send function that provides by SQL Server with activating Job Schedule.
But i hesitant, if it could decrase my SQL Server or my Server performance.

So, do you have experiences how to send message to users with ASP.Net ?

Thanks and Regards,

Kusno

By jaineel - 3/14/2010

My project is on bill approval system basically a work-flow process. I am building it in ASP .Net using either vb or c# with SQL Server 2005.(VS 2008)
                    My main doubt is:
 
When the employeer selects to upload a bill and fills the details within it, he is suppose to send it to his respective head of department. There will be thousands of employees with many head of departments each of them having a different login. Now the bill should be in the particular head of department's login only. I am building it on  SINGLE machine.
So how do I prepare a code such that the bill passes to a specific user's login only and also he can approve and comment on receving the bill.Please help me at the earliest.

Thanking for your anticipation