일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- windows
- aspnet
- SSRS
- oracle
- c#
- microsoft
- 비주얼스튜디오
- 리포팅서비스
- 자바스크립트
- jQuery
- Winform
- 엑셀
- 오라클
- 이클립스
- 윈폼
- attr()
- Excel
- MS
- DataGrid
- MSSQL
- javascript
- ASP
- 윈도우
- 태그를 입력해 주세요.
- replace()
- 프로시저
- CONVERT()
- IIS
- 단축키
- 마이크로소프트
Archives
- Today
- Total
목록한개만 선택 (1)
DJ메탈짱™의 Free Style
[ASP.NET] DataGrid 안에 라디오버튼 한개만 선택하게
DataGrid 안에 라디오버튼 한개만 선택하게 // 내용: 콜백목록에 있는 라디오버튼을 하나만 클릭되도록 함.// 작성자: 최보현(bhchoi@00db.co.kr)// 작성일: 2010/12/04functionSelectOne(rdo,gridName){/* Getting an array of all the "INPUT" controls on the form.*/all = document.getElementsByTagName("input");for(i=0;i{if(all[i].type=="radio") /*Checking if it is a radio button*/{/*I have added '__ctl' ASP.NET adds '__ctl' to all the controls of DataGrid.*..
일(job)/MS(Microsoft)
2015. 12. 4. 12:46