일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ASP
- 엑셀
- 윈폼
- MSSQL
- MS
- 단축키
- 이클립스
- 자바스크립트
- c#
- Winform
- 윈도우
- DataGrid
- 마이크로소프트
- Excel
- jQuery
- IIS
- windows
- CONVERT()
- oracle
- SSRS
- 오라클
- 태그를 입력해 주세요.
- microsoft
- aspnet
- 비주얼스튜디오
- javascript
- attr()
- 리포팅서비스
- 프로시저
- replace()
Archives
- Today
- Total
목록FindControl (1)
DJ메탈짱™의 Free Style
[ASP.NET] Data Control (GridView, DataList, Repeater) - HeaderTemplate에 있는 컨트롤 찾기(FindControl)
아래와 같이 ItemDataBound Event내에서 HeaderTemplate 에 있는 컨트롤을 FindControl을 통해서 찾아지지만 Label이 가지고 제어를 하려고 하면 오류 발생. if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem) { // aspx에 있는 DataList내에 있는 Label을 찾음. HtmlTableCell tdPhoneHead = (HtmlTableCell)e.Item.FindControl("tdMemimgHead"); tdPhoneHead.Visible = false; } 1. aspx Page Name Phone 2. aspx.cs Page if (e.Ite..
일(job)/MS(Microsoft)
2015. 11. 15. 14:23