Download Px Framework:
   
   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: 05 May 2022
   
   
   
   
   | NAME / DOWNLOAD | SIZE | VERSION | DATABASE PLATFORM | 
| Px Framework with examples (Oracle Server) | 38,7 MB | 1.70.01 | Oracle Server | 
| Px Framework (Oracle Server) | 14,1 MB | 1.70.01 | Oracle Server | 
| Px Framework with examples (MS SQL Server) | 38,4 MB | 1.70.01 | MS SQL Server | 
| Px Framework (MS SQL Server) | 14,1 MB | 1.70.01 | MS SQL Server | 
| Px Framework with examples (MySQL Server) | 40,9 MB | 1.70.01 | MySQL Server | 
| Px Framework (MySQL Server) | 14,2 MB | 1.70.01 | MySQL Server | 
| Px Framework with examples (FireBird Server) | 45,8 MB | 1.70.01 | FireBird Server | 
| Px Framework (FireBird Server) | 14,5 MB | 1.70.01 | FireBird Server | 
| Px Framework with examples (InterBase Server) | 41,4 MB | 1.70.01 | InterBase Server | 
| Px Framework (InterBase Server) | 14,3 MB | 1.70.01 | InterBase Server | 
| Manual for Px Framework (English version) | 1,41 MB | 1.33.01 | - | 
| Manual for Px Framework (Slovak version) | 1,32 MB | 1.70.01 | - | 
| Source Code culture strings of  Px Framework | 0,2 MB | 1.51.01 | - | 
   
   
   
   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" %>
         <%@ Register TagPrefix="Prx" Namespace="PxUploader" Assembly="PxUploader" %>
         <%@ Register TagPrefix="Prx" Namespace="PxChart" Assembly="PxChart" %> 
         
    
    
    
    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.