Questions tagged [visual-studio-lightswitch]

Microsoft Visual Studio LightSwitch is a rapid application development tool for creating data centric Silverlight or HTML5 applications.

LightSwitch is a rapid application development tool for creating data centric Silverlight or HTML5 applications. Silverlight client can be extended using custom controls and RIA Services data sources. LightSwitch applications focus solely on data entry and provide no built-in support for reporting, although 3rd party reporting extensions are available. Applications created with LightSwitch can be deloyed as Windows desktop applications (using the WCF service host to create local RIA services), in a 3 tiered LAN configuration, as web applications hosted on IIS 7, or using the Microsoft Azure platform.

Visual Studio LightSwitch version 1.0 was released on July 26, 2011. It appears in two configurations: a simplified version of Visual Studio that can only build LightSwitch applications, and as a project type within Visual Studio Professional or better. A trial copy can be downloaded from the Microsoft website here.

Other useful resources include:

1073 questions
-1
votes
2 answers

Web alternative to MS Access

I've seen multiple questions, along the same lines as this, however they're usually quite outdated, and/or not answered well if at all. I've been experimenting with Visual Studio LightSwitch, but it has many problems, and is also considered dead by…
Tristan King
  • 438
  • 4
  • 17
-1
votes
1 answer

Object reference not set to an instance of an object in LightSwitch

I'm using LightSwitch VS 2013 to create a CRUD application. I want to create a new Data screen where the user can create a copy of any old item and be able to change some details too to create a new Item easily. I'm trying to achieve this scenario…
Ahmed Kamal
  • 1,478
  • 14
  • 27
-1
votes
1 answer

Display images from list of attachments

working with a Lightswitch application and the UI is done in javascript. What I have is a list of attachments, anything from images to pdfs, spreadsheets and regular docs. What I would like to do is separate the images from the rest and wrap them in…
gibbypoo
  • 55
  • 5
-1
votes
1 answer

Visual Studio Lightswitch Choice list query

When ever i define a choice list to a existing record and play the screen the old value is cleared leaving me a drop down menu to choose from the new choice list. how can i keep the existing record and define a choice list in light switch?
-1
votes
1 answer

Visual Studio Lightswitch Auto Fill for existing data

I am new to using visual studio lightswitch and I have formed a table with data, but I want to know if there's a way I can get it so that when I start typing, suggestions will come up. As a lot of the data (i.e. Company Name) is repeated throughout,…
-1
votes
1 answer

Microsoft Lightswitch establishing a parent child relationship for a document library custom screens

I have gotten code from the Internet to create an Editable Data Screen that holds documents, i.e. Word docs, in a document library. I'm able to upload, download and open the files. However, I need the documents to be linked to a parent record…
-2
votes
2 answers

C# Allow Filter to have Mulitple vales (1,2,3,4,5)

In my case the Filter is an int value. I want the user to be able to enter the values like this (1,2,3,4,5,..). I applied this query with an string value and it working just fine if (Country != null) { String[] Country_Array = Country.Split(new…
Dragon
  • 85
  • 9
-3
votes
1 answer

c# - hide field when changing another field

I'm working in a lightswitch C# project. I'm trying to accomplish to make a field in a screen invisible when another (boolean) field in the same screen changes value. (without save or refresh) e.g. hide field Y when field X changes from "true" to…
1 2 3
71
72