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
Hi Handy
Nothing happens! Display is already set to none!
Maybe the wrong Element?
Regards
Michael
Hi Dicky
I accidentally closed the thread...
Please check my last answer.
Best regards
Thanks for your answer.
I found out why it does not work.
It's the same problem as I have described in this thread: [IS-C554F370-167F-4097-9B9E-10502BBF3264]
It works only, when the column name of the primary- and foreign keys are identical!
Thanks for a quick fix to the problem...
Hi Glenn
WebGridCell ManuallyErrorDependencies = e.Row.Cells.GetNamedItem("ManuallyErrorDependencies"); if ((int)ManuallyErrorDependencies.Value != 0)
Hi Gordon
It's true, it's possible to add a single record.
But try to add more then one record. I get the Message The pending changes already contain a record with key ''.
Thanks, it works.
I am using SQL Server 2008.
I have also attached a scriptfile for creating tables. You must only insert some data.
Please see attached files (Delay.aspx and DB Backup file)
Change ConnectionString before you run Delay.aspx.
Hi James
Sorry, I was confused about DataMember="DataSetA".
At the second reading I've noticed that you mean the DataTable...
Here is the complete and functional code:
private DataSet ds; protected void Page_Load(object sender, EventArgs e) { ds = GetData(); } protected void grd1_PrepareDataBinding(object sender, DataSourceEventArgs e) { if (!Page.IsPostBack) { grd1.ClearCachedDataSource(); grd1.RetrieveStructure(); } } protected void grd1_InitializeDataSource(object sender, DataSourceEventArgs e) { grd1.DataMember = "<DataTable1>"; grd1.RootTable.DataMember = "<DataTable1>"; e.DataSource = ds; } protected void grd2_PrepareDataBinding(object sender, DataSourceEventArgs e) { if (!Page.IsPostBack) { grd2.ClearCachedDataSource(); grd2.RetrieveStructure(); } } protected void grd2_InitializeDataSource(object sender, DataSourceEventArgs e) { grd2.DataMember = "<DataTable2>"; grd2.RootTable.DataMember = "<DataTable2>"; e.DataSource = ds; }
Thank you, James!
I can't follow your explanation.
In your Example, you bind always to Dataset, but where have I choose the Data Table?
I have also problems with following Scenario:
How can I change DataTable, if I have a Dataset with 3 Tables? The WebGrid shows always Data from the first added Table (to Dataset).
Thanks
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