.net user controls ascx pages

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

  1. #1

    Default .net user controls ascx pages

    hi,
    need to know if contribute can allow our non-technical users to edit the user
    controls that contain the information they are about to be responsible for.
    thanks very much.
    the documenation says,
    "By default, Contribute can open files with the following extensions: .htm,
    ..html, .shtm, .shtml, .asp, .aspx, .ascx, .cfm, .cfml, .php, .php3, .php4,
    ..phtml, .jsp, and .inc."
    but when i choose an ascx file, contribute says,
    "050818buzzBPGLOBAL.ascx
    This file cannot be displayed in the Contribute web browser.
    You may be able to edit this type of file with another application. Edit your
    Contribute preferences to specify an application."


    brunbrun Guest

  2. Similar Questions and Discussions

    1. Assembly with USER controls (ascx) cannot find its resouces
      Hi, I built an assembly with a set of user controls. This can be done with the Visual Studio 2005 Deployment Project: building and merging for...
    2. ASP.NET 2.0 BUG with ASCX controls
      My application runs fine for a long while then, all of a sudden my it starts getting this error pointing to my ascx control in the call stack ...
    3. using javascript in User controls to access server controls of the user control
      Hello all, I have an asp.net textbox (named txtHidden) and an HtmlButton(named btnAction). I wanted to write a javascript function which will get...
    4. Access ASCX controls from the Code Behind file?
      Hi All! I'm using Code-behind model for my ASP.NET pages. But to skip the compilation step, I reference my code-behind pages as follows... <%@...
    5. Programatically created controls in an ascx user control misbehaving
      Hello I have a need to dynamically (programatically) create various different controls (TextBox, RadioButtonList, CheckBox, etc.) at page_load...
  3. #2

    Default Re: .net user controls ascx pages

    You might want to see if script protection is enabled.

    Give this a try:

    1. From within Dreamweaver MX 2004, choose Site > Administer Contribute Site.
    2. Enter your administrator password.
    3. Create a new role.
    4. Click the Edit Role Settings button.
    5. Select the Editing category.
    6. Uncheck the Protect Scripts and Forms option.
    7. Click OK to close the Edit Setting dialog box.
    8. Click OK again to save the settings to your web server.

    Taken from:

    [url]http://www.macromedia.com/devnet/contribute/articles/contribute_dw_integration_0[/url]
    3.html

    getzapped Guest

  4. #3

    Default Re: .net user controls ascx pages

    Thank you for the reply. It did not work. I still get the same message about not being able to display the file type in the contibute editor.
    brunbrun Guest

  5. #4

    Default Re: .net user controls ascx pages

    Well this would by my last suggestion: check to make sure it's set as
    editable. Should be by default but maybe it's not for some reason.

    check Extesions.txt and ExtensionsEdit.txt

    C:\Program Files\Macromedia\Contribute 3\Configuration

    here's some Dreamweaver info that may relate:
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16410[/url]

    getzapped 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