- Q How can you activate profiles?
- Q What Are the XHTML Elements Defined with Sub-elements Contents?
- Q Which embryonic tissue are branchial clefts derived from?
- Q What are the different web service available in MS CRM 2011
- Q What was the toughest decision you ever had to make?
-
Q
You create an ASP.NET application for TestKing to sell Study Guides online. One of the requirements is that every page must display the company name at the top. You create a Web custom control that encapsulate the company name in a heading element. Your control class named CompanyName inherits from the Control class. The following HTML code displays the company name:
TestKing
You need to write code in the CompanyName class to display the company header. Which code should you use? A. protected override void Render(HtmlTextWriter output) { output.Write(TestKing
); } B. protected override void OnPreRender(EventArgs e) { this.Controls.Add(new LiteralControl(TestKing
)); } C. protected override void RenderChildren(HtmlTextWriter output) { output.Write(TestKing
); } D. protected override void OnInit(EventArgs e) { this.Controls.Add(new LiteralControl(TestKing
); } - Q What is capital gain? explain long term capital gains and how is it different from short term capital gains?
- Q Are you willing to work irrespective of your domain and field of expertise?
- Q explain the following in brief: AS/RS
-
Q
What is the purpose of doublefunction
functional interface? - Q Explain how you can revert to a previous version?