Using Contribute with aspx and ascx files - possible? How prevent editing of certain area?

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Using Contribute with aspx and ascx files - possible? How prevent editing of certain area?

    Has anyone tried using Contribute 3 or 4 with aspx pages or ascx user
    controls. What has been your experience? Does it work pretty well?

    Also, how do you prevent users from modifying a certain portion of the html?


    VB Programmer Guest

  2. Similar Questions and Discussions

    1. Editing html files using Contribute
      I have just purchased the tracking software ProspectFinder from Enecto.com that lets me see the names and details of the companies visiting our...
    2. editing ASCX pages in Contribute 3
      Ok, Macromedia claims C3 can open ASCX pages by default. This does not appear to be the case, however. "Cannot edit this type of file" or some such...
    3. Calling an Ascx from w/i Aspx codebehind
      I have an aspx that I would like to "dynamically" display a user control on. When the user clicks (LinkButton) on "Find Existing Trip" within the...
    4. Editing DWT files in Contribute 3
      :confused; Righto, well I've managed to upload my site, and I can edit everything in Contribute 3 but the template upon which the entire site is...
    5. position ascx on aspx
      Hi, I have a a.ascx containing a textbox and a button. Now i drag this a.ascx on my b.aspx, but this usercontrol always appears at the top of the...
  3. #2

    Default Re: Using Contribute with aspx and ascx files -possible? How prevent editing of certain area?

    I hadn't tried this but just had a bash at it and it confirms my thoughts that
    ye can use contribute with aspx and it seems to function OK.

    I have an aspx site and I added the following to the bottom of a page but you
    could pop it anywhere in the aspx page:
    <!-- TemplateBeginEditable name="main_text" -->
    <div>Just to see if i could edit this piece of text using contribute
    and it does seem to work </div>
    <!-- TemplateEndEditable --></form>

    The TemplateBeginEditable is what contribute sees, all other content cannot be
    edited by contribute. I picked this tag up by looking at a previous site I had
    developed with Dreamweaver.

    I configured contribute to connect to the site and it allowed me to edit the
    main area as I would have expected...

    Hope this helps...

    Old_beno_the_one Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139