Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
keith813 #1
Editing ASPX pages with controls
Are there currently any workarounds or fixes for the editing of ASP (.aspx)
pages that contain customer user controls (.ascx)?
Viewing the site in Contribute is fine, but after clicking the edit button,
all user controls are replaced with yellow question mark images or ASP tags.
I guess we could redesign to use web controls only when ultimately necessary
(regular include files otherwise), but I'm hoping someone has found a nice
work-around or fix to this problem. It might also be that my setup is wrong,
but we're using normal ASPX pages and custom web controls for the header,
footer, menu and other common elements. Not all require actual code-behind
files, but some will...
Thanks in advance for any help/comments,
Keith
keith813 Guest
-
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE"... -
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,... -
acces controls on aspx page from user control
Hello, I'm trying to access a Label Control on my .aspx page from a User Control. But I don't manage it. Do somebody help me to do that ? My... -
Style Sheet not found when editing an aspx page - C3
I have a dot net project. If I view the web pages in the Contribute browser, they look fine. So, Contribute is able to find/figure out the aspx... -
Aspx - how to add dynamic controls
All, How can add a control dynamically in a html table on an aspx page? here is the scenario User selects a dropdown for car make, then based...



Reply With Quote

