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 5 of 32
<<
<
3
4
5
6
7
>
>>
Topics
Replies
Views
Last Post
Lightswitch behavior based on field value
DAL
0
248
15 Feb 2013 09:48 AM
Access screen values in Silverlight
Akama
1
351
by Akama
15 Feb 2013 05:35 AM
Save one item from column to multiple sharepoint list
Rice
0
307
14 Feb 2013 04:05 PM
Query for Validation
charly
0
276
14 Feb 2013 10:42 AM
Help with Join in Linq
pepeToro
0
466
12 Feb 2013 12:29 PM
Using FindControl with Modal Dialog
ClintonGallagher
0
403
11 Feb 2013 05:48 PM
VS 2012 crasches when add reference in LightSwich
matsonline
0
441
08 Feb 2013 04:47 AM
Operations with datagrid values
andrealves
0
408
08 Feb 2013 12:50 AM
Right to Left
mahdi
0
364
07 Feb 2013 06:16 AM
Oddball results when connecting to published LS database
angus454
0
254
06 Feb 2013 11:45 AM
Editable Multiple Data Sources in Modal Window
DAL
1
484
by Michael Washington
30 Jan 2013 03:57 PM
IIS management from LightSwitch
Crocodilius
2
281
by Dave Kidder
30 Jan 2013 11:46 AM
Referance Sql Client
jbaillie
0
303
30 Jan 2013 10:38 AM
Referance Dll
jbaillie
0
222
30 Jan 2013 10:34 AM
OnChange Event
over
2
504
by Michael Washington
30 Jan 2013 04:21 AM
Creating a LightSwitch Application that Connects to a WCF RIA Service.
PepperSpray
7
673
by Michael Washington
29 Jan 2013 07:14 AM
HTML Client, WCF RIA Services and EF STE
PepperSpray
4
648
by PepperSpray
25 Jan 2013 10:05 AM
Deployment problem in IIS 7.5
musfiqur
3
721
by musfiqur
24 Jan 2013 11:20 AM
Extending VS2012 lightswitch trial
Michael
1
511
by Michael
24 Jan 2013 07:58 AM
Finance overview
galaumiy
1
309
by Michael Washington
23 Jan 2013 02:32 PM
You are not authorized to create a new topic.
Forums
>
Default Group
>
LightSwitch Beginners
Page 5 of 32
<<
<
3
4
5
6
7
>
>>
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
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...
TFS + HTML client - should I check in any files listed in the excluded changes list?
6/12/2013 11:16 AM
When using TFS and going to check in my files in my HTML project, there are a lot of files (50+) listed in the Excluded Changes list. I suspect that some of these should actually be moved to the Included Changes list and then checked in. I've produced a listing of the files in the table below: Note: the contactsData* files are files from an external data source.
Name
Change
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