Google News
logo
ASP.NET - Quiz(MCQ)
Which is the correct syntax to add an event handler in ASP.Net?
A)
Attributes.Add("Event","Javascript_Code();")
B)
Attributes("Event","Javascript_Code();")
C)
Attributes.Handle("Event","Javascript_Code();")
D)
None of the Above

Correct Answer :   Attributes.Add("Event","Javascript_Code();")

Advertisement