In my application I am using Tab Container Control. But this Control is not displaying at runtime.
Following is the Design Code:
Do I miss something?
Any Help Appreciated...
Thanks
VIkram
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dipa AhujaPosted May 19, 2010, 6:54 AM
Dipa AhujaPosted May 20, 2010, 8:04 AM
VikramPosted May 20, 2010, 1:22 AM
As per your code snippet there will be only one tab. I want to create multiple tab on selection of values from the DropDownList. Say When I select Mumbai new tab must be created with Header Text as Mumbai and again if I select Banglore I want to create another tab with Header Text as Banglore along with Mumbai.
Basically I want to create Tab Panels At Runtime. At the design Time there will only Tab Container. When I run My application and on SelectedIndexChage Event of DropDown I want create Multiple tab in the Tab Container. Also I want to Close that Tab.
Thanks
VIkram
Dipa AhujaPosted May 19, 2010, 1:37 PM
aspx page:
.CS
VikramPosted May 19, 2010, 9:15 AM
over there. Now I Installed .NET Framework SP1 on my machine everything is
working fine.
Actually my requirement in my application is to create Tabs at runtime on value selected in the DropDownList. For example DropDownList Display Cities. When I selected City from the DropDownList I want create a Tab in TabContainer which display GridView related to the City selected in the DropDownList.
Anybody have any clue regarding this.
Thanks,
VIkram
Dipa AhujaPosted May 19, 2010, 8:42 AM
VikramPosted May 19, 2010, 7:07 AM
I tried it without Panel still its not displaying.