Hi ,
In the Entities class
public class ItemNames
{
public string ItemNumber { get; set; }
}
Here ItemNumber I get from the DB, but has to show as only Number in display
Can you suggest how to re-name and show it.
Thanks
Hi ,
In the Entities class
public class ItemNames
{
public string ItemNumber { get; set; }
}
Here ItemNumber I get from the DB, but has to show as only Number in display
Can you suggest how to re-name and show it.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted May 25, 2023, 11:11 AM
Hi Satish,
Do you want to show this as Number in UI. If Yes, then use DataAnnotations;