Hi, I want replace(automatically) right panel(chat panel) with left panel(Menu) when language set to Persian or Arabic.
thanks
Hi, How to set the main menu to be closed by default?
hi, Power_tools.rar
Hi, When i selected "enum" type for filed type, the tool is hanged!
Hi, How to convert type 'System.Collections.Generic.List<Province>' to 'Abp.NameValue<string>'
public List<NameValue<string>> GetProvincesForCombo(string searchTerm)
{
var provinces = _provinceRepository
.GetAll()
.WhereIf(
!searchTerm.IsNullOrWhiteSpace(),
p =>
p.Name.ToLower().Contains(searchTerm.ToLower())
)
.OrderBy(p => p.Name);
return (NameValue<string>) provinces;
}
How to solve the problem right now? Should I download the project again and replace the previous project? Then transfer the my codes to the new project?