Button Handling

  •  11-23-2006, 6:06 PM

    Button Handling

    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 Complete Thread