본문 바로가기
반응형

개발언어347

Oracle Database HOWTO Oracle Database HOWTO http://kldp.org/HOWTO/html/Oracle/Oracle-HOWTO.html#toc3 2008. 7. 2.
그리드에서 해당하는 로우로 스크롤해서 이동해는 방법 HOWTO:Scrolling the UltraWebGrid programmatically from the client-side 그리드에서 해당하는 로우로 스크롤해서 이동해는 방법 C# 비하인드 코드로 해결하고 싶었지만 Client side에서 해결하는 방법이 많았다. 뭐 C#에서 호출하면 되니깐 상관없다. 지식사이트에서의 자료 http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=2802 Summary This article describes the use of the scrollToView function. Additional Information To scroll an object into view use the f.. 2008. 5. 21.
c# 자료형 C#에서의 자료형은 Value Type(값형)과 Reference Type(참조형)으로 분류. Value Type자료형은 자료의 값을 변수 안에 보관하고 Reference Type은 데이터의 위치(참조)를 변수에 보관. Value Type자료형 단순자료형(Simple Types) -정수 자료형(Intergral Types) 자료형 크기 범위 sbyte 부호있는 1 byte 범위 정수 -128~127 byte 부호없는 1 byte 범위 정수 0~255 short 부호있는 2 byte 범위 정수 -32768~32767 ushort 부호없는 2 byte 범위 정수 0~65535 int 부호있는 4 byte 범위 정수 -2147483648~2147483647 uint 부호없는 4 byte 범위 정수 0~4294.. 2008. 5. 10.
출력된 로우줄 지우는 방법 처음에 한 뻘짓 //script.AppendLine(" var maxrow= grid.Rows.length; "); //script.AppendLine(" for( var i=0; i 2008. 5. 9.
반응형