I have spent almost a week trying to send complex data to a similar details page and your video saved me. Thank you!!!
@ProgrammingWithPragnesh8 ай бұрын
Glad to hear that.
@gangubob6 ай бұрын
You saved my time a lot. Thank you so much
@matasbernotas38152 жыл бұрын
You saved me! Thank you.
@ProgrammingWithPragnesh2 жыл бұрын
Thank you.
@eddiewilsonpeter9426 Жыл бұрын
is there a way to get the value from queryproperty ? because i knew it will be executed after constructor so i couldnt think a way to get the data , if i run and try to get the data directly from constructor it will says null error, i hope you get me
@gt9025 Жыл бұрын
And alose if you have methods, with viewmodel property inlcuded you can add those methods inside IQueryAttributable interface method, when you generate it in your viewmodel
@brunoferreira38332 жыл бұрын
Very good video. How can I use the data from the variable "viewModel" (30:05 min) on the StudentDetailView.xaml page.cs would use the values of this variable to assign in other variables, to pass as a parameter in an API
@ProgrammingWithPragnesh2 жыл бұрын
Sorry I didn't get you, If you want to access ViewModel Data in xaml.cs page then you just need to create one Property ,type of ViewModel and initialize it on constructor after that you can access data from ViewModel.
@brunoferreira38332 жыл бұрын
@@ProgrammingWithPragnesh Can you pass me a sample video or something similar, because I'm new to programming and i didn't quite understand how I should do!
@ProgrammingWithPragnesh2 жыл бұрын
@@brunoferreira3833 can you download this branch, passing data to one page to other page related code is available github.com/mistrypragnesh40/MVVMDemoWithMAUI
@brunoferreira38332 жыл бұрын
@@ProgrammingWithPragnesh I'm sorry, but I couldn't find the solution to my problem.
@lerocher21822 жыл бұрын
Thanks for this Video. Please how can I make the GoBack Button invisible. I have added a button to go Back and I don’t want to see the Go Back Button at the top.
@ProgrammingWithPragnesh2 жыл бұрын
Hi LeRocher, You can use something like this : on the content page.
@ReadLineAcademy7 ай бұрын
sir is it possible to from Content Page to Tabbed page (where i first use Shell Tabs)
@MrDonald9112 жыл бұрын
Hello there ! Great work ! Is there a source code for this ? Thanks
@ProgrammingWithPragnesh2 жыл бұрын
github.com/mistrypragnesh40/MVVMDemoWithMAUI
@ashutoshmehere5915 Жыл бұрын
how to change back button icon
@Reviirifi2 жыл бұрын
Oh god boo nooo nooo nooooo there is so many better ways… I had to turn this off there is only one acceptable reason for thread.sleep…. And this IS NOT it….
@ProgrammingWithPragnesh2 жыл бұрын
Yeah you are right, I Just use that task.delay() just for temporary to show loader, later on I removed that and use api call to show loader.
@codegamers9997 ай бұрын
hii any you tell me i have a login page and dashboardpage and in dashboardpage a depencey injecion of view model like this Dashboard(StockViewmodel stockviewmodel) and after the success login i try to redirect the user to the dashboard but the error is getting in this line await shell.current.GoToAsycn($"//{nameof(Dashboard)}"); please help