Ask a Question related to ASP.NET General, Design and Development.
-
Lloyd Dupont #1
event binding
I'm writing a custom control firimg event
ideally I want the user to write the method name to be called in the .aspx
like that
<my:control runat=server OnEvent="HOnEvent>blablabla</my:control>
what shoudl I write in the .cs file to do that, it's unclear to me ...
also, in fact it's a templated control which could contain list of itemns,
themselves containing list of items, etc....
I want the event to be fired up the hierarchy, so I just write
OnEvent="HOnEvent" in the top control and I catch it, how could I do that ?
thanks, ...
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... -
Complex data binding question, binding child objects of a custom collection.
I have a custom collection of objects, each of which includes a child object called MyUserOpener. In declarative binding, I can bind this property... -
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... -
value binding and function binding
Hi I was just wandering through some lisp code and I saw this: (let ((x 1)) (flet ((x (y) (+ x y))) (x x))) (I'm not sure if the indentation... -
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

