The text of this article is not in this database — only its details are. Read it on the old site: Data Binding With Custom Control in LightSwitch
13 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Data Binding With Custom Control in LightSwitch
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Asfend YarPosted Feb 21, 2016, 4:50 AM
thanks for share
Asfend YarPosted Feb 21, 2016, 4:50 AM
Hard work shows clearly in your article
Asfend YarPosted Feb 21, 2016, 4:50 AM
great effort
Asfend YarPosted Feb 21, 2016, 4:49 AM
nice
Kiran BoreddyeditedPosted Nov 17, 2011, 6:38 AMEdited Nov 17, 2011, 6:39 AM
Hi Jagan, Thanks for your tutorials. Can you help me with this issue : Can we add/modify/delete new/extra controls(like textbox, autofill etc.) in a screen from another screen(like admin user screen)? Thanks in advance.
CT EwePosted Oct 10, 2011, 9:53 PM
Hi Gamon, there is converters available online. I personally have used http://converter.telerik.com/ which works. Hi Jaganathan, I didn't managed to thank you previously. I actually didn't see the link for the source file. Best regards, CT
Gamon SavatsomboonPosted Oct 10, 2011, 1:08 PM
Hi Jaganathan, Good tutorials, but all in C#. I guess the source codes in VB are not available. Thanks! Gamon
Jaganathan BantheswaranPosted Aug 22, 2011, 3:37 AM
First of all, thanks for your questions. Ans 1: As i have given source code for this article i have mentioned only the functionality of binding i left to mention where you should place the code. So please look into the source code. Ans 2: We specified the data for custom control only, not for the particular property of the custom control. So we are binding the data specified to the particular property called "ContentProperty". Ans 3: Once again, please download the source. Thanks.
CT EwePosted Aug 20, 2011, 7:10 PM
Hi Jaganatan, Thanks for this tutorial. I have a few questions: 1) In the section "Enabling the Control to bind with Property" above, where do you put both pieces of code? 2) Why is this step necessary if they have already asked to specify the data when adding a custom control? 3) How did you make the colour of your text label red? Many thanks. Best regards, CT