Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: raising event
Assuming you have an event handler written for the "ontextchanged" event of
the textbox, why don't you just call it directly?
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"s.d" <snob_d@yahoo.com> wrote in message
news:0c8a01c3576d$d4d3d4d0$a501280a@phx.gbl...> Hi,
>
> How can i raise an event programatically in jscript.
>
> For example i could raise onfocus event by setting focus
> to text box :
> txtbox.focus();
> But i could not raise ontextchanged event by setting a
> value to text box
> txtbox.value="any value";
>
> How can i raise ontextchanged event programatically.
>
> Thanks
>
>
Kevin Spencer Guest
-
Raising a click event
I created a custom control - inheriting from WebControl. How do I give this control a click event for the user of the control to put some code... -
raising Page event with customs webcontrol
Hello, I'm trying to raise a Page level event from a custom webcontrol. I can get the event to fire but the context of the even is within the... -
Event raising question
Hi, I have a question regarding events in a composite web control. In windows forms when I programmatically set the SelectedIndex property of a... -
dynamic linkbuttons event not raising - newbie
Hi, I am creating a custom server control, and it dynamically creates lots of LinkButtons, and then I try to subscribe to the click event doing... -
Raising an Event via Code
Our web application has a user control on a web page to display hierarchical data and allow the user to "drill- down" the hierarchy tree. The user...



Reply With Quote

