473,383 Members | 1,853 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,383 software developers and data experts.

Mimicing an interrupt

{Deep breath prior to demonstrating before entire Usenet the depth of
my personal ignorance}

Hi there!

I'm writing this dinky little system in ASP.NET, which sits on a SQL
Server database.

The system's default page shows a datagrid containing a bunch of tasks
that are being assigned IN REAL TIME to Field Personnel. This
assignment operation is being performed by another application
entirely. Obviously, when the Page is loaded, the system gets a list
of appropriate tasks from the database.

It is beyond probable that the staff in the Control Room staring at
this datagrid will, occasionally, be staring at obsolete data, with
tasks being added, amended and, occasionally, deleted at any time.

It would be quite fantastically useful if I could inform the Control
Room staff of important changes: for example, that the Task with an ID
of 1234 currently assigned to Joe Blow has been cancelled.

But the browser is disconnected. Stateless. Do I have to refresh the
page using some sort of timer? Better still, can I direct a pop-up to
a user's machine? How?

The real crunch will come when I have to display the same sort of
real-time data on the Field Personnel's hand-held device (currently
likely to be a Nokia 6600).

Help. Please.

Edward
--
The reading group's reading group:
http://www.bookgroup.org.uk
Nov 18 '05 #1
2 813
te********@hotmail.com (Edward) wrote in
news:25**************************@posting.google.c om:
But the browser is disconnected. Stateless. Do I have to refresh the
page using some sort of timer? Better still, can I direct a pop-up to
a user's machine? How?


Sorry, can't do that.

Best thing to do is refresh automatically every x seconds (annoying) or do
validation checks after each submission.

Or, switch to a different technology such as Macromedia Flash, Winforms in
IE, Java Applet, etc.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #2
ASP.Net 2.0 support client-callback. It's possible to do similar things in
1.x using Microsoft XMLHTTP ActiveX object, but I have no familiarity with
this. I thought maybe atleast giving you the names might give you something
to go on...

Karl

"Edward" <te********@hotmail.com> wrote in message
news:25**************************@posting.google.c om...
{Deep breath prior to demonstrating before entire Usenet the depth of
my personal ignorance}

Hi there!

I'm writing this dinky little system in ASP.NET, which sits on a SQL
Server database.

The system's default page shows a datagrid containing a bunch of tasks
that are being assigned IN REAL TIME to Field Personnel. This
assignment operation is being performed by another application
entirely. Obviously, when the Page is loaded, the system gets a list
of appropriate tasks from the database.

It is beyond probable that the staff in the Control Room staring at
this datagrid will, occasionally, be staring at obsolete data, with
tasks being added, amended and, occasionally, deleted at any time.

It would be quite fantastically useful if I could inform the Control
Room staff of important changes: for example, that the Task with an ID
of 1234 currently assigned to Joe Blow has been cancelled.

But the browser is disconnected. Stateless. Do I have to refresh the
page using some sort of timer? Better still, can I direct a pop-up to
a user's machine? How?

The real crunch will come when I have to display the same sort of
real-time data on the Field Personnel's hand-held device (currently
likely to be a Nokia 6600).

Help. Please.

Edward
--
The reading group's reading group:
http://www.bookgroup.org.uk

Nov 18 '05 #3

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

Similar topics

19
by: Jane Austine | last post by:
As far as I know python's threading module models after Java's. However, I can't find something equivalent to Java's interrupt and isInterrupted methods, along with InterruptedException....
2
by: Marco | last post by:
Hallo, I have made a microcontroller with keyboard (16 key). I have a function to handle interrupt that comes from keyboard when a key is pressed. I should make a C software (not graphic) with...
2
by: anil | last post by:
Hi Friends!! Does any body know the interrupt no. of the CD-Rom device to make it function like opening and reading etc..If any body knoow tell me ..I want to learn hardware programming through...
0
by: LordHog | last post by:
Hello all, I have a little application that will be used for test environment that utilizes the CAN Messaging. The application will capture and then decode the CAN message that are received. In...
2
by: bvermeersch | last post by:
Hi, Here I am again, just learning C# and always wanting to learn the hard things first. As you might already know from other posts I'm trying to convert c++ code to C#. The problem I'm...
27
by: tomhr | last post by:
I have a Borland Turbo C++ compiler (though I never use the "plus-plus" part), copyright 1990. I use this compiler to write simple programs, one of which I am quite dependent on. A month ago, my...
2
by: Hartmut | last post by:
Hi guys out there..., I am not shure if this is the right forum for my Question. Have a problem using my own Keyboard interrupt handler. The handler works fine as long as i do not press keys...
5
by: mysli | last post by:
Hi all, I need to write a ISR using Microsoft VC++ 2005. The proplem is I did not found any hint on how to do it. I can register any function as a ISR and it will be called by the hardware...
2
by: =?Utf-8?B?QnJ1Y2UgSFM=?= | last post by:
I'm using VS2005 Winforms. I want a method to allow the user to be able to interrupt an SQL query if he decides he doesn't want to wait for it any longer. I've used IAsyncResult to open an...
3
by: mani | last post by:
Hi all. Is their any function which can associate the irqno with interrupt handller. and function should not be the kernal function. and more interrupt related function like enable irq and...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.