
197
asP.net
26 Computer
27 <input id="check2" type="checkbox" name="checkbox1"
28 runat="server" />
29 Printer
30 <input id="check3" type="checkbox" name="checkbox1"
31 runat="server" />
32 Laptop
33 <br />
34 <input id="submit1" type="submit"
35 value="Submit to view the total price"
36 runat="server" onserverclick="abc" />
37 <br />
38 <asp:Label id="_______" runat="server"></asp:Label>
39 _______________
40 </body>
41 </html>
2. Fill blanks in the following ASP.NET program and the called VB.NET code
and sketch the screenshots of the page and its execution:
1 <%@ Page Language="VB" Inherits=" _____ "
2 CodeFile=" " %>
3 <html><head><title></title></head> ...