일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- aspnet
- 비주얼스튜디오
- Winform
- DataGrid
- ASP
- CONVERT()
- 윈도우
- 윈폼
- 자바스크립트
- replace()
- c#
- windows
- 프로시저
- attr()
- IIS
- MSSQL
- SSRS
- 마이크로소프트
- Excel
- 엑셀
- 태그를 입력해 주세요.
- 리포팅서비스
- javascript
- 이클립스
- jQuery
- 단축키
- oracle
- MS
- microsoft
- 오라클
Archives
- Today
- Total
DJ메탈짱™의 Free Style
[ASP.NET] DataList, Repeater Control에 순번항목 추가하기 본문
1. aspx
<td align="center"><%# GetIndex() %></td>
2. aspx.cs
/// <summary>
/// 순번 설정
/// </summary>
/// <returns>DataList Items Count + 1</returns>
public int GetIndex()
{
return dlMemberList.Items.Count + 1;
}
'일(job) > MS(Microsoft)' 카테고리의 다른 글
[ASP.NET] GridView 페이징 (SqlDataSource 컨트롤 사용안함) (0) | 2015.11.15 |
---|---|
[ASP.NET] GridView, DataList, Repeater Control 순번항목 추가하기 (0) | 2015.11.12 |
[ASP.NET] ClientScriptManager.RegisterStartupScript 메서드 (Type, String, String, Boolean) (0) | 2015.11.12 |
[ASP.NET] Repeater vs DataList vs GridView (0) | 2015.11.12 |
[ASP.NET] Failed to Access IIS Metabase (0) | 2015.11.12 |