programming99 Create Dynamic GridView Control in C#/ASP.Net Introduction In my previous article, we have seen how to Create Dynamic DataList control in C#/ASP.Net. Moving forward, we will see the implementation of dynamic GridView in this article. .... 좀 길어서 Note This article is continuation of my previous article Create Dynamic DataList control in C#/ASP.Net. I suggest you to read that article to have clear understanding of this article. We will use the.. 2011. 3. 20. Working with GridView without using Data Source Controls Introduction There are many articles and tutorials around that illustrate the use of GridView control along with the new Data Source Controls. When attached with a Data Source control GridView performs tasks such as paging, sorting and editing automatically i.e. without writing any code. However, at times you require to bind the GridView with a DataView or DataTable directly. Fortunately GridVie.. 2011. 3. 20. asp.net에서 cs영역에서 alert호출 우선 원인을 설명드리자면, 클라이언트에서 실행되는 자바스크립트보다 서버단에 명령이 먼저 실행되기 때문이라고 보시면 됩니다. Page.ClientScript.RegisterStartupScript(GetType(), "alert", "alert('접수되었습니다.');", true); 위 코드에 의해서 alert()을 띄우는 스크립트가 생성이 되었고, 이 스크립트가 실행되려면 페이지가 모두 렌더링이 된 이후여야 하는데, 다 끝나기전에 Response.Redirect("CS_WRITE.aspx?bid="+bid, false); 위 코드로 Redirect를 시켜주기 때문에 스크립트 실행이 되지 않는 것입니다. 원하시는 기능을 구현하기 위해서는 아래 코드처럼 해주시면 됩니다. Page.ClientScript.Re.. 2011. 3. 18. lightbox2.0 익스플로러9에서 작동을 안한다. lightbox2.0이 익스플로러9에선 오작동한다;; 열심히 ckeditor랑 연결해뒀더니 ㅠㅠ 급한데로 lytebox로 교체 그래도 정상작동은 안해 jquery가 작동을 잘 안하는거 같은데 나중에 찾아봐야겠다. 2011. 3. 18. 이전 1 ··· 16 17 18 19 20 21 22 ··· 25 다음