Hi Folks! I'm hoping someone can point me in the right direction.
I have a tabstrip with mulitpage implemented into my application. My pageviews are getting created dynamically. I'm loading a user control in each of the tabs.
The tabs are created based on a RADgrid. When a user clicks on a RADgrid row, I create a tab. The tab name is assigned based on a column name of the RADgrid.
What is the easies way to check if the TAB I'm trying to create already exists? I thought about creating an array and storing each tab name in it, then I can just check the array at the time of the tab creation, but is this the best way to implememt what I'm trying to do?
Thanks!
I have a tabstrip with mulitpage implemented into my application. My pageviews are getting created dynamically. I'm loading a user control in each of the tabs.
The tabs are created based on a RADgrid. When a user clicks on a RADgrid row, I create a tab. The tab name is assigned based on a column name of the RADgrid.
What is the easies way to check if the TAB I'm trying to create already exists? I thought about creating an array and storing each tab name in it, then I can just check the array at the time of the tab creation, but is this the best way to implememt what I'm trying to do?
Thanks!