Ask a Question related to ASP.NET General, Design and Development.
-
Lloyd Dupont #1
lost event ...
I have a Button in a WebForm
I add a handler to the click event by writting that
OnClick="HMyHandler" in the button tag.
initially it didn't work.
so in the Page_Load() method I wrote
myButton.Click += new EventHandler(HMyHandler)
and then the handler was called twice ...
I'm puzzled, what's going on ?
Lloyd Dupont Guest
-
Getting Error: Event Type 'flash.event:event' is unavailable ?????
Hi, I am not using Cairngorm or anything, but trying to get an app built first without it then look into it. I am getting this error however... -
stumped...table - row - click event, cancel checkbox event
I have a html table and mutliple rows. On each row i put an onclick event that opesn a modal window and prompts the user for some information. I... -
ItemDataBound Event - How to access the previous record when this event is raised in DataGrid?
ItemDataBound Event - How to access the previous record when this event is raised in DataGrid? During "ItemDataBound Event", I would like... -
Urgent: Event executed on server and data which is received by that event sent to the client.
Hi I am creating a web-based instant messaging application using asp.net. I have a DLL of which I create an object. This object has some... -
Assign Javascript event handler function dynamically to a Flash object event?
I have a Flash player object embedded in one of my web pages. I want to assign code to the OnReadyStateChange event for the object. Every...



Reply With Quote

