VB 實(shí)例 Select 條件
vb 實(shí)例
select 條件
@code
dim weekday=datetime.now.dayofweek
dim day=weekday.tostring()
dim message=""
end code
<html>
<body>
@select case day
case "monday"
message="this is the first weekday."
case "thursday"
message="only one day before weekend."
case "friday"
message="tomorrow is weekend!"
case else
message="today is " & day
end select
<p>@message</p>
</body>
</html>
相關(guān)文章
- ASP.NET 教程
- ASP.NET Web Pages Email
- ASP.NET Web Pages WebMail 參考手冊
- ASP.NET Razor VB 循環(huán)和數(shù)組
- ASP.NET MVC 模型
- ASP.NET MVC – 發(fā)布
- ASP.NET Repeater 控件
- ASP.NET DataList 控件
- ASP.NET 實(shí)例
- ASP.NET CheckBoxList 控件
- ASP.NET Image 控件
- ASP.NET ListBox 控件
- ASP.NET Panel 控件
- WebSecurity GetUserId 方法
- WebSecurity Logout 方法
- HTML Inputbutton
- ASP.NET HTML 控件 ImageButton
- ASP.NET HTML 控件 數(shù)據(jù)庫鏈接 - 綁定一個(gè) Repeater 控件
- C# 實(shí)例 實(shí)例解釋
- C# 實(shí)例 For Each 循環(huán)