Ask a Question related to ASP.NET Security, Design and Development.
-
Daniel Passwater via DotNetMonster.com #1
Event handlers: How exactly do they work?
I'm working on a C# serial connection. I'm talking to a device that's running embedded C. I have an event handler that handles incoming data. However, even though I'm being sent several bytes, my event handler only handles the first two. I assume that the the rest of the code is being processed, but shouldn't the event handler supercede any other
activity?
I tried a loop terminated by the index of the last expected byte, but its like it just never sees anything else.
Thanks in advance for any and all help.
--
Message posted via [url]http://www.dotnetmonster.com[/url]
Daniel Passwater via DotNetMonster.com Guest
-
Event handlers called twice, or not at all
Ok, sorry for the long post in advance, but I need an expert opinion here. I have already crawled through the groups via google and additionally... -
Missing Event Handlers
I created a custom control derived from DataGrid. It work well, but I have the following problem: Sometimes, the event handlers that are declared... -
event handlers
Does anyone know how to cause the cursor to advance to the next field on a form after the first field has been filled? -
Losing event handlers
I have written an ASP.NET app with C# code-behind. While modifying the code and testing it, I find that I will sometimes lose all event handlers... -
crazy event handlers!
it is in the buildTable(), which is executed in the Page_PreRender() event -Trevor "MikeB" <mailbox.google@mailnull.com> wrote in message...



Reply With Quote

