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
My code is written so:
WebSchedulerResource res = ws1.Resources.CreateNewItem();
WebSchedulerEventBase ent = res.RecurringEvents.CreateNewItem();
ent.Subject = dt.Rows[x][dt.Columns[0].ColumnName].ToString();ent.Description = dt.Rows[x][dt.Columns[1].ColumnName].ToString();ent.StartTime =Convert.ToDateTime(dt.Rows[x][dt.Columns[2].ColumnName].ToString());ent.EndTime = Convert.ToDateTime(dt.Rows[x][dt.Columns[3].ColumnName].ToString());ent.ResourceID = Convert.ToInt32(dt.Rows[x][dt.Columns[4].ColumnName].ToString());ent.EventID = Convert.ToInt32(dt.Rows[x][dt.Columns[5].ColumnName].ToString());ent.CategoryID = (dt.Rows[x][dt.Columns[7].ColumnName].ToString());res.RecurringEvents.Add(ent); res.Events.Add(ent);
ws1.Resources.Add(res);
Why only show WebSchedulerResource but not show WebSchedulerEventBase
I need to show results, see Annex
thanks
Hi Zhao Qing,
May I know on what event do you put these code? Perhaps, it would be easier for me to investigate your issue if you can provide me with a simple runable sample. Thank you and have a nice day.
Best Regards,
Andi Santoso
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