YouaredevelopinganASP.NETWebpage.Thepagecontainsthefollowingmarkup.Thepagescode-behindfileincludesthefollowingcodesegment.YouneedtogetareferencetotheImagenamedimg.Whichcodesegmentshouldyouaddatline06?()
A.Imageimg=(Image)Page.FindControl("img");
B.Imageimg=(Image)e.Row.FindControl("img");
C.Imageimg=(Image)gvModels.FindControl("img");
D.Imageimg=(Image)Page.Form.FindControl("img");