I am using UltraWebgrid version 8.1. I have enabled paging. Very frequently the application throws errors .
In application event log I see that the requested URL becomes as below.
PageName.aspx?ctl00_WebSplitter1_tmpl1_ContentPlaceHolder1_
UltraWebGrid1_page=37
All other Query String parameters are lost and it is replaced by this new query string parameter.
Any advice in this regard will be very helpful.
Hello,
The provided description only shows the end result. I would like to know this in details in order to understand the cause of the issue. Here are my questions:
1) I see a Master Page is used in the WebSite. Are you using any kind of AJAX technology with this?
2) Are you handling the InitializeDataSource event of the Grid?
3) What is the DataSource of the Grid?
4) How and where all the paging properties are set for the grid?
Please provide all the details including the versions of NetAdvantage (actual build like 8.1.20081.xxxx ), Visual Studio and .Net Framework .
Thanks
Hi,
Thanks for following up . Here are the answers for the questions you asked.
1) I am using a master page. It has a websplitter in it. This is AJAX enabled website.
2) Yes i am handling the InitializeDataSource event in the code behind. Here i set the datasource
of UltraWebGrid to dataset.
3) The Datasource is a dataset return by SQL stored procedure.
4) The paging properties are set in the properties windows i.e. in the design mode. I am not using
custom paging. I am using the default paging
The version of UltraWebGrid is 8.1.20081.1000, Visual Studio 2005 and .NET Framework 2.0
There was a problem with the size of RAM on the server machine. It was very less.
We increased the size of RAM and also decreased the recycle time of worker process in IIS
This eliminated the error.