- Home
- Forum
- ASP.NET Web Forms (Classic)
- tabspage
tabspage
hi.. first sorry my bad english..
i want view the web site in the tab pages with treeview.
for example
TREEVIEW TABS
--Games
-----www.a.com
-----www.b.com
--News
-----www.c.com
-----www.d.com
if client click the A link inside Games. then automaticaly add new tab page and view the www.a.com .
do you understand me..
thank you
i want view the web site in the tab pages with treeview.
for example
TREEVIEW TABS
--Games
-----www.a.com
-----www.b.com
--News
-----www.c.com
-----www.d.com
if client click the A link inside Games. then automaticaly add new tab page and view the www.a.com .
do you understand me..
thank you
SIGN IN To post a reply.
9 Replies
KA
Kamala Archana
Syncfusion Team
October 22, 2009 06:41 AM UTC
Hi Serdar,
Thanks for your interest in Syncfusion products.
You can achieve this by using "ClientOnItemSelect" When particular node is selected in Treeview ClientOnItemSelect is fired and used to load the required url.Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/90794_Forum/Main.htm.
Work on the sample and let me know Whether your query is solved.
Regards,
Kamala Archana
Thanks for your interest in Syncfusion products.
You can achieve this by using "ClientOnItemSelect" When particular node is selected in Treeview ClientOnItemSelect is fired and used to load the required url.Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/90794_Forum/Main.htm.
Work on the sample and let me know Whether your query is solved.
Regards,
Kamala Archana
SE
serdar
October 22, 2009 08:29 PM UTC
hi this link is bad.. not open.please update link
SE
serdar
October 22, 2009 08:33 PM UTC
again hi.. link is http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/90794_Forum/ i was erase main.htm and then link open.
but i dont want this. i was do it .. i want if i click the treeview node and then automatic create a new tabitem in the tabspage and inside the web page.. and i tried every time this problem. but every time error
but i dont want this. i was do it .. i want if i click the treeview node and then automatic create a new tabitem in the tabspage and inside the web page.. and i tried every time this problem. but every time error
KA
Kamala Archana
Syncfusion Team
October 23, 2009 10:40 AM UTC
Hi Serdar,
Thanks for your interest in Syncfusion products.
On click of the Treeview node the link can be displayed in new tab by setting NavigateUrl and target property to the nodes and also please change Internet Explorer settings as mentioned below.
1.Open Internet Explorer.
2.Click the Tools button,and then click Internet Options.
3.Click the General tab, and then, under Tabs, click Settings.
4.In the Tabbed Browsing Settings dialog box, do the following:
•Select the radiobutton "Always open pop-ups in a new tab" under "When a pop-up is encountered".click OK, and then click OK again.
Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/Forum_90794/Main.htm
Work on the sample and let me know Whether your query is solved.
Regards,
Kamala Archana
Thanks for your interest in Syncfusion products.
On click of the Treeview node the link can be displayed in new tab by setting NavigateUrl and target property to the nodes and also please change Internet Explorer settings as mentioned below.
1.Open Internet Explorer.
2.Click the Tools button,and then click Internet Options.
3.Click the General tab, and then, under Tabs, click Settings.
4.In the Tabbed Browsing Settings dialog box, do the following:
•Select the radiobutton "Always open pop-ups in a new tab" under "When a pop-up is encountered".click OK, and then click OK again.
Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/Forum_90794/Main.htm
Work on the sample and let me know Whether your query is solved.
Regards,
Kamala Archana
SE
serdar
October 23, 2009 11:21 AM UTC
no.. :)
i know it. but again i dont want this.. i said syncfusion.tabstrip.tabitem..2 side website and syncfusion.treeviw in the left side and syncfusion tabstrip in the right side .if i click syncfusion.treeview node and then open dynamic new page in the new syncfusion.tabpage in the syncfusion.tabstrip in the right side..
ok ?
but thanks a lot for your answer..again sorry my bad english
i know it. but again i dont want this.. i said syncfusion.tabstrip.tabitem..2 side website and syncfusion.treeviw in the left side and syncfusion tabstrip in the right side .if i click syncfusion.treeview node and then open dynamic new page in the new syncfusion.tabpage in the syncfusion.tabstrip in the right side..
ok ?
but thanks a lot for your answer..again sorry my bad english
SE
serdar
October 26, 2009 10:05 AM UTC
are you there ? what can i do this problem..?
KA
Kamala Archana
Syncfusion Team
October 26, 2009 11:10 AM UTC
Hi Serdar,
Thanks for your interest in Syncfusion products.
You can achieve this by dynamically generating iframe and loading the requiredUrl in the iframe.Finally add the Iframe control to the Tabs Page.Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/90794_fr/Main.htm
Work on the sample and let me know Whether your query is solved.
Regards,
Kamala Archana
Thanks for your interest in Syncfusion products.
You can achieve this by dynamically generating iframe and loading the requiredUrl in the iframe.Finally add the Iframe control to the Tabs Page.Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/90794_fr/Main.htm
Work on the sample and let me know Whether your query is solved.
Regards,
Kamala Archana
SE
serdar
October 26, 2009 01:58 PM UTC
thank you .. but not finish.. why dont u understand me ?
ok..ok .. i will search another components..
again thank you..
ok..ok .. i will search another components..
again thank you..
KA
Kamala Archana
Syncfusion Team
October 29, 2009 12:31 PM UTC
Hi Serdar,
Thanks for your interest in Syncfusion products.
Using splitter the treeview is placed in leftside and tabstrip in the right side.The dynamic new page is opened in the new tabpage on the click of syncfusion treeview node.Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/fr_90794/Main.htm
Thanks for your patience.
Regards,
Kamala Archana
Thanks for your interest in Syncfusion products.
Using splitter the treeview is placed in leftside and tabstrip in the right side.The dynamic new page is opened in the new tabpage on the click of syncfusion treeview node.Please refer to the sample provided in the below link.
http://files.syncfusion.com/samples/Tools.Web/7.3.0.20/fr_90794/Main.htm
Thanks for your patience.
Regards,
Kamala Archana
SIGN IN To post a reply.
- 9 Replies
- 2 Participants
-
SE serdar
- Oct 19, 2009 12:12 PM UTC
- Oct 29, 2009 12:31 PM UTC