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