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
Hope this helps you out. I cut and pasted it from something I was working on. Let me know if it doesn't work.
namespace WebApplication4 { public partial class _Default : System.Web.UI.Page { DataSet dsFedApps; protected void Page_Load(object sender, EventArgs e) { DataSet dsAppList = new DataSet(); dsAppList.Tables.Add(AppTableAdapter.GetData()); dsAppList.Tables.Add(PropTableAdapter.GetData(0)); DataRelation rel; rel = new DataRelation("relAppProps", dsAppList.Tables["AppList"].Columns["FedAppsID"], dsAppList.Tables["PropList"].Columns["FedAppsID"]); dsAppList.Relations.Add(rel); } protected void WebGrid1_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e) { e.DataSource = dsFedApps; WebGrid1.DataMember = "AppList"; WebGrid1.RootTable.DataMember = "AppList"; } protected void WebGrid1_PrepareDataBinding(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e) { if (!Page.IsPostBack) { WebGrid1.ClearCachedDataSource(); WebGrid1.RetrieveHierarchicalStructure(); } } } }
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