G
Guest
I want to add 2 'onclick' events to a link button but, of course, the
javascript wont work.
In other words:
linkbutton.Attributes.Add("onClick", "MyFunction1();")
linkbutton.Attributes.Add("onClick", "MyFunction2();")
How would i get this to work? (keeping in mind that I cannot combine
MyFunction1 and 2 together) Is there another event other than onclick I can
use?
Thanks in advance.
javascript wont work.
In other words:
linkbutton.Attributes.Add("onClick", "MyFunction1();")
linkbutton.Attributes.Add("onClick", "MyFunction2();")
How would i get this to work? (keeping in mind that I cannot combine
MyFunction1 and 2 together) Is there another event other than onclick I can
use?
Thanks in advance.