Technical support This forum is closed.
Version 1.x > Technical support > Change in the CMSdesk default page View modes: 
User avatar
Member
Member
parthkashyap - 9/4/2006 2:28:56 PM
   
Change in the CMSdesk default page
Hi,

I wanted to add another tab in the default cmsdesk page.
I checked for this and found that the tab has been implemeneted in the header.aspx page.
Now when i add another tab or edit one of the existing tabs in this page, it does not get reflected on to the site. Any reason for this ??

Thanks
Parth

User avatar
Member
Member
parthkashyap - 9/5/2006 8:48:23 AM
   
Re: Change in the CMSdesk default page
Just to add on to this.
Even trying to change the variable names gives me an error.
Changing the value of user name, database , version etc do not work

Commetning them out also has no effect.
Are these values picked from somewhere else ??

User avatar
Guest
admin - 9/5/2006 10:48:22 AM
   
Re: Change in the CMSdesk default page
Could you please post more details on what you did an what did/did not happen?

Regards,

User avatar
Member
Member
parthkashyap - 9/5/2006 10:56:04 AM
   
Re: Change in the CMSdesk default page
In the CMS desk by default we can see 5 tabs.
When i checked the default.aspx page i could see header.aspx added to this.
When i make changes in the header.aspx.vb on the Page_Load event, the changes are not reflected on the page.
Even i I remove the complete code on the page_load event no changes are reflected.

Can you let me know the reason for this. Trying to debug also does not help.


My requirement was to add another tab to the already existing tab control.

User avatar
Member
Member
parthkashyap - 9/5/2006 2:09:31 PM
   
Re: Change in the CMSdesk default page
Or say in the default page on CMSdesk, i have the following

Username
Database
Version
Edition

Now if i remove one of them from the header page. I get an error message

Object reference not set to an instance of an object.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
Kentico.CMS.CMSDesk.Header.Page_Load(Object sender, EventArgs e) +4856
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750



User avatar
Guest
admin - 9/7/2006 4:33:26 PM
   
Re: Change in the CMSdesk default page
Hello,

if you're using VS2003, you need to rebuild the CMSDesk project and copy the cmsdesk.dll to the /bin folder of your web project.

Best Regards,