Ask a Question related to ASP.NET General, Design and Development.
-
Robert V. Hanson #1
Need Help Passing SelectedIndex (Int32) to IE Tabstrip Control
I have a user control built using the Microsoft IE Control.
I declared a public variable as int32 (DefaultTab) in the user control.
I can't seem to provide the correct syntax to the tabstrip property other
than SelectedIndex = 1 which works but if I try SelectedIndex = DefaultTab,
it fails stating that DefaultTab is not a valid value for Int32.
Thanks in advance for any help!!
Bob Hanson
Robert V. Hanson Guest
-
List control selectedIndex returns NaN
I've 3 dependent list controls that I need to populate with an external XML file. The first list box populates correctly, but when I try to get the... -
Create a web tabstrip control
Hi. I need to do a tabstrip custom control for my web apps get the values of the title os the tabs from a xml file. I can render one table os... -
Fill Tabstrip Control dynamically with multiple treeview controls
I am trying to dyanmically add tabs to my tabstrip control and then build a different treecontrol for each tab on my tab control. Basically the... -
TabStrip controls
Hello, Could anyone recommend a good ASP.NET TabStrip server control? The IE webcontrol requires IE 5.5 and higher but I have to support as... -
IE Webcontrols - Tabstrip
So has anyone worked with the IE webcontrols much? I've found that they've come in very handy for Internet Explorer clients ... ON A WINDOWS... -
Bassel Tabbara [MSFT] #2
RE: Need Help Passing SelectedIndex (Int32) to IE Tabstrip Control
Hello Robert,
I am not sure if the problem is clear. What is DefaultTab?
Can you post more of your code so I can better help you?
Why SelectedIndex=1 is not good enough?
Thanks,
Bassel Tabbara
Microsoft, ASP.NET
This posting is provided "AS IS", with no warranties, and confers no rights.
--------------------
| From: "Robert V. Hanson" <roberth@cpuandsimplepdm.com>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Need Help Passing SelectedIndex (Int32) to IE Tabstrip Control
| Date: Mon, 30 Jun 2003 15:07:36 -0500
| Organization: Posted via Supernews, [url]http://www.supernews.com[/url]
| Message-ID: <vg16b7oc2i4031@corp.supernews.com>
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| X-Complaints-To: [email]abuse@supernews.com[/email]
| Lines: 13
| Path:
cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-
post-01!supernews.com!corp.supernews.com!not-for-mail
| Xref: cpmsftngxa09.phx.gbl microsoft.public.dotnet.framework.aspnet:31191
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have a user control built using the Microsoft IE Control.
|
| I declared a public variable as int32 (DefaultTab) in the user control.
|
| I can't seem to provide the correct syntax to the tabstrip property other
| than SelectedIndex = 1 which works but if I try SelectedIndex =
DefaultTab,
| it fails stating that DefaultTab is not a valid value for Int32.
|
| Thanks in advance for any help!!
|
| Bob Hanson
|
|
|
Bassel Tabbara [MSFT] Guest
-
Robert Hanson #3
RE: Need Help Passing SelectedIndex (Int32) to IE Tabstrip Control
I had been following an example in my Professional VB.Net book that is
outdated. I followed the walkthrough for creating custom controls in
MSDN and it works great.
Thanks for your reply!!
Bob Hanson
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Robert Hanson Guest



Reply With Quote

