In C#, can I get the number of opened tabs?
A:
C# generally runs at the server (unless you are talking about Silverlight etc), so there will be no way of knowing much about the client. Likewise, I would not expect this information to be exposed unless you are writing a browser extension / add-in. Basically, I think the short version is "no".
Marc Gravell
2010-02-07 09:32:06