iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello
I'm experiencing a problem maybe someone can help me with. I have a simple master detail tables setup with the detail in an Ajax UpdatePanel. When I click the "Shorts" button in the mater table for a given row to show the detail the webgrid becomes blank as if no postback occured. It's important to note that this problem only occures on the production box. On the dev machine I'm not having this problem. The difference between the to machines is the box is running a local copy of cassani and not IIS. On the production box the application runs under IIS.
I've attached screen shots of how it should look in dev (correct) and in Production.
Any suggestions would be helpful
Thanks
Greg
Hello Greg,
I am not sure if that is the issue. Can you show the status bar in WebGrid? I suspect that this is a resizing issue in WebGrid. I think the data has been loaded. That's why I need you to show me the WebGrid status bar. Will it show the loaded record numbers in there? Also, try to refresh the WebGrid.
Regards,Handy
Hi Handy
I've attached a full screen shot. It's very strange. If I include the master grid in the same update panel they both disappear. Its got to be something simple.
Hi Greg,
I think the data is loaded. Only the resize issue in WebGrid. Once again, if you click refresh icon in WebGrid2, would it show data and size correctly?I also attached my sample. It works fine in here. Perhaps, you can also send me your runable sample. I need it to investigate what is the issue.
No. I have tried to refresh the grid using the footer refresh Icon and it doesn't response. Neither does the help icon. The refresh and help do work on the master grid but of course that grid is outside of the update panel. The source from the browser does not indicate data present (see attached).
I've attached the aspx and cs files along with the source from the browser.
I really think it has something to do with IIS. It runs fine on the develompement pc running which is running XP and using the built in web server that come with VS 2008. The production servers are Server 2003 running IIS V6.0. The application pool used is 2.0.50727.
Hello,
Have you seen my sample? Did it work on you? As I said before, please send me your runable sample. I need to see the issue and replicate as well in here. Regarding your sample, I could not run it because there are several missing resources. Looking into your code, it seems you did not bind your WebGrid in proper event like InitializeDataSource event. Also, I think you tried to rebind WebGrid. But as far I know, the code is not recommended.
wgClosePOs.DataSource = ClosedPODS wgClosePOs.DataBind()
it should be :
wgClosePOs.ClearCacheDataSource() wgClosePOs.DataSource = ClosedPODS wgClosePOs.RebindDataSource()
I'm in the process of creating a simple example and noticed that I'm getting this design time error. All I did was drop the grids on the page and tried to compile. I can't find a ISNet.WebUI dll. Any suggestions?
Error 1 The type 'ISNet.WebUI.ISNetControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a'. D:\test\Default.aspx.designer.cs 32 55 test
Please kindly check your web.config and see if there are any ISNet assembliesthat refer to GAC (C:\windows\assembly).If there are, please remove them and add the assemblies manually in your project bin folder.
In deployment, we did not install product in deployment environment. That's the reason why the assemblies are not in GAC. Unlike, development, those assemblies are in GAC. You can add those assemblies from C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin. Hope this helps.
Ok, I got it to run on the development machine but when I move it to the production box I get this error again.
Could not load file or assembly 'ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a' or one of its dependencies. The system cannot find the file specified.
The following dlls are in the bin directory and GAC: ISNet.dll, ISNet.WebUI.Resources, ISNet.WebUI.WebGrid, IsNet.WebUI.WebGrid.Resources.
Why am I getting this error?
Please refer to what I said before in my previous post. To resolve the issue, please simply add ISNet.WebUI.dll in your project bind folder.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname