i want to display multiple data in aspx page using single user control.data can be taken like dataset from database.
...I have datetime saved in the database as "2019-04-06 15:22:23.150" now, how can show this date time value to user with am/pm using C# or Razor syntax in MVC View?
Sample output : 09/04/2019 03:52 PM
Thanks
...