일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 윈폼
- attr()
- DataGrid
- 윈도우
- 이클립스
- Excel
- windows
- replace()
- 리포팅서비스
- 엑셀
- 오라클
- jQuery
- 자바스크립트
- oracle
- CONVERT()
- microsoft
- 비주얼스튜디오
- ASP
- Winform
- 태그를 입력해 주세요.
- 단축키
- 마이크로소프트
- SSRS
- javascript
- MSSQL
- MS
- IIS
- aspnet
- 프로시저
- c#
Archives
- Today
- Total
목록태그 (1)
DJ메탈짱™의 Free Style
[C#] DB결과값에 HTML있는경우 HTML태크 제거하기
1. Namespace 선언2. StringHTML 메소드 생성3. 실재 사용하는 곳에서 태그가 있는 text를 넣어줌. - StripHTML(inputValue) ; using System.Text.RegularExpressions ; /// /// 2007/12/14 - add by bhchoi /// html 태그를 제거함. /// /// 입력값 /// string public static string StripHTML (string inputString) { return Regex.Replace(inputString,@"",string.Empty); } private void Page_Load(object sender, System.EventArgs e){ string test = StripHTM..
일(job)/MS(Microsoft)
2015. 12. 3. 13:26