C#

  • Thread starter Thread starter Guest
  • Start date Start date
Gingee,

gingee raja said:
Any other event is there other than Click event for Button control

Web button or windowsform button?
Although you are looking maybe at the performclick what is a method.


Cor
 
gingee raja said:
Any other event is there other than Click event for Button control

Go to your Properties window and click the Events button on the toolbar.
You'll see an extensive selection of events for a Button (Windows). The same
procedure yields a considerably shorter event list for web forms.
For additional information, look for documentation (readily available in
MSDN Help) on:

System.Windows.Forms.Button and/or
System.Web.UI.WebControls.Button

On the web:

http://msdn.microsoft.com/library/d...l/frlrfSystemWindowsFormsButtonClassTopic.asp

http://msdn.microsoft.com/library/d...lrfsystemwebuiwebcontrolsbuttonclasstopic.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top