Home

What is the correct answer?

4

Default event handler for Link Label is

A. LinkClicked

B. Clicked

C. LinkActivated

D. ActiveLinkClicked

Correct Answer :

A. LinkClicked


Related Questions

Why is Global.asax is used? _________ is used to write/read into a leaf node To open Microsoft Word from ASP.NET page use In case of a CompareValidator, a TextBox's value can be compared to an… You need to modify an ASP.NET page to prevent the browser window from… What keyword is necessary to expose a public function as a method of a… ASP.NET is object oriented What namespace contains the classes for file and directory access? If someone accidentally deletes the Page Directive of an ASP.NET page… ____________ enables you to add, modify and delete records but you won't… There can be more than one Global.asax file If a Table controls name is Table1, to access value from its second row,… ASP.NET can be installed on Windows 98 machine To make a RepeaterControl viewable, the controls ____________ must be… Menus can be added to an ASP.NET Page To display HTML tags as it is use .FileInfo gives information about any file and .File gives information… Which of the following is not a member of ADODBCommand object? CDO stands for _________________ . A _____________ is a logical naming scheme for grouping related types… To set text programmatically without adding extra HTML tags use Options available with SelectionMode are Which of the following object is not an ASP component? ____________ enables you to set a particular date when a page should no… If a page name is WebForm1.aspx and it resides in ../Test/, then it will… .DirectoryInfo gives information about any Directory What is the default data type of a variable in ASP.NET? You have an image that is clickable and you want a pop-up window to display… RadioButtonsLists __________ property is used to add RadioButtons at runtime Difference between Response.Write() andResponse.Output.Write().