Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
Clear The content of a xamcombo editor
posted

In wpf appliction,

To search a user , we click a tab , it navigate to a new window searchuser.xaml , In that page there is a button to create a new user Add New User . When clicking that button it navigates to  newuser.xaml page . The issue is when it navigates to  newuser.xaml , there is a address field which is a " xamcombo editor" automaticlly sets to home . And for the Add New User button there is no Eventhandler how to solve this issue

Can you help me with this , and i need to know where the changes i have to do and which viewmodel i have to do changes