반응형 웹프로그래밍3 [개발/ASP] Creating GridView Columns Dynamically (Part 1, 2) 소스코드 Creating GridView Columns Dynamically (Part 1, 2) 소스코드 IntroductionFew months back I wrote article on how to create DataGrid programatically. The article explained how to created a DataGrid with bound columns on the fly. Many readers asked whether we can do similar thing with templated columns. This two part article explains just that. There are actually two ways to create DataGrid templated col.. 2015. 2. 24. [개발/ASP] Creating GridView Columns Dynamically (Part 2) Creating GridView Columns Dynamically (Part 2) http://www.dotnetbips.com/articles/0b4f8e1c-39e6-4070-abc0-7a970e7553bc.aspxCreating GridView Columns Dynamically (Part 2)IntroductionIn Part 1 you learned to create Bound Fields and Command Fields dynamically. Often your grid layout is beyond the capabilities of in-built column types and you need to use Template Fields. For example, let's say you a.. 2015. 2. 24. [IT/개발] 자바스크립트 Opener.location.reload() 수행시 경고창 안 뜨게 하기 자바스크립트로 현재 팝업창이고 팝업창을 호출한 opener 윈도우를 reload하기 위해 Opener.location.reload() 수행시 경고창 안 뜨게 하는 방법은 위와 같은 창이 안뜨게 하는 방법은 opener 윈도우에서 form 태그를 수정하면 된다. 이렇게 하고 호출하면 경고창이 뜨는 문제는 없다. 하지만 다른 복병이 있을 수 있으니 조심하자. 2010. 4. 5. 이전 1 다음 반응형