Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Visual Studio LightSwitch Team Blog
>
All Tags
>
screen design
Server & Tools Blogs
>
Developer Tools Blogs
>
Visual Studio LightSwitch Team Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Visual Studio LightSwitch Team Blog
The easiest way to create business applications for the Desktop and the Cloud
Subscribe
Comments
Facebook
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Creating a wizard-like experience for HTML client (Andy Kung)
Posted
4 days ago
by
LightSwitch Team
2
Comments
Customizing the SharePoint Chrome Control in LightSwitch
Posted
6 days ago
by
LightSwitch Team
3
Comments
Announcing Runtime Update 1 - Supporting jQueryMobile 1.3
Posted
13 days ago
by
LightSwitch Team
12
Comments
ASP.NET SignalR and LightSwitch (Matt Sampson)
Posted
17 days ago
by
LightSwitch Team
0
Comments
Tags
Andrew Lader
Andy Kung
Announcement
Architecture
Article
Beginner
Beth Massi
Code
Custom Controls
Extensibility
Heinrich Wendel
How-To
HTML
HTML Client
Image
JavaScript
Joe Binder
John Chen
LightSwitch
Queries
Sample
Search
Sheel Shah
Video
VS2012
Twitter Feed
Related resources
LightSwitch Developer Center
LightSwitch Forums
LightSwitch "How Do I" Videos
LightSwitch on Facebook
Live Now on Developer Tools Blogs
Archives
Archives
May 2013
(5)
April 2013
(7)
March 2013
(10)
January 2013
(2)
December 2012
(3)
November 2012
(6)
September 2012
(1)
August 2012
(8)
July 2012
(6)
June 2012
(8)
May 2012
(6)
April 2012
(8)
March 2012
(12)
February 2012
(1)
January 2012
(2)
December 2011
(2)
November 2011
(2)
October 2011
(7)
September 2011
(5)
August 2011
(10)
July 2011
(12)
June 2011
(6)
May 2011
(2)
April 2011
(11)
March 2011
(7)
February 2011
(4)
January 2011
(5)
December 2010
(2)
November 2010
(7)
October 2010
(4)
September 2010
(5)
August 2010
(13)
More
▼
Less
▲
Tagged Content List
Blog Post:
Creating a wizard-like experience for HTML client (Andy Kung)
LightSwitch Team
If you have been playing with the new HTML client, you will know that LightSwitch provides a built-in screen template for creating data. It allows user to input data via a modal dialog. In some scenarios, however, we’d much prefer to guide the user via a step-by-step wizard-like dialog. In this article...
on
16 May 2013
Blog Post:
Many-To-How-Many - HTML Edition (Heinrich Wendel)
LightSwitch Team
The original idea of this blog post was to simply provide you with a tutorial on how to create a many-to-many control for your HTML app, using the built-in controls and some glue code to hook up the correct logic. Andy wrote a similar post for the Silverlight client and we later shipped a control as...
on
10 Apr 2013
Blog Post:
Signed-In Part 5 – Search Screen and Dynamic UI (Andy Kung)
LightSwitch Team
Welcome to the last installment of the Signed-In app walkthrough! In case you missed the previous posts: Signed-In Part 1 – Introduction Signed-In Part 2 – Upcoming Events Screen Signed-In Part 3 – Guest List Screen Signed-In Part 4 – Authentication and Branding...
on
26 Mar 2013
Blog Post:
Signed-In Part 3 – Guest List Screen (Andy Kung)
LightSwitch Team
Welcome to part 3 of the Signed-In walkthrough! So far, we’ve got a mobile app that displays a list of upcoming events. It also allows you to add new events to the list. If you missed the previous posts you can read them here: Signed-In Part 1 – Introduction Signed-In Part 2 –...
on
21 Mar 2013
Blog Post:
Signed-In Part 2 – Upcoming Events Screen (Andy Kung)
LightSwitch Team
In the last post, we gave an overview of the Signed-In app we are going to build. We created a LightSwitch project and set up our data. In case you missed it: Signed-In Part 1 – Introduction Now, we’re ready to start designing the UI. Create the First Screen Right click on HTMLClient...
on
19 Mar 2013
Blog Post:
Designing for Multiple Form Factors (Heinrich Wendel)
LightSwitch Team
Creating applications that run on a variety of form factors has become a necessity in an environment where applications live in the cloud and people bring their own devices to work, commonly referred as BYOD (Bring Your Own Device). The range of devices was extended from desktops to smartphones and tablets...
on
12 Mar 2013
Blog Post:
Custom Controls and Data Binding in the LightSwitch HTML Client (Joe Binder)
LightSwitch Team
Custom JavaScript controls allow you to create user experiences that are tailored to specific use cases and business needs. Given the wealth of code samples, control frameworks, and partner control offerings available today, we wanted to ensure that existing controls could be used as-is within the LightSwitch...
on
6 Dec 2012
Blog Post:
Course Manager VS 2012 Sample Part 6 – Home Screen (Andy Kung)
LightSwitch Team
Hello LightSwitchers! I hope you’re all having fun and building cool stuff with RTM. In case you missed it, here are the previous posts: Course Manager VS 2012 Sample Part 1 – Introduction Course Manager VS 2012 Sample Part 2 – Setting up Data Course Manager VS 2012 Sample Part 3 – User Permissions &...
on
27 Aug 2012
Blog Post:
Course Manager VS 2012 Sample Part 5 – Detail Screens (Andy Kung)
LightSwitch Team
This week I’ve been writing a series of articles on building the Course Manager Sample, if you missed them: Course Manager VS 2012 Sample Part 1 – Introduction Course Manager VS 2012 Sample Part 2 – Setting up Data Course Manager VS 2012 Sample Part 3 – User Permissions &...
on
24 Aug 2012
Blog Post:
Course Manager VS 2012 Sample Part 4 – Implementing the Workflow (Andy Kung)
LightSwitch Team
Welcome to part 4 of the Course Manager series! If you missed the previous posts you can read them here: Course Manager VS 2012 Sample Part 1 – Introduction Course Manager VS 2012 Sample Part 2 – Setting up Data Course Manager VS 2012 Sample Part 3 – User Permissions & Admin...
on
23 Aug 2012
Blog Post:
Course Manager VS 2012 Sample Part 3 – User Permissions & Admin Screens (Andy Kung)
LightSwitch Team
Welcome to part 3 of the Course Manager series! If you missed the previous posts you can read them here: Course Manager VS 2012 Sample Part 1 – Introduction Course Manager VS 2012 Sample Part 2 – Setting up Data In Part 2, we created tables, relationships, queries, and learned some useful data customizations...
on
22 Aug 2012
Blog Post:
Creating Screens with the LightSwitch HTML Client (Joe Binder)
LightSwitch Team
Beth and I touched on a few of the new features of the upcoming HTML client for LightSwitch in our Channel 9 video chat last week , but I thought it’d be worthwhile to cover each topic in more detail. Today I’ll walk through the application user model and screen development, then follow-up...
on
19 Jun 2012
Blog Post:
How to Add Images and Text to your LightSwitch Applications (Andrew Lader)
LightSwitch Team
Note: This article applies to LightSwitch in Visual Studio 11 (LightSwitch V2) It’s common for developers to add static images and text to their screens to help guide their users through the application. Although you can easily add images that come a database to your screens, up till now, adding...
on
8 May 2012
Blog Post:
Many-to-Many Control Released!
LightSwitch Team
A common request that the LightSwitch team receives is to provide a control to deal with many-to-many relationships (ex. the relationship between Categories and Blog Posts). One of the more common ways to deal with this is by displaying a list of checkboxes or a tree of checkboxes. We've just released...
on
17 Jan 2012
Blog Post:
How Do I: Create Custom Search Screens in LightSwitch? (Beth Massi)
LightSwitch Team
Check it out! We just released a new How Do I video on the LightSwitch Developer Center . I created this one based on suggestions from you so I hope you like it! How Do I: Create Custom Search Screens in LightSwitch? In this video you will learn a couple techniques you can use when creating custom...
on
12 Oct 2011
Blog Post:
Course Manager Sample Part 6 – Home Screen (Andy Kung)
LightSwitch Team
Hello LightSwitchers! I hope you’re all having fun and building cool stuff with RTM. I apologize for the delay of this conclusion of the Course Manager series. In case you missed it, here are the previous posts: Part 1: Introduction Part 2: Setting up data Part 3: User permissions & admin screens...
on
6 Sep 2011
Blog Post:
How to Create a Search Screen that Can Search Properties of Related Entities (John Chen)
LightSwitch Team
LightSwitch has a powerful search data screen template to allow you quickly create a search screen in your LightSwitch application. You can watch Beth’s How Do I video to get started: How Do I: Create a Search Screen in a LightSwitch Application? In this blog, I am going to answer one frequently...
on
13 Jul 2011
Blog Post:
Creating a Custom Add or Edit Dialog (Sheel Shah)
LightSwitch Team
LightSwitch provides built-in functionality quickly add or edit data in a grid or list. Unfortunately this modal dialog is not customizable. In more complex data entry scenarios, the built-in dialogs may not fulfill your customer's needs. There are a couple of options in this situation...
on
7 Jul 2011
Blog Post:
Tips and Tricks for Using the Screen Designer (Sheel Shah)
LightSwitch Team
The screen designer in Visual Studio isn’t a typical forms design tool. We strove to make it simple to get started using some predefined templates. However, it’s also pretty easy to customize the output of those templates to get exactly the screen you want. In this post, I’m going to...
on
23 Jun 2011
Blog Post:
Course Manager Sample Part 4 – Implementing the Workflow (Andy Kung)
LightSwitch Team
NOTE: This article was written against Visual Studio LightSwitch 2011 but has been updated for LightSwitch in Visual Studio 2012. To view the latest version click here . In Course Manager Sample Part 3 , we’ve set up a Desktop application with Windows authentication. We’ve created some...
on
28 Apr 2011
Blog Post:
How to Programmatically Control LightSwitch UI (Andy Kung)
LightSwitch Team
Note: This article has been updated for Beta 2 on 3/17/2011 LightSwitch, by default, intelligently generates UI based on the shape of an entity. For example, adding an Employee entity to a screen might generate a TextBox for Employee.Name , a DatePicker for Employee.Birthdate , an Auto-Complete Box for...
on
21 Dec 2010
Page 1 of 1 (21 items)