BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
Hi Siang,
Thank you for using Syncfusion products.
Yes, By handling the Tabstrip object you can easily add and remove the tab manually. Please refer the following code snippet:
<code>
[CS]
protected void button2_Click(object Sender, Syncfusion.Web.UI.WebControls.Shared.ButtonAdvControl.ButtonAdvClickEventArgs e)
{
tab.Items.RemoveAt(tab.Items.Count-1);
}
protected void ButtonAdv1_Click(object Sender, Syncfusion.Web.UI.WebControls.Shared.ButtonAdvControl.ButtonAdvClickEventArgs e)
{
tab.Items.Add(new TabStripItem() { Text = "Sample" });
}
</code>
we have attached the sample solution for add and remove tab action.
Regards,
Muralishankar
Hi Siang,
Sorry about the inconvenience caused.
We are able to reproduce the reported issue "Multipage is not maintaining the pageview state on the post back" with Tab control. we have logged the reported issue as defect and working on it. In order to get fix, please contact us at Syncfusion Support or you may also open a support ticket by login in to direct trac account and mention this forum link for reference.
Kindly let us know if you have further queries.
Regards,
Muralishankar