Handling buttons

Last post 11-21-2006, 9:35 PM by fredd. 2 replies.
Sort Posts: Previous Next
  •  11-21-2006, 2:16 PM 24486

    Handling buttons

    1. How do I change the ToFullPage and FromFullPage to postback = "True" in VB code? I realize I can edit the configuration files, but that's not an option.
     
    2. What is the VB code to prevent various toolbars from displaying entirely?
     
    3. What is the VB code to prevent/allow specific items in a toolbar from/to displaying/display?
     
    Fred
     
     
     
     
     
  •  11-21-2006, 8:47 PM 24492 in reply to 24486

    Re: Handling buttons

    Fred,
     
    >>1. How do I change the ToFullPage and FromFullPage to postback = "True" in VB code? I realize I can edit the configuration files, but that's not an option.
     
    Try create a server side custom button.
     
    >>2. What is the VB code to prevent various toolbars from displaying entirely?
     
    Please check the following article:
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-21-2006, 9:35 PM 24495 in reply to 24492

    Re: Handling buttons

    Adam,
     
    Thanks for the answers:
     
    1. How do I change the ToFullPage and FromFullPage to postback = "True" in VB code? I realize I can edit the configuration files, but that's not an option.
     
    You answered: "Try create a server side custom button. "
     
    I don't want to create a custom button. I want to change the properties of toolbars item "ToFullPage" and "FromFullPage".
     
    Is there a way to do it in VB Code? If not, then just tell me that.
     
    2. What is the VB code to prevent various toolbars from displaying entirely?
     
    You answered:
     
    Please check the following article:
     
    How to change the layout of the toolbars?
     
    I did check that article. However, it doesn't show how in VB code to simply prevent specific toolbars from displaying.
     
    Could you show me some code, please?
     
    3. What is the VB code to prevent/allow specific items in a toolbar from/to displaying/display?
     
    You answered the same as 2. above, but, again I don't find actual VB code to show me how to do it. Can you please quickly give me a bit of code to help?
     
    Thanks
    Fred
     
View as RSS news feed in XML