Slem P
Slem P
CC#
Created by Slem P on 2/3/2023 in #help
C# wpf mvvm Datagrid filter using LINQ
this is the itemsource for the datagrid.
3 replies
CC#
Created by Slem P on 2/3/2023 in #help
C# wpf mvvm Datagrid filter using LINQ
public List<AnlVhistText> lstAnlVTexte
{
get

{

return _lstAnlVTexte;
}
set
{

_lstAnlVTexte = value;
OnPropertyChanged("lstAnlVTexte");

}
}
public List<AnlVhistText> lstAnlVTexte
{
get

{

return _lstAnlVTexte;
}
set
{

_lstAnlVTexte = value;
OnPropertyChanged("lstAnlVTexte");

}
}
3 replies
CC#
Created by Slem P on 11/16/2022 in #help
❔ C code wont run
@hippiewho
8 replies
CC#
Created by Slem P on 11/16/2022 in #help
❔ C code wont run
you still there?
8 replies
CC#
Created by Slem P on 11/16/2022 in #help
❔ C code wont run
the code
8 replies
CC#
Created by Slem P on 11/9/2022 in #help
❔ How do I restrict user from using numbers in Name
Ok I'm done for today. Thank you tho.
9 replies
CC#
Created by Slem P on 11/9/2022 in #help
❔ How do I restrict user from using numbers in Name
Thanks but how tho. Couldnt find any useful guide online.
9 replies
CC#
Created by Slem P on 11/9/2022 in #help
❔ How do I restrict user from using numbers in Name
now in the part where i ask for name nationality and residence how do i restrict user from entering numbers?
9 replies