티스토리 뷰
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<List<EmptyMvcApplication.Models.Entity.MountainInfo>>" %>
<!DOCTYPE html>
<html>
<head runat="server">
<meta name="viewport" content="width=device-width" />
<script src="../../Scripts/jquery-1.7.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#heightinmetersToggle").click(function () {
$("#summits td:nth-child(2)").toggle();
});
});
</script>
<style type="text/css">
table, table td { padding: 30px; border-spacing: 0;}
</style>
<title>Zebra</title>
</head>
<body>
<div id="summits">
<label><%: Html.CheckBox("heightinmetersToggle") %>HeightInMeters Hidden</label>
<table>
<thead>
<tr>
<td>Item</td>
<td>Height</td>
<td>Actions</td>
</tr>
</thead>
<% foreach (var item in Model)
{
%>
<tr>
<td><%: item.Name %></td>
<td><%: item.HeightinMeters %></td>
<td>
<% using (Html.BeginForm("ZebraDelete", "AjaxSample", FormMethod.Post))
{ %>
<%: Html.Hidden("itemID", item.No)%>
<%: Html.Hidden("itemName", item.Name) %>
<input type="submit" value="Delete" />
<% } %>
</td>
</tr>
<%
}
%>
</table>
</div>
</body>
</html>
- Total
- Today
- Yesterday
- 스프링 시큐리티(spring security)
- java.sql
- React
- jsp 오픈 소스
- System.Diagnostics
- await
- jstl(java standard tag library)
- system.io
- 스프링 프레임워크(spring framewordk)
- REST API
- 문자 자르기
- 메이븐(maven)
- java 키워드 정리
- 람다식(lambda expression)
- .submit()
- docker
- error-java
- 특정 문자를 기준으로 자르기
- 인텔리제이(intellij)
- nl2br
- 제품 등록
- 진수 변환
- In App Purchase
- 스프링 시큐리티(spring security)-http basic 인증
- jstl(java standard tag library)-core
- 스프링 프레임워크(spring framework)
- 표현 언어(expression language)
- java web-mvc
- MainActor
- java-개발 환경 설정하기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |