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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I add mvc testcases in visual studio express?

1060


What is representational state transfer (rest) mean?

1038


mention what is code first approach and model first approach in entity framework?

1172


which are the key concepts of entity data model?

1144


In which assembly is the mvc framework defined?

1086


Why to use html.partial in mvc?

1278


Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

1092


What are Validation Annotations?

1101


What is disconnected scenario? : Entity framework

1117


How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?

947


how do you truncate a table using entity data model?

1239


Explain the .net framework.

1062


What are the two ways to add constraints to a route?

1027


What is entitytype? : Entity framework

1028


what is ssdl?

1193