4장 ASP.NET VB클래스 사용 구문
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="FrmVB.aspx.vb" Inherits="FrmVB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> |
Partial Class FrmVB Protected Sub Page_Load(ByVal sender As Object, ByVal e As '[2]Process If i Mod 3 = 0 Or i Mod 4 = 0 Then Next '[3]output End Class |