Tag: web technology
Questions Related to web technology
-
Internet Explorer Only
-
Mozilla Fire Fox Only
-
Internet Explorer & Mozilla Fire Fox
-
All major browsers
-
Pop-up Control
-
Child window Control
-
Model window Control
-
Model Dialog Control
-
OnItemChanged();
-
OnFieldChanged();
-
OnPropertyChanged();
-
All of the above
-
StorageManager
-
IsolatedStorage
-
ConsoleManager
-
ConfigurationStorageManager
-
All of the above
-
Visual Studio 2008
-
Photoshop
-
Expression Blend
-
Expression Suite
-
Glyph Element
-
Label Element
-
TextBlock Element
-
RichTextBlock Element
-
SilverLight SDK
-
.NET Framework 2.0
-
.NET Framework 3.0/4.0
-
Silverlight Run-time
-
private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml; }
-
private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml(); }
-
private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new this.MainPage; }
-
private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage(); }
-
Storyboard is a Silverlight class with control having rich GUI.
-
Storyboard is a Silverlight class with controls animations with a timeline, and provides object and property targeting information for its child animations.
-
Storyboard is a Silverlight class with control for playing Videos.
-
Storyboard is a Silverlight class with control related to AJAX Controls.
-
MVC
-
MVP
-
MVVM
-
None of these