ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Dot Net  >>  Dot Net Framework
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
Can you handle all button click events at once in a form?
Give coding.
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Can you handle all button click events at once in a form? Give coding.
Answer
# 1
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 ?    3 Yes 0 No
Seema Dalal
 

 
 
 
Other Dot Net Framework Interview Questions
 
  Question Asked @ Answers
 
What are the contents of assembly?  2
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?  1
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj; Kanbay7
In which circumstances you used delegates? HP3
What is "out" parameter how it is used in methods? Polaris6
reading doc file in textbox using .net2005 with c#  3
If we want to construct our own Garbage collector what are the steps things we have to do? Honeywell3
Httpcontext objects? HP2
what is the diff b/w asp.net 2.0 & 3.5  2
What is strong name?  4
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?  2
About .NET Framework ? MMTS4
What is boxing and unboxing? Kanbay2
what are the different stepts to create shared assemblies?  1
What is different between User Control and Web Control and Custom Control?  1
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ? MMTS2
Tell me about the internal working of Garbage collector? Honeywell2
What are the methods in Thread class?  1
I am confusing about reflection.can any one tell about REFLECTION with example? TCS1
How does assembly versioning work?  1
 
For more Dot Net Framework Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com