본문 바로가기
반응형

개발언어/C#.NET75

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.
C# TextBox AutoCompleted 자동완성 C# TextBox AutoCompleted 자동완성 참고블로그 http://csharpdotnetfreak.blogspot.com/2009/01/winforms-autocomplete-textbox-using-c.html 방법2는 디비에서 가져와서 세팅하는 방법입니다 2. AutoComplete textBox by fetching the data from database. For this i've created a database with a table containing names which will be shown in textbox as suggestions, for this we need to create a AutoCompleteStringCollection and then add the re.. 2009. 3. 5.
C:\Microsoft.CSharp.targets 프로젝트 찾을 수 없습니다. <Import> 선언에 지정한 경로가 올바르지 그리고 파일이 디스크에 있 프로젝트 열기할때 에러가 발생하였다. "C:\Microsoft.CSharp.targets" 프로젝트 찾을 수 없습니다. 선언에 지정한 경로가 올바르지 그리고 파일이 디스크에 있는지 확인하십시오. 라는 에러가 발행하였다. 원문) http://stackoverflow.com/questions/5694/the-imported-project-cmicrosoftcsharptargets-was-not-found 에서 좋은 팁을 얻었다. Open your csproj file in notepad (or notepad++) Find the line: and change it to 아래와 같이 변경하면 된다. NotePad를 이용해서 변경해도 된다. 변경후 실행하면 정상경로에서 파일을 불러오게 된다. 2009. 2. 17.
Back to the Future with Smart Clients [스마트클라이언트의 미래] Back to the Future with Smart Clients 곧다가올 스마트클라이언트. 그런데 작성일이 04년도네요. 요즘 스마트클라이언트에 대한 관심이 아주 많다. 내용은 천천히 읽어봐야지 스마트클라이언트 개발 관련 PPT (출처: 데브피아) Back to the Future with Smart Clients http://msdn.microsoft.com/en-us/library/ms953304.aspx Billy Hollis Elysian Consulting March 24, 2004 Summary: While Web applications have received the bulk of the interest over the last few years, improvements in the cl.. 2009. 2. 4.
반응형