New LightSwitch “How Do I” Videos Released Today
We just updated the Learn section of the LightSwitch Developer Center with a couple more videos, check them out:
- #9 - How Do I: Create a Screen that can Both Edit and Add Records in a LightSwitch Application?
- #10 - How Do I: Create and Control Lookup Lists in a LightSwitch Application?
The team also has a couple blog posts on these topics if you like articles better than videos:
How to: designing one LightSwitch screen to create or edit an entity
How Do I: Filter Items in a ComboBox or Modal Window Picker in LightSwitch
We’ve also added a couple new features to the video pages which allow you to rate the video (5 stars being the best) as well as a related videos section so you can see the most watched videos in the series. I still recommend you watch them in order because the videos build upon each other as we create a sample application for order entry.
If you missed them, here’s the first 8 videos.
- #1 - How Do I: Define My Data in a LightSwitch Application?
- #2 - How Do I: Create a Search Screen in a LightSwitch Application?
- #3 - How Do I: Create an Edit Details Screen in a LightSwitch Application?
- #4 - How Do I: Format Data on a Screen in a LightSwitch Application?
- #5 - How Do I: Sort and Filter Data on a Screen in a LightSwitch Application?
- #6 - How Do I: Create a Master-Details (One-to-Many) Screen in a LightSwitch Application?
- #7 - How Do I: Pass a Parameter into a Screen from the Command Bar in a LightSwitch Application?
- #8 - How Do I: Write business rules for validation and calculated fields in a LightSwitch Application?
Next ones I’m working on will be on Security and Deployment so stay tuned.
Enjoy!
Comments
Anonymous
September 17, 2010
anybody help please , i have 100 textbox in webform (aspx.vb)build by VS2010 , i do not want to use datagrid , formview , so please tell me how to insert data input in those 100textbox to database is SQL2008, i have 100 field in table name tblDe ,database name idbet. the Null is yes, thank for your help , and sorry for my englishAnonymous
September 18, 2010
Hi Mrhua, You're going to have much better luck getting an answer if you post this question in the ASP.NET Forums: http://forums.asp.net/ Cheers, -BAnonymous
September 20, 2010
Hi Beth! Are you planning to make videos about connecting to existing databases and working with them? Thanks, TamásAnonymous
September 20, 2010
Hi Tamas, Yes, I'll add that to the list. Thanks!Anonymous
September 25, 2010
Hi Beth, Is there any way to add a splash screen at this stage to a lightswitch project at this stage and is it possible to modify the look of the search/data screens? For example, perhaps adding an application logo to the screens etc. Any advice you can provide would be appreciatedAnonymous
September 30, 2010
sql fetch is very slow .. you must try to table with 1000 record and over 5 join and see search screen .. what do you things about this problemAnonymous
October 01, 2010
@Matt -- check out this forum thread for a work-around: social.msdn.microsoft.com/.../5ae66a6d-5723-4ab7-8e53-64408d326d5d @atilla -- You can limit the amount of data rows that come down by specifying that in the Screen designer and specifying the # of records to fetch on the query. We are also still working on peformance issues in Beta 1. Please report your repro steps here so we can investigate: connect.microsoft.com/visualstudio Thanks, -B