If one has an ASP.net web site whose web forms all inherit from a common base page--which checks things like authentication and redirects when a session has expired, etc--is there a way to use this ba
I am reviewing / redesigning / refactoring a database and want to create a new database that stores pretty much the same data in a smarter fashion. One of the problems in the \'legacy\' database is th
Does C++ offer a way to \'show\' something visual if an unhandled exception occurs? What I want to do is to make something like assert(unhandled exception.msg()) if it actually happens (like in the fo
I have looked at every discussion and thread I can find on getting this to work but it is not. I have a simple timer that updates a text view (mTimeTextField in the example below). The mUpdateTimeTask
I have a Thread that downloads data from internet public class Bp implements Runnable { Handler myHandler;
I need to update the handler mappings on IIS 7.5 to allow URLs that don\'t have extensions to be routed to an application. The application was originally written in ASP.NET 2.0, but then later upgrade
Hey all - this code might be a bit messy in the way I\'m trying to clean up the handler as I\'ve been trying to track down where the crash happens...
I am pretty new to Android and very new to Multithreading. I am writing an android application that contains multiple activities that implement onClickListners which sends a Bluetooth message on butt
I am relatively new to Android but have some experience with Java. This may be more of a Multithreading/handler issue as apposed to Bluetooth.
I am using an Executor [fixed thread pool] with my own ThreadFactory that adds a Looper: Handler HANDLER = new Handler();