300x250
// c# asp.net 에서 자기자신 페이지를 찍어볼 필요가 있을 때
using System.Web;
Response.Redirect(Request.Url.AbsolutePath);
300x250
'개발' 카테고리의 다른 글
c# asp.net 에서 swith case 구문 (0) | 2014.02.13 |
---|---|
asp.net | Repeater (리피터) 또는 DataList 에서 조건문 사용하기 (0) | 2014.02.13 |
jQuery 로 select box 조작하기 - append, remove (0) | 2014.02.13 |
C# asp.net 에서 aspx 와 cs 사이에 변수값 같이 사용하기 (0) | 2014.02.13 |
C# asp.net 에서 split, substring 사용법 (0) | 2014.02.13 |