Studio for ASP.NET Wijmo is our next generation of Web Controls completely rebuilt on jQuery and Wijmo. This studio offers complete server-side development and still provides extremely rich client-side UI. It includes everything from interactive menus to rich SVG charts and powerful grids. The studio has 30 pre-designed themes and can be easily styled with ThemeRoller. We have merged the best client-side and server-side technologies to create the ultimate Web Controls.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<%@ Page Title="" Language="C#" MasterPageFile="~/Wijmo.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ControlExplorer.Default" %> <asp:Content ID="Content1" ContentPlaceHolderID="Head" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <img src="explore/images/studioaspnetwijmo_sm_splash.png" /> </asp:Content> <asp:Content ID="Content3" runat="server" contentplaceholderid="Description"> <p> Studio for ASP.NET Wijmo is our next generation of Web Controls completely rebuilt on jQuery and Wijmo. This studio offers complete server-side development and still provides extremely rich client-side UI. It includes everything from interactive menus to rich SVG charts and powerful grids. The studio has 30 pre-designed themes and can be easily styled with ThemeRoller. We have merged the best client-side and server-side technologies to create the ultimate Web Controls. </p> </asp:Content>
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace ControlExplorer { public partial class Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } }