How to programmatically cause a button click?
C#
3
Posts
3
Posters
6
Views
1
Watching
-
I have a web form and would like to cause a button to be clicked under a certain condition. How do I (what's the syntax) programmatically cause a button click so that the user doesn't have to do it? :omg: Thanks all, in advance, for your reply!
-
I have a web form and would like to cause a button to be clicked under a certain condition. How do I (what's the syntax) programmatically cause a button click so that the user doesn't have to do it? :omg: Thanks all, in advance, for your reply!
Hey, You can use JavaScript and call the button object .click() Is'nt it? Deepak Kumar Vasudevan http://deepak.portland.co.uk/