일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- DataGrid
- attr()
- 윈도우
- Winform
- 비주얼스튜디오
- Excel
- windows
- 자바스크립트
- IIS
- MSSQL
- 리포팅서비스
- 오라클
- aspnet
- 엑셀
- javascript
- oracle
- replace()
- microsoft
- jQuery
- c#
- 이클립스
- 단축키
- CONVERT()
- MS
- ASP
- SSRS
- 프로시저
- 윈폼
- 마이크로소프트
- 태그를 입력해 주세요.
- Today
- Total
DJ메탈짱™의 Free Style
에러내용.HTML 컨트롤을 서버 컨트롤로 변경해 주었더니 발생하는 에러메시지========================================================Error Message: Control 'tblenFrTop' of type 'TextBox' must be placed inside a form tag with runat=server. Stack Trace: at System.Web.UI.Page.VerifyRenderingInServerForm(Control control) at System.Web.UI.WebControls.TextBox.AddAttributesToRender(HtmlTextWriter writer) at System.Web.UI.WebControls.Web..
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..
Using the SQL Server Cache Dependency A. Enabling Databases for SQL Server Cache Invalidation i. aspnet_regsql –S localhost –U UserName –P Password –d DatabaseName –ed B. Enabling Tables for SQL Server Cache Invalidation i. aspnet_regsql –S localhost –U UserName –P Password –d DatabaseName –t TableName –et C. Looking at SQL Server (데이터 베이스 및 테이블 확인) D. SQL Server Cache Dependency 설정된 테이블 목록이 조회되..