单项选择题
Gridview: How to change the image of an image control place in each row in a gridview:()
A.ItemDataBound
B.Init
C.Prerender
D.<something I don‟t remember>
点击查看答案
相关考题
-
单项选择题
YouaredevelopinganASP.NETWebpage.Youaddadata-boundGridViewcontrol.TheGridViewcontainsaTemplateFieldthatincludesaDropDownList.YousettheGridViewsClientIDModepropertytoStatic,andyousettheClientIDRowSuffixpropertytoProductID.YouneedtobeabletoreferenceindividualDropDownListcontrolsfromclient-sidescriptbyusingtheProductID.WhatshouldyousettheClientIDModepropertyoftheDropDownListto?()
A.AutoID
B.Static
C.Inherit
D.Predictable -
单项选择题
YouaredevelopinganASP.NETWebpagethatwilldisplaythemedianvaluefromasequenceofintegervalues.Youneedtocreateanextensionmethodtocomputethemedianvalue.Whichinterfaceshouldyouaddtheextensionmethodto?()
A. IComparer<T>
B. IEnumerable<T>
C. IEnumerator<T>
D. IEqualityComparer<T> -
单项选择题
YouaredevelopinganASP.NETMVC2application.Aviewcontainsaformthatallowsuserstosubmittheirfirstname.Youneedtodisplaythevaluethatissubmitted,andyoumustensurethatyourcodeavoidscross-sitescripting.Whichcodesegmentshouldyouuse?()
A.<%: Model.FirstName %>
B.<%= Model.FirstName %>
C.<% Response.Write(Model.FirstName) %>
D.<% Response.Write(HttpUtility.HtmlDecode(Model.FirstName)) %>
