473,386 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Sending an alert message to logon user in Web Application

Hi ,

I am working on a ASP.Net Web Application which need some requirement as given below.


Let's say two user's A and B. When a User A Assign a task to B , Then B need to get some sort of alert message with
out doing any action by B in his web browser, which need to tell User B that user A had assigned him some task and he need to response
back to User A at the same time by and acknowledgement saying he accepted the task or rejected. Here I can not use the
Mail server feature.
Here user B need to get the pop up/alert message at the same time when user A posted the Task.
Is there any solution for this Problem.

Note :
We are using SQL Server 2000 as a database.

Thanks in advance.


Pradeep Kumar C
Project Leader
Cordiant Technologies (P) Limited
Indira Nagar, Kochi, 682020, INDIA

Tel: +91-484-231-1441 x12
Fax: +91-484-231-0529
cell 9847157714
http://www.cordiant.com
- Global Offshore Software Outsourcing Company

Nov 18 '05 #1
3 2735
Hi,

you could use an IFRAME in your page that polls for activites every 30 sec
or so. When user A posts an item, it copies it to a central queue which code
executed by the IFRAME checks for contents. If found, the IFRAME could popup
a div to user B.

--
Patrik Löwendahl
www.cshrp.net - 'Elegant code by witty programmers'
"Pradeep Kumar C" <pk****@cordiant.com> wrote in message
news:Ox**************@TK2MSFTNGP09.phx.gbl...
Hi ,

I am working on a ASP.Net Web Application which need some requirement as
given below.
Let's say two user's A and B. When a User A Assign a task to B , Then B
need to get some sort of alert message with
out doing any action by B in his web browser, which need to tell User B
that user A had assigned him some task and he need to response
back to User A at the same time by and acknowledgement saying he accepted
the task or rejected. Here I can not use the
Mail server feature.
Here user B need to get the pop up/alert message at the same time when
user A posted the Task.
Is there any solution for this Problem.

Note :
We are using SQL Server 2000 as a database.

Thanks in advance.
Pradeep Kumar C
Project Leader
Cordiant Technologies (P) Limited
Indira Nagar, Kochi, 682020, INDIA

Tel: +91-484-231-1441 x12
Fax: +91-484-231-0529
cell 9847157714
http://www.cordiant.com
- Global Offshore Software Outsourcing Company


Nov 18 '05 #2
Hi Pradeep,

As for your question on let the online user in the web application notify
each other and let the receiver get message automatically without do any
operation, I think Patrik 's suggstion is reasonable. The web application (
no matter asp.net or asp or any other b/s techs) are all request/response
mode in which the client has no persistent connection with the serverside.
So if we need to store the message info at the serverside. And need to
notitfy the user when there is any new updates in the serverside data. We
have to let the client post back to the server constantly to query the
datas. And currently there're two means:

1. Constantly refeshing the page to post back it and query the
database(store messages) at serverside and if there is new updates then add
clientside script so that when the page response return client , the
client script will popup a dialog to notify the user. And since constanly
refreshing page will make the page blinking, so generally we use a hidden
iframe (set width and height as 1 so as to make it not visible to user) to
contain the refreshing page. You can also search on the web for such skills
and it is widely used in online message board system(which have the
functoin to let the online user to send message to each other:) ).

2. As for the IE browser, we can use DHTML and script code to call
webservcie at serverside. That means, we can expose a serverside message
system intefaces(such as query and udpate) in an asp.net webservice. Then
in asp.net web page, we call the webserice via clientside javascript to
query the database on server so that we don't have to constanly refresh the
page to post back it.

Here is the related reference on DHTML webservice in MSDN:

#About the WebService Behavior
http://msdn.microsoft.com/workshop/a...asp?frame=true

Hope these help. Thanks.
Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #3
Hi Pradeep,

Have you had a chance to check out the suggestions in my last reply or have
you got any further ideas on this issue? If you have anything unclear or if
there're anything else we can help, please feel free to post here. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: John J. Hughes II | last post by:
I have an application that sends simple e-mails using SMTP, it no longer works with a lot of e-mail servers. Basically the problem seems to be that I am no longer sending a valid logon sequence....
13
by: joe215 | last post by:
I want my users to send emails from a Windows app that I am developing in Visual Basic.NET 2003. I found a good example of sending email to a SMTP server using the SmtpMail class. However, using...
5
by: Kevin Swanson | last post by:
First, apologies for cross-posting. I posted this message originally in exchange2000.development, but it looks like that's an unmanaged group. At least it doesn't show up in the list when looking...
3
by: rfontaine | last post by:
I have a virtual directory on IIS 5.0 to a remote share on a Windows 2003 file server. The "connect as" is a domain user account. The share as read permission for everyone and the NTFS permission...
1
by: John Smith | last post by:
Hi, I'm trying to send email in our C# ASP.Net application using the Outlook 11 library. For a bunch of unimportant reasons (unimportant to this posting that is) we have to do it this way and...
0
by: Marty Cruise | last post by:
I successfully deploy my application to 20 domain users. Only one new user is giving me a problem, although he can access all domain resources. When he clicks the installation link on the...
2
by: Oltmans | last post by:
Hi All, I'm trying to send an HTML email from my asp.net 2.0 application. I want to show an "alert" message when user opens up my email message using JavaScript. Though I've been able to send...
0
by: Vajrala Narendra | last post by:
in the i got few problems please solve to help me also send information regarding email sending. Try Dim mailbody As String mailbody = "" mailbody =...
9
by: JoeP | last post by:
Hi All, How can I find the reason for such an error: Failure sending mail. Some Code... oMailMessage.IsBodyHtml = False oMailMessage.Body = cEmailBody Dim oSMTP As New SmtpClient...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.