반응형 분류 전체보기4680 C# 호스트의 외부아이피 가져오기 (howing the external IP-address in C#) Get IP Address from DNS Hostname in C#하는 방법이다. 말그대로 호스트네임에서 IP주소를 가져오는 방법이다. string myHost = System.Net.Dns.GetHostName(); string myIP = System.Net.Dns.GetHostByName(myHost).AddressList[0].ToString(); txt_ip.Text = myIP.ToString(); //호스트의 IP를 가져온다. 이렇게되면 좋기는 하지만, 내부아이피를 가져오는 문제가 있다. A frequent task when designing applications that work with TCP/IP and the internet is to lookup an IP address from.. 2009. 5. 9. [에러] 해당 컨트롤에 코드 블록(<% ... %>)이 포함되어 있으므로 Controls 컬렉션을 수정할 수 없습니다. wisegrid를 써보기위해서 sample 페이지를 받았다. http://wisegrid.icompia.com/start-read.do?boardId=gsnetcs&boardNo=120651860990723&command=READ&t=1240989403829 를 보고 ajax관련 비동기도 세팅하고 잘되었다. 개발 프로젝트에 적용하기 위해서 테스트를 하는 도중 에러가 발생하였다. '/ExWeb' 응용 프로그램에 서버 오류가 있습니다. -------------------------------------------------------------------------------- 해당 컨트롤에 코드 블록()이 포함되어 있으므로 Controls 컬렉션을 수정할 수 없습니다. 설명: 현재 웹 요청을 실행하는 동안.. 2009. 4. 30. Crystal Reports Viewer Link: http://www.visualwebgui.com/Developers/Resources/Codes/tabid/326/articleType/ArticleView/articleId/481/Crystal-Reports-Viewer.aspx Hello Everyone, I've successfully wrapped the Crystal Reports Viewer for VisualWebGUI. In addition to the wrapper, I demonstrate the use of 2 other approaches using a Server Control and an AspPageBox/AspPageBase. I hope this helps you! Thank you - Ryan D. Hatch.. 2009. 4. 29. 2NE1 안무진 영상&사진 오마리온 안무가 숀 (모자쓴 키작은) 일본 - Number 1 , With U 안무 한국 - 나만바라봐 , 기도 , 죄인 ,make love , ma girl (영배무대 위주) 에이미 (밑에 영상 中 여자분) 빅뱅 - Number 1 태양 - ma girl (솔콘) , 죄인 (보라색티) 안무가 Lylebeniga 이번 YB(태양) 프로젝트 + 2NE1 안무에 도움을주고있음 (모자) 2009. 4. 27. 이전 1 ··· 1072 1073 1074 1075 1076 1077 1078 ··· 1170 다음 반응형