Machines
@{foreach (System.Data.DataRow sp in ViewBag.view.Rows)
{
@sp["Model_Number"].ToString()
@sp["Manufacture"].ToString()
i want to get id to display image on another page...so on image click how can i get id
@sp["Model_Number"].ToString()
@sp["Manufacture"].ToString()
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.
Vincent Maverick DuranoPosted May 25, 2016, 8:29 AM