Hi,
I am trying to create dynamic tab using the below code but i am getting error.
ccc Code:
Dim myTab As New AjaxControlToolkit.TabPanel myTab.ID = "myTab" myTab.HeaderText = "Dynamic Tab" Dim myLabel As New Label() myLabel.Text = "hi" myTab.Controls.Add(myLabel) Me.TabContainer1.Tabs.Add(myTab)
Error : AjaxControltoolkit.tabpanel is not defined
I have checked in reference that AjaxControlToolkit.dll is added well. Please let me know if some other class need to import to solve this issue.
BR,




Reply With Quote