Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Wednesday, July 16, 2008

.Net Web Interview Questions and Answers 3

The Equivalent HTML Control for the tag is
* HtmlInput
* HtmlButton
* HtmlPushButton
* HtmlInputButton

HtmlInputButton

The Equivalent Html Control for the tag is
* HtmlCheckBox
* HtmlInputChkBox
* HtmlInputCheckBox
* HtmlInputTypeChkBox

HtmlInputCheckBox

Which operator is used for connecting a event with a procedure in C#?
* +=
* =
* both
* none

+=

The Equivalent Html Control for the