From the course: Developing UWP Apps: 5 Bindings, Commands, and Converters

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Data binding in action

Data binding in action

- [Instructor] Okay, we're over here in our UWP app, tagur, that we've been working on this series to take a look at the concepts of binding, mostly data binding but in general, binding just to demonstrate some concepts. Let's go ahead and open up our pages folder, and go to our pages two. And you'll recall that all we have is just this junky little text block serving as a label in here. Let's just get rid of that, and let's stick a stack panel in there, and let's take a look at that content. So basically we just have text block, that's a label there. We've got that text box that has nothing in it. We have a save button, and we have a change display label. So you can see that this is pretty clean in the XML here, I'll just go to view code, and create that there. Go to definition, and go to definition. And so this really isn't doing much here. So we just load that up, and we'll take a look at that page. And so the idea here is that if I type in a display name of Scott, for example…

Contents