Site
Web
Home
Community
My Wall
Social Summary
Social Members
Social Profile
Social Group Directory
Social Group Details
About
LightSwitch Articles on C# Corner
Harold Glenn P Minerva Articles
LightSwitch Articles on Tek Freak
LightSwitch Articles on Jan Van der Haegen
LightSwitchFX
Blog
Forum
Downloads
Market
Amazon Store
Themes
JetFlow Themes
JetStreamBright Themes
JetStream Themes
JetPack Themes
Enterprise Themes
Business Themes
Designer Themes
Expression Themes
Shiny Themes
Shells
Minimal Shell
DELORDSON Shells
OutlookBar Shell
Shell Pack
TreeView Shell
Touch Strip Menu Shell
Tiled Menu Shell
Tabbed Menu Shell
Default Shell Top 2012
Default Shell
Default Shell 2012
Books
Creating Visual Studio LightSwitch Custom Controls
OData And Visual Studio LightSwitch
Visual Studio Gallery
Demos
Things For Sale
Call Log
Tank Game
Expense Report
You are here:
Forum
Register
|
Login
Forum Notice
For new Visual Studio LightSwitch questions,
It is recommended that you use the official Visual Studio LightSwitch Forums at
:
http://social.msdn.microsoft.com/forums/en-US/lightswitch/threads
Forums
Forums
Search
Members
Unanswered
Active Topics
Forums
>
Default Group
LightSwitch Beginners
Search this forum:
You are not authorized to create a new topic.
Page 2 of 32
<<
<
1
2
3
4
5
>
>>
Topics
Replies
Views
Last Post
LightSwitch
sharadrathore
0
86
22 May 2013 02:24 AM
Manually opening add/edit screen saved record not visiable.
vhb
2
234
by Michael Washington
20 May 2013 09:27 AM
How to Refresh a Screen After Save
NESTicle
0
187
18 May 2013 08:18 AM
Lightswitch seeing my WCF\RIA Code First Entity.
Mike Pisano
2
280
by Mike Pisano
16 May 2013 12:03 PM
How to export the structure of a table
Humberto Reis
2
208
by ClintonGallagher
11 May 2013 04:05 PM
Modal Window Picker
Andy Drury
0
159
10 May 2013 12:19 AM
What is the reason lightswich adds and removed the S character pulled from a database. Is there a way to turn it off
twic
0
114
07 May 2013 01:28 AM
LS Update does not save rows when screen based on view
Peter Trefren
2
210
by Peter Trefren
06 May 2013 12:09 PM
Joins in lightswitch
pepeToro
6
537
by Richard Waddell
02 May 2013 04:42 AM
can I open a specific LS page via a URL parameter ?
byterbit
2
944
by CoastalData
25 Apr 2013 11:18 AM
Filtering a field using first letter
DAL
0
214
24 Apr 2013 09:38 AM
Conditionally Display Tab
Jack Stephenson
1
319
by Andy Drury
24 Apr 2013 04:21 AM
SQL Server 2012 R2 Express & Lightswitch
LarryT
0
373
23 Apr 2013 01:55 PM
Own UserControl with Image, Binding issue
Oops
1
180
by Michael Washington
23 Apr 2013 09:31 AM
Create new record - Dynamic data
Kevino
0
211
22 Apr 2013 01:15 AM
How to Deploy Light Switch application to Windows Mobile?
Ragavan
0
189
16 Apr 2013 11:55 PM
What is the default Username and Password for LightSwitch HTML client login
Ragavan
0
318
16 Apr 2013 11:45 PM
n00b : Lightswitch / Azure & Security.
Kon
1
226
by ClintonGallagher
14 Apr 2013 09:31 AM
How to set platform toolset?
pishpecki
2
247
by pishpecki
13 Apr 2013 05:01 AM
Errors with Forms Authentication in HTML client
Larry
0
346
11 Apr 2013 09:02 PM
You are not authorized to create a new topic.
Forums
>
Default Group
>
LightSwitch Beginners
Page 2 of 32
<<
<
1
2
3
4
5
>
>>
Default Group
--LightSwitch Hackers
--Marketplace (find and offer services)
--LightSwitch Beginners
--LightSwitch Tips
--LightSwitch Community Announcements
--LightSwitch Hosting
--Vender Forums
----DELORDSON (LightSwitch Extras)
Latest Microsoft Visual Studio LightSwitch Forum Threads That Have Answers
Set Query Parameter In Select Event
6/17/2013 3:18 PM
Using HTML Client A Tile List has an Item Tap event. I want to set a query parameter of a second query using the selected item in the tile list. Basically I have two queries that have a 1 to 1 relationship. The primary key of the selected item is to be used to select the record in the second query. The only parameter passed to me in the Item Tap event is the screen object. I need the Javascript syntax to get at the selected item's key field. I've created an local property data item to hold the second query's parameter. If I set that property to the correct value, it should find the related record in the second table. In other words I want the selection to cause the second query to do a related lookup. Thomas H. Lanier
Read more...
Creating an insert in javascript
6/14/2013 2:07 PM
Allow me a brief description of the problem: My datasource currently links to one table and one view. I use the view to populate a screen with a tile list of all the rows, and programmatically add a flip switch to each row's tile. Upon clicking a button that runs a user-defined method, I use jQuery to run .each() on every select tag on the page to see if the flip switch has been set to true by the user. When it runs across a true switch, it is supposed to save the information from that row into the table. I'm getting stuck on that part, though. In the Silverlight version of Lightswitch, I was able to create a new row in VB/C# via an object and then commit it to the database. I am not having any luck trying to do the same in javascript/jQuery on my HTML client. I've tried a few different ideas (including attaching a local property of that table's type and then trying to assign data to the column names [so, NewRowProperty.NAME = 'Something', for example]) but no success. At
Read more...
Can not start Publishing wizard when using custom membership provider with HTML Client.
6/14/2013 1:10 PM
I have added in the server project a class that inherits from MembershipProvider. This class is not in a namespace. I have also updated the Web.Config file. Below is what I wrote. <membership defaultProvider="MySQLAuthorizationProvider"> <providers> <clear /> <add name="MySQLMembershipProvider" type="MySqlAuthorizationProvider" connectionStringName="_IntrinsicData" applicationName="BarMOS" requiresUniqueEmail="false" requiresQuestionAndAnswer="false" /> </providers> When I run the solution from inside VS 2012 everything works fine. When I select to publish the wizard does not start and I see a message box informing me that: The following exception was thrown trying to publish: Could not load type 'MySQLAuthorizationProvider' from assembly 'System.Web, Version=4.0.0.0 etc etc etc. Notice that it looks for my provider in System.Web. How
Read more...
Create Tabs for each query in Html Client
6/14/2013 1:26 AM
Hi, I'm new to lightswitch and I'm still learning and I hope someone can help me with this. I have only one table source with 3 queries, each define with different query filter. now, what i want is to show these 3 queries into html client using tab. Under each tab, when click the item, it will show the edit screen, but depending on the tab or status it will show different edit screen. For example, the table is tag by status (available, inused and posted) I've created 3 queries one for each status. For "available" status tab it will show only item with status "available", same with "inused and posted status. Then everytime i made some update on the item under "available" tab and saved, it will update the status to "inused". The result, this item will not show up anymore in available tab but now show in "inused" tab. Same when updating the item with "inused" status, after save, status will
Read more...
Cannot Save an Integer field
6/13/2013 3:33 PM
I am posting on this forum because I am desperate. I am trying to call this.DataWorkspace.MYDATASOURCE.SaveChanges(); on a sample set of data. When I type "5" into the textbox of an integer field and hit save I get an error message. Cannot convert type System.Int32 to System.String There is literally no code to paste, I am sure the data type of my table is "Integer". It just won't save to the database. Can anyone help?
Read more...
1
2
3
4
Microsoft Visual Studio is a registered trademark of Microsoft Corporation / LightSwitch is a registered trademark of Microsoft Corporation
Privacy Statement
|
Terms Of Use
Copyright 2011 by Michael Washington