Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 30th, 2004, 09:09 AM
Registered User
 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Force an event to trigger

Is it possible to force an event to trigger in C#?

eg. I would like to trigger the Button2_click event every time the Button1_Click event is triggered.




.::YF::.
 
Old May 30th, 2004, 01:10 PM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 336
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alyeng2000
Default

just call it as a sub
Button2_click(me,e)

Ahmed Ali
Software Developer
 
Old June 2nd, 2004, 08:52 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Or you can wire the Button1 click event to Button2_click in the same way Button2's click event is wired to Button2_click. You can have multiple events wired to multiple event handlers.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Does GridView trigger PageIndexChanged event? PeterPeiGuo ASP.NET 2.0 Basics 2 December 5th, 2008 07:39 PM
onmouseover trigger event JParent Javascript How-To 1 February 13th, 2006 10:26 AM
An activity by user B trigger an event for A bigmish Classic ASP Basics 1 July 3rd, 2004 04:28 PM
Force app to perform event adman Beginning VB 6 3 February 10th, 2004 02:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.