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
It Works!!!
Thank You very much.
Thank you for the reply.
I was doing the data binding process in de Page_Load event. I change this to the InitializeDataSource event and the error screen change. Now is the attachment file.
Protected Sub WebGrid2_InitializeDataSource(sender As Object, e As ISNet.WebUI.WebGrid.DataSourceEventArgs) Handles WebGrid2.InitializeDataSource Dim Consultas As New Consultas Dim Acceso As New AccesoDatos Dim Funciones As New Funciones Dim tabla As New DataTable 'tabla = Consultas.ConsultaCategorias() 'Dim Total As Int32 = Funciones.SumarGrid(tabla, "Clientes") 'Funciones.AddColPromedio(tabla, 1, 2, Total) 'Funciones.AddColCodigo(tabla) 'WebGrid1.DataSource = tabla 'WebGrid1.DataBind() Dim tabla2 As New DataTable tabla2 = Consultas.ConsultaDuraciones() Dim Total As Int32 = Funciones.SumarGrid(tabla2, "Clientes") Funciones.AddColPromedio(tabla2, 1, 2, Total) WebGrid2.DataSource = tabla2 WebGrid2.DataBind() End Sub
This is the code behind.
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