일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- javascript
- windows
- 자바스크립트
- 윈도우
- IIS
- 태그를 입력해 주세요.
- MSSQL
- c#
- replace()
- aspnet
- microsoft
- Winform
- attr()
- jQuery
- 단축키
- 프로시저
- SSRS
- MS
- DataGrid
- Excel
- 오라클
- 비주얼스튜디오
- 마이크로소프트
- CONVERT()
- 이클립스
- 리포팅서비스
- 윈폼
- oracle
Archives
- Today
- Total
목록버튼컨트롤 (1)
DJ메탈짱™의 Free Style
[ASP.NET] Button Control 유용한 속성 (UseSubmitBehavior)
1. aspx 2. aspx.csprotected void Page_Load(object sender, EventArgs e) { Button1.Attributes.Add("onclick", "return SaveCheck();"); Button2.Attributes.Add("onclick", "return SaveCheck2();"); } 3. 결과첫 번째 버튼 클릭시 'Defalut Button Submit' 메시지 출력후 submit 발생.두 번째 버튼 클릭시 'UseSubmitBehavior Button Not Submit' 메시지 출력후 return false 3. 설명첫 번째 버튼은 브라우저의 내장 폼 전송(submit) 메커니즘을 이용한다. 그러나 UseSubmitBehavior가 false..
일(job)/MS(Microsoft)
2015. 11. 23. 12:16