| ||
English | Slovak |
Menu: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Download: In this part of the web you can download current version of the Px Framework for the given database and the reference manual, which describes programming and work with the Px Framework components. Distribution of the Px Framework components is free, the developer of the components enables free sharing and distribution of the components. Last update: 01 Sep 2013
Installation of the Px Framework to the client computer Create new web project in the Visual Studio program. Unpack the PxControls.zip file. After the unpacking of the file, "bin" and "images" directories shall appear.Copy files from the "PxControls\bin" directory to the "bin" directory of your project. If the "bin" directory in your project has not been created, then create it and copy files from the "PxControls\bin" there. Create another directory "images", and copy there files from the "PxControls\images" directory. Add reference to all *.dll files in the "bin" directory via the "Add Reference...". If you want the Px Framework components to be visible in the aspx files, then define the "Prx" prefix in the head of the *.aspx file, as follows:
<%@ Register TagPrefix="Prx" Namespace="PxControls" Assembly="PxControls" %>
The "PxControls\manual_examples" directory contains examples for individual chapters of the attached reference manual. All Px Framework components, such as PxWebQuery, PxSuperGrid, PxEdit, PxComboBox, PxFlyComboBox, PxJSDatePicker, PxGreatRepeater etc., are applied in these examples. Version History Here is a description of changes versions components Px Framework.Copyright Notices The authors of the Px Framework are Lubomir PATIN, Kuang Hu Hey and Peter ©KODA. |