| Date | Game Time | AVG | OBP | Single | Double | Triple | HR | HBP | BB | RBIS | Runs | K Swinging | L Looking | Right or Lefty Pitcher & What At Bat | Lineout | Groundout | Popout | Temperature |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @Html.DisplayFor(x => item.Date) | @Html.DisplayFor(x => item.GameTime) | @Html.DisplayFor(x => item.Average) | @Html.DisplayFor(x => item.Obp) | @Html.DisplayFor(x => item.Single) | @Html.DisplayFor(x => item.Double) | @Html.DisplayFor(x => item.Triple) | @Html.DisplayFor(x => item.Hr) | @Html.DisplayFor(x => item.Hbp) | @Html.DisplayFor(x => item.Bb) | @Html.DisplayFor(x => item.Rbis) | @Html.DisplayFor(x => item.Runs) | @Html.DisplayFor(x => item.KSwinging) | @Html.DisplayFor(x => item.LLooking) | @Html.DisplayFor(x => item.RightOrLeftyPitcherWhatAtBat) | @Html.DisplayFor(x => item.Lineout) | @Html.DisplayFor(x => item.Groundout) | @Html.DisplayFor(x => item.Popout) | @Html.DisplayFor(x => item.Temperature) |
It's me view code how to set here Message no record found .
3 Replies
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.
Junaid MuslaPosted Oct 5, 2020, 6:09 AM
Junaid MuslaPosted Oct 6, 2020, 1:38 AM
Same can be achieved by javascript as below
Sachin SinghPosted Oct 5, 2020, 8:17 AM