File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -628,13 +628,13 @@ In this section, you will enable unobtrusive validation in ASP.NET to compare th
628628(Code Snippet - _ Web Forms Lab - Ex01 - Script Manager_ )
629629
630630```` HTML
631- <form runat =" server" >
632-
633- <asp:ScriptManager ID =" uxScriptManagerMasterPage" runat =" server" EnableCdn =" False" >
634- <Scripts >
635- <asp:ScriptReference Name =" jquery" />
636- </Scripts >
637- </asp:ScriptManager >
631+ <form runat =" server" >
632+
633+ <asp:ScriptManager ID =" uxScriptManagerMasterPage" runat =" server" EnableCdn =" False" >
634+ <Scripts >
635+ <asp:ScriptReference Name =" jquery" />
636+ </Scripts >
637+ </asp:ScriptManager >
638638````
639639
6406401 . Open ** CustomerDetails.aspx** and press ** F5** to start the Web application.
You can’t perform that action at this time.
0 commit comments