Ask a Question related to ASP.NET General, Design and Development.
-
Steve Lewin-Berlin #1
Event handlers keep getting unregistered
For some reason (and I wish I could say specifically
when) studio.net keeps dis-associating my event handlers
with their events. In a recent frsutrating example, my
(C#) page_load routine wasn't getting called. I used the
gui in VS.net to associate the routine with the Load
event, but then the code for one of my buttons wasn't
running. When I re-associated the OnClick routine,
vs.net deleted the page_load connection. The routine
itself isn't deleted, but the line in InitializeComponent:
this.Load += new System.EventHandler(this.Page_Load);
just keeps getting deleted.
Help!
Steve Lewin-Berlin 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

