Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Where is the onclick event?

Reply
Thread Tools

Where is the onclick event?

 
 
Daves
Guest
Posts: n/a
 
      01-12-2006
where in the page cycle does a button's onclick event take place? How can I,
in general, find out where control's events are situated in comparison with
the standard init,load,databound... events in Page?


 
Reply With Quote
 
 
 
 
Christopher Reed
Guest
Posts: n/a
 
      01-13-2006
Turn trace on. It will show all events in order.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Daves" <> wrote in message
news:...
> where in the page cycle does a button's onclick event take place? How can
> I, in general, find out where control's events are situated in comparison
> with the standard init,load,databound... events in Page?
>



 
Reply With Quote
 
 
 
 
Daves
Guest
Posts: n/a
 
      01-13-2006
ahh great!

now how come I don't see the DataBinding event for the Page? Isn't the page
always databound?


"Christopher Reed" <> wrote in message
news:uQLZz2%...
> Turn trace on. It will show all events in order.
> --
> Christopher A. Reed
> "The oxen are slow, but the earth is patient."
>
> "Daves" <> wrote in message
> news:...
>> where in the page cycle does a button's onclick event take place? How can
>> I, in general, find out where control's events are situated in comparison
>> with the standard init,load,databound... events in Page?
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Overriding an onclick with another onclick tomlong@gmail.com Javascript 4 01-26-2006 09:26 PM
button.onclick = new Function("func2()") + button.onclick foldface@yahoo.co.uk Javascript 2 09-26-2005 08:13 AM
ToolbarCheckButton - no onclick property? ASP .Net 1 05-23-2005 12:36 PM
Problem onClick event on Firefox orion30 Firefox 0 11-07-2004 02:34 PM
document.onclick=doIt() same as document.onclick=doIt ? bob Javascript 3 08-21-2003 12:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57