Huge performance issues when using ASPOSE

Hi,

Have you ever tried the new version 1.9.2.3? We have made a tremendous lift of the databinding performace in this version. The databinding speed is lift more than 100 times with large dataset. And the memory usage is reduced too.

You may download this version through this link:

<A href="</A></P> <P> Thank you for your feedback. Still we are working to improve this control. </P>

I’ve tried the new custom session method but the session file created is over 11 MB and the loading of the grid slows down considerably saving and loading that session file. So this option is still not good for performance. For now Session is the fastest one but I can only have 50 concurrent connections. It consumes all 3 gigs of server memory. Running the latest Grid.Web…

here is my grid web settings:
<agw:GridWeb ID=“GridWeb1” OnCellUpdatedClientFunction=“ActivateSubmitButton” runat=“server” XhtmlMode=“False” ActiveCellBgColor="#DDDDFF" ActiveHeaderBgColor="#F2F2F2" ActiveTabStyle-BackColor=“White” ActiveTabStyle-BorderColor=“Gray” ActiveTabStyle-BorderStyle=“Solid” ActiveTabStyle-BorderWidth=“1px” ActiveTabStyle-Font-Names=“Arial” ActiveTabStyle-Font-Size=“10pt” ActiveTabStyle-ForeColor=“Black” ActiveTabStyle-Height=“15pt” ActiveTabStyle-Wrap=“False” BottomTableStyle-BackColor="#F0F0F0" BottomTableStyle-BorderCollapse=“Collapse” BottomTableStyle-BorderWidth=“0px” BottomTableStyle-Height=“20pt” BottomTableStyle-LayoutFixed=“Fixed” BottomTableStyle-TopBorderStyle-BorderColor=“Gray” BottomTableStyle-TopBorderStyle-BorderStyle=“Solid” BottomTableStyle-TopBorderStyle-BorderWidth=“1px” EnableClientColumnOperations=“False” EnableClientMergeOperations=“False” EnableClientRowOperations=“False” EnableSmartNavigation=“False” EnableStyleDialogbox=“False” EnableTheming=“False” FrameTableStyle-BackColor=“White” FrameTableStyle-BorderCollapse=“Collapse” FrameTableStyle-BorderColor=“Gray” FrameTableStyle-BorderStyle=“Solid” FrameTableStyle-BorderWidth=“1px” FrameTableStyle-LayoutFixed=“Fixed” HeaderBarStyle-BackColor="#E0E0E0" HeaderBarStyle-BorderColor=“Gray” HeaderBarStyle-BorderStyle=“Solid” HeaderBarStyle-BorderWidth=“1px” HeaderBarStyle-BottomBorderStyle-BorderColor=“Gray” HeaderBarStyle-BottomBorderStyle-BorderStyle=“Solid” HeaderBarStyle-BottomBorderStyle-BorderWidth=“1px” HeaderBarStyle-Font-Names=“Arial” HeaderBarStyle-Font-Size=“10pt” HeaderBarStyle-ForeColor=“Black” HeaderBarStyle-HorizontalAlign=“Center” HeaderBarStyle-LeftBorderStyle-BorderColor=“White” HeaderBarStyle-LeftBorderStyle-BorderStyle=“Solid” HeaderBarStyle-LeftBorderStyle-BorderWidth=“1px” HeaderBarStyle-RightBorderStyle-BorderColor=“Gray” HeaderBarStyle-RightBorderStyle-BorderStyle=“Solid” HeaderBarStyle-RightBorderStyle-BorderWidth=“1px” HeaderBarStyle-TopBorderStyle-BorderColor=“White” HeaderBarStyle-TopBorderStyle-BorderStyle=“Solid” HeaderBarStyle-TopBorderStyle-BorderWidth=“1px” HeaderBarStyle-VerticalAlign=“Middle” HeaderBarStyle-Wrap=“False” HeaderBarTableStyle-BorderCollapse=“Separate” HeaderBarTableStyle-BorderWidth=“0px” HeaderBarTableStyle-LayoutFixed=“Fixed” SelectCellBgColor="#EEEEFF" ShowSaveButton=“False” TabStyle-BackColor="#E0E0E0" TabStyle-BorderColor=“Gray” TabStyle-BorderStyle=“Solid” TabStyle-BorderWidth=“1px” TabStyle-Font-Names=“Arial” TabStyle-Font-Size=“10pt” TabStyle-ForeColor=“Black” TabStyle-Height=“15pt” TabStyle-Wrap=“False” ViewTableStyle-BorderCollapse=“Collapse” ViewTableStyle-BorderWidth=“0px” ViewTableStyle-LayoutFixed=“Fixed” ShowSubmitButton=“False” ShowUndoButton=“False” >

<agw:Worksheet runat=“server” Name=“Sheet1” DataMember="">
</agw:Worksheet>

</agw:GridWeb>

Hi,

Could you please post more source code files here? Maybe we can make some optimization for you.