Tag: web technology

Questions Related to web technology

  1. Internet Explorer Only

  2. Mozilla Fire Fox Only

  3. Internet Explorer & Mozilla Fire Fox

  4. All major browsers


Correct Option: D
  1. Pop-up Control

  2. Child window Control

  3. Model window Control

  4. Model Dialog Control


Correct Option: A,B
  1. OnItemChanged();

  2. OnFieldChanged();

  3. OnPropertyChanged();

  4. All of the above


Correct Option: C
  1. StorageManager

  2. IsolatedStorage

  3. ConsoleManager

  4. ConfigurationStorageManager

  5. All of the above


Correct Option: B
  1. Glyph Element

  2. Label Element

  3. TextBlock Element

  4. RichTextBlock Element


Correct Option: A,C
  1. SilverLight SDK

  2. .NET Framework 2.0

  3. .NET Framework 3.0/4.0

  4. Silverlight Run-time


Correct Option: A,C,D
  1. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml; }

  2. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml(); }

  3. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new this.MainPage; }

  4. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage(); }


Correct Option: D
  1. Storyboard is a Silverlight class with control having rich GUI.

  2. Storyboard is a Silverlight class with controls animations with a timeline, and provides object and property targeting information for its child animations.

  3. Storyboard is a Silverlight class with control for playing Videos.

  4. Storyboard is a Silverlight class with control related to AJAX Controls.


Correct Option: B