Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Apache Lucene
- MS-SQL
- Web Service
- C#
- 자바
- javascript
- 자바스크립트
- Eclipse
- asp.net
- varags
- 웹 서비스
- SpringSource Tool Suite
- MANTIS
- TextBox
- 이클립스
- Android
- html
- decompiler
- Bootstrap
- Java
- MSsql
- 안드로이드
- scrollView
- 컬럼명
- 웹뷰
- Redirect
- STS
- jsp
- WebView
- Maven
Archives
- Today
- Total
목록경고창 (1)
bboks.net™
ASP.NET 코드 비하인드에서 경고창 띄우기
ASP.NET 코딩을 하다보면 코드 비하인드에서 경고창을 띄워야 하는 경우가 발생 1. UpdatePanel을 사용할 경우 public void CreateMessageAlertInUpdatePanel(UpdatePanel updatePanel, string message) { string script = "alert('" + message + "');"; Guid guidKey = Guid.NewGuid(); ScriptManager.RegisterStartupScript(updatePanel, updatePanel.GetType(), guidKey.ToString(), script, true); } CreateMessageAlertInUpdatePanel(this.UpdatePanel1, "messa..
C# | ASP.NET/ASP.NET
2011. 5. 4. 15:21