티스토리 뷰
protected void lv_ItemDataBound(object sender, ListViewItemEventArgs e)
{
Label eventPeriod = null;
if (e.Item.ItemType == ListViewItemType.DataItem)
{
eventPeriod = (Label)e.Item.FindControl("EventPeriod");
//System.Data.DataRowView rowView = ((ListViewDataItem)e.Item).DataItem as System.Data.DataRowView;
//string temp = rowView["IsAlways"].ToString();
//or
GetListPropertyEventEntity getListPropertyEventEntity = (GetListPropertyEventEntity)(((ListViewDataItem)e.Item).DataItem);
int isAlways = getListPropertyEventEntity.IsAlways;
if (0.Equals(isAlways))
{
eventPeriod.Text = string.Format("{0}~{1}", getListPropertyEventEntity.StartDate.ToShortDateString(), getListPropertyEventEntity.EndDate.ToShortDateString());
}
}
}
- Total
- Today
- Yesterday
- 진수 변환
- 제품 등록
- 스프링 시큐리티(spring security)-http basic 인증
- java.sql
- 문자 자르기
- jsp 오픈 소스
- nl2br
- React
- .submit()
- error-java
- java web-mvc
- 메이븐(maven)
- 스프링 프레임워크(spring framework)
- 특정 문자를 기준으로 자르기
- System.Diagnostics
- 인텔리제이(intellij)
- 스프링 시큐리티(spring security)
- system.io
- await
- MainActor
- 스프링 프레임워크(spring framewordk)
- jstl(java standard tag library)
- java 키워드 정리
- jstl(java standard tag library)-core
- docker
- REST API
- java-개발 환경 설정하기
- In App Purchase
- 람다식(lambda expression)
- 표현 언어(expression language)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |