본문 바로가기
반응형

개발언어/ASP.NET47

ASPAJAXExtSetup.msi 설치하기 ASPAJAXExtSetup.msi 2007. 12. 22.
울트라 웹그리드 더블클릭시 이벤트 설정 울트라 웹그리드 더블클릭시 이벤트 설정하기 Before You Begin: In the course of a web application, you may find it helpful to the user to change colors as a result of some grid event. In the Page_Load event, the DataTable is created and bound to the WebGrid. For more information about this event, see Data Binding. Follow These Steps: The following code changes the WebGrid using the InitializeLayout event. In Visual .. 2007. 12. 18.
NetAdvantage UltraWebGrid CSOM Overview http://help.infragistics.com/NetAdvantage/NET/2007.2/CLR2.0/ 울트라웹그리드 관련 이벤트, 함수 Infragistics® NetAdvantage® for ASP.NET (CLR 2.0) CSOM Overview WebGrid exposes a robust object model within the client-side JavaScript programming environment. The client-side object model (CSOM) consists of full-fledged JavaScript objects, events, and utility functions that enable developers to program significant .. 2007. 12. 18.
DLL과 웹서비스 DLL과 웹서비스 여기서는 간단한 계산기를 만들고, 계산 기능(사칙연산)을 수행하는 DLL을 만들어 그 DLL을 사용하여 변경해 본 후, 웹서비스로 만들어 원거리에서 그 계산 기능을 호출할 수 있도록 구성할 것이다. DLL 만드는 방법과 웹서비스 만드는 방법이 얼마나 간단한지 경험할 수 있는 좋은 기회가 될 것이다. 계산기는 다음과 같이 제작하였다. 이 프로그램은 이제 쉽게 만들 수 있으리라 생각되므로 루틴을 하나하나 설명하지는 않을 것이다. 이 루틴중 = 버튼을 선택했을 때 호출되는 Method를 보면 다음과 같다. private void buttonEqual_Click(object sender, System.EventArgs e) { dInput2 = double.Parse(this.textBox1... 2007. 12. 15.
반응형