Hi,

I'm trying to get the ID of the active tab, but every time it seems the active tab returns 0.

Code:
idNome = TabPanel1.FindControl(TabPanel1.ActiveItem).ID;

What do I have to do?