일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자바스크립트
- 엑셀
- SSRS
- oracle
- 프로시저
- replace()
- 단축키
- 오라클
- windows
- Winform
- DataGrid
- 마이크로소프트
- 이클립스
- ASP
- 태그를 입력해 주세요.
- MSSQL
- c#
- aspnet
- MS
- jQuery
- attr()
- CONVERT()
- javascript
- 비주얼스튜디오
- Excel
- IIS
- 윈폼
- 리포팅서비스
- 윈도우
- microsoft
Archives
- Today
- Total
DJ메탈짱™의 Free Style
[ASP.NET] DataGrid 이벤트 본문
DataGrid1_UpdateCommand 이벤트
* 데이터 그리드 내에 있는 콘트롤 찾기
1. string title = ((TextBox)e.Item.FindControl("title")).Text ;
2. string price = ((TextBox)e.Item.Cell[2].Contorol[0]).Text ;
this.dtResult.Items[0].FindControl("title") 가 아닌
this.dtResult.Items.FindControl("title")도 유효한 것일까?
'일(job) > MS(Microsoft)' 카테고리의 다른 글
[ASP.NET] Failed to Access IIS Metabase (0) | 2015.11.12 |
---|---|
[ASP.NET] 3종류의 세션 상태 저장 방법 (0) | 2015.11.11 |
[ASP.NET] ViewState의 장단점 (0) | 2015.11.11 |
[ASP.NET] Trace 추적정보 확인 (0) | 2015.11.11 |
[ASP.NET] ASP.NET 설치시 파일 업로드 제한 (0) | 2015.11.11 |