• Button to refresh the screen after save

    Is it possible to refresh the current page with a button? I know that a user can refresh the screen by clicking the refresh button up by the URL. However, is it possible to put the same functionality in a button on an ASP page. Sadly, not all users…
  • Hiding buttons when in Edit Mode

    Hoping someone can assist me with hiding a button in an ASP page. I seem to be running into a road block and I am afraid I might be making this harder than it really is. I added a few buttons to an ASP page, when the ASP page goes into "Edit" mode these…
  • Sage CRM 7.2 - Displaying searched company record without go back to Find screen

    Hi, Here's requirement I got - Select Find to search for company (result as below pic) - Select first searched result to display company summary screen - Add 'Next' button on company summary screen which will allow to navigate to next searched…
  • How to add a button to a vertical panel? ASP API

    Hi, What is the best way to add a group of buttons to a panel? Reports page has the look i am trying to achieve.
  • How to arrange buttons.

    I am trying to arrange my custom buttons so that they are all consistently in order on every single page. Please see the code below : this.EditMethod = "RunEntityDataPageEdit"; this.AddUrlButton("Delete", "Delete.gif", UrlDotNet(ThisDotNetDll, …