YouareemployedasthesenioradministratoratCe
13 查阅
YouareemployedasthesenioradministratoratCertkiller.com.YoumakeuseofMicrosoft.NETFrameworkv3.5tocreateaMicrosoftASP.NETapplication.
YoumakeuseofASP.NETAJAXcreateaWebform.ThecodefragmentbelowexistsintheWebfrom.(Thelinenumbersisincludedforreferencepurposes)
01<scripttype="text/javascript">
02
03Sys.Application.add_init(initComponents);
04
05
08
09</script>
10
11<asp:ScriptManagerID="ScriptManager1"
12runat="server"/>
13<asp:TextBoxrunat="server"ID="CKTextBoxA"/>
YoumakeuseoftheinitComponentsfunctiontocreateandstartauserbehavior.ThisuserbehaviorisnamedCKBehavior.YouhavetomakesurethatCKBehaviorisattachedto
CKTextBoxA.Youshoulddeterminetheappropriatecodesegmentyouneedtoaddinline6toaccomplishthis.
Whatshouldyouidentify?()
参考答案: