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
My webgrid shows no data when I move it to my webserver. On my dev machine it works fine.
There are several factors that can cause the reported problem. Could you please provide us with more information about your WebGrid’s data? For example, is it bound or unbound WebGrid? Is it bind to data source control, or set the data in InitializeDataSource event, or bind to WebService (client binding)?
Sample scenario: bind WebGrid to SqlDataSource control.The data comes from server. Hence we can start the investigation by right-click on the rendered page and select “View Source”. When data binding success, we should be able to find the Customer data (for example) in here.
The investigation will be different if WebGrid is bound to WebService. Checking the JSON will be a good place to start for such scenario.
Look forward to hearing back from you.
Yudi,Thank you for your response. you can reach the individual file here:http://www.estradabernardmd.com/admin/editconditions.aspxAs you can see it is a bound file and it contains the data. The grid is just not showing it.
Should you need to run the project in Integrated Pipeline mode, please ensure that you have specified the ASP.NET modules and handlers in the IIS <handlers> and <modules> configuration sections in Integrated mode.
You can manually migrate the custom entries in the <system.web><httpModules> and <system.web><httpHandlers> configuration to <system.webServer><modules> and <system.webServer><handlers>.
For example:
<system.webServer> <validation validateIntegratedModeConfiguration="false"/> <handlers> <add name="ISCoverFlow.axd_GET" path="ISCoverFlow.axd" verb="GET" type="ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowRequestHandler, ISNet.WebUI.Silverlight.WebAqua" preCondition="integratedMode"/> <add name="ISChart.axd_GET, POST" path="ISChart.axd" verb="GET, POST" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" preCondition="integratedMode"/> <add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode"/> <add name="WebFileUploaderHttpHandler.axd_GET" path="WebFileUploaderHttpHandler.axd" verb="GET" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" preCondition="integratedMode"/> <add name="ISScheduler.axd_GET" path="ISScheduler.axd" verb="GET" type="ISNet.WebUI.WebScheduler.WebSchedulerRequestHandler, ISNet.WebUI.WebScheduler" preCondition="integratedMode"/> </handlers> <modules> <add name="WebFileUploaderHttpModule_GET" preCondition="managedHandler" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor"/> </modules> </system.webServer>
Hope this helps.
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