Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can you handle all button click events at once in a form?
Give coding.



Can you handle all button click events at once in a form? Give coding. ..

Answer / seema dalal

suppose ,there r 3 buttons & we have to handle all button
click events at once. Then try following steps
1) Write eventhandler

Public Sub clickevent(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Button1.Click, Button2.Click,
Button3.Click
Dim b As Button = CType(sender, Button)
Response.Write("hello:" & b.Text)
End Sub
2) then call this event handler on click event of eech
buttons.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How would you make a combo-box appear in one column of a DataGrid?

1 Answers  


What is side by side Execution ?

3 Answers   MEC, MMTS,


What is the .net framework 3.0 (formerly winfx)?

0 Answers  


What is the property available to check if the page posted or not

1 Answers  


what are abstract classes? what is overriding?

12 Answers  


Will the finally block get executed if an exception has not occurred

1 Answers   Siebel Systems,


When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?

5 Answers   TCS,


Httpcontext objects?

2 Answers   HACL, HP,


What is the difference between model view and controller?

0 Answers  


What is difference between razor and web form engine?

0 Answers  


Can we create .DLL file without using the namespace?

4 Answers  


What is Peek method in Tempdata in ASP.Net MVC?

0 Answers  


Categories