C
C#16mo ago
_skimi

Mvvm problem

Why is the text block not updating dynamically when I enter data. It will only update when I click on the button. How can I make text print dynamically as I type it on the keyboard.
3 Replies
_skimi
_skimi16mo ago
The text only appears when I click on the button.
Pobiega
Pobiega16mo ago
you need to set UpdateSourceTrigger="PropertyChanged" on your binding the default behaviour is to emit the update event only when your control loses focus
_skimi
_skimi16mo ago
Thank catlove
Want results from more Discord servers?
Add your server
More Posts
❔ Serilog filteringWe’re getting a lot of service health check spam in our logs, and we’re only really interested in wh❔ Understanding project structure - Visual Studio ASP.NET CoreI was assigned a task, to split a big Web Service into smaller independent Web Services. The thing i❔ CRUD(REST) + DDDHi, I’m developing a simple CRUD messenger and trying to also have it DDD’ed. The problem is that th✅ ERROR: An exception was thrown while attempting to evaluate a LINQ query parameter expressionwhen a user clicks in this button. He will be go to the AddToCart() method in my ShoppingCartControl✅ If else statement problemEven or odd number I got a problem to write an app to specify every digit from a number of 4 digits❔ Razor Pages: Temporary Sites like Doodle Surveys with an Share Link?Hey everyone, is it Possible in Razor Pages to create "temporary" Pages?` I would like to create som✅ nuget naming nuances - Microsoft.Extensions.Configuration.Yaml doesn't belong to MicrosoftCan package names be whatever the uploader desires and there's no indication of hierarchy, as far as❔ Creating a base abstract class to ensure a set of derived classes receive similar dependencies?Hi, working on creating a class library and I have a set of classes, let's call them PlainPizza, Pep❔ Using razor pages to generate a list and send to code fileSo I have a table called GenericEvents, and I have various activities that use this generic event toUpdate JSON File with new values without overwriting existing dataHello, So I'm currently developing a Discord bot that stores values such as 'settings' for each gu