Hi, I have configured the ASP.NET (IBuySpy Portal) for my own use as a website. I need help in an imp issue that i am facing. When I open the website main page the Default heading of the Internet Explorer comes as "ASP.NET Portal". How can i get rid of this,
or make a change to this one as my own website header for the BROWSER. Thanks in advance. With Regards Syed Ghazna
If you are referring to the title of the page, edit the text in the Incidentally, I wanted the title to display the name of the current tab on my site, so I added this to the Page_Load vb code of DesktopDefault.aspx: Dim TitleVar as String = _portalSettings.ActiveTab.TabName
& " | The Livingston Family Website | Pictures, videos, webcams, and family tree"
Then I changed the You can see the result at
MrLivingston.com.
Thanks for the help, I really appreciate it. Let me ask you something, since i am using this IBuySpyPortal as a template for my whole website and my company is a small software comp. I wonder if there are any copyright issues with ASP.NET using this IBuySpy
Portal, for one's own business. And is it perfectly legal to use all their different sample classes and items in my own website. I don't want to do anything illegal. If you understand, is what i am trying to ask. With Regards Syed Ghaz
None
0 Points
3 Posts
ASP.NET Portal Browser Default Header (Imp Issue)
Nov 07, 2003 09:40 AM|crezalo|LINK
Member
160 Points
980 Posts
Re: ASP.NET Portal Browser Default Header (Imp Issue)
Nov 07, 2003 11:27 AM|wunderkinder|LINK
Dim TitleVar as String = _portalSettings.ActiveTab.TabName & " | The Livingston Family Website | Pictures, videos, webcams, and family tree"
Then I changed the You can see the result at MrLivingston.com.None
0 Points
3 Posts
Re: ASP.NET Portal Browser Default Header (Imp Issue)
Nov 07, 2003 12:27 PM|crezalo|LINK