I have small lightswitch application having CreateNewUser Screen. Screen fields comes from Datatable added in DataSource, I have made all Validattion of fields at DataSource side
can anyone tell me step-by-step procedure to deploy lightswitch app into existing web application?开发者_如何学Python
I thought that would have been simple but it is not working. I can, from the lightswitch screen designer, hide a field so that it is not visible at runtime. I see that lightswitch adds a Hidden attri
Situation: I have an application that have Employee information Each Empl开发者_JAVA百科oyee has a Manager field (that refers to another employee)
I\'m a total LINQ noob so I guess you\'ll probably have a good laugh reading this question. I\'m learning开发者_开发问答 LINQ to create queries in LightSwitch and what I don\'t seem to understand is t
I want to add additional files (mostly .xlsx and .docx) to a LightSwitch application and use this files in the application, for example as a filestream.
I am trying to deploy a LightSwitch application to a hosted ASP.NET webserver in my company. The application access data stored on a SQL Server. My webserver admin is asking me if there are any specia
I have a view with computed columns now I need to enforce the computed columns to be \"not null\" for lightswitch.
I have a service class that is passed to lightswitch using RIA services. The service class uses a custom type instead of native lightswitch or SQL types.
I\'m Stuck the following problem: How can I link a PDF Document to a Record in a Data Grid using Visual St开发者_运维知识库udio LightSwitch 2011 and Visual Basic?