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...


If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?



If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you a..

Answer / radha

Code behind

button.Attributes.add("onMouseOver",
"return functionName();")'

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What are the different types of proxy patterns?

0 Answers  


Which method is used to enforce garbage collection in .net?

0 Answers  


On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


What is asp.net response object?

0 Answers  


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

0 Answers  


Can we have multiple master pages in asp net?

0 Answers  


Which method is used to perform all validation at the page level?

0 Answers   Sans Pareil IT Services,


If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


How to prepare culture-specific formatting in .net.

0 Answers  


In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?

1 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


How To Authenticate Your Web service??

1 Answers  


Categories