I'm trying to include images on my webpage that are stored in an "images" folder in "App_Data", but they are not working (red X). Everything works fine if I move the images folder out of App_Data.
Logically, App_Data is where I would think you would store such files, but apparently I am missing...
Thanks for the replies, I appreciate the clarification Jon.
Using your stylesheet originally gave me an error, as I don't believe <xsl:apply-templates> can be a child of <xsl:stylesheet>. This may have just been a typo. I switched it to a <xsl:template> that matches the root element and I am...
I am trying to sort all the of entry elements alphabetically by entryTitle and have the output in XML. My document has the following structure:
<root>
<entry>
<header>
<index>A1</index>
<entryTitle>Alligators</entryTitle>
</header>
<description>text text...
I'm looking for ways to create an interface for users to be able to update/edit an xml document. The tricky part is that the users will not or should not have to know the tags and structure used in the document.
I'm developing with ASP.net. The only idea I can really come up with is to just use...
The controls collection of the placeholder, phEntryItems, contains all of the user controls, but it only displays the control that was added last.
Can anyone explain this behaviour?
I'm trying to maintain user controls that are added dynamically when the user selects a menu item. To do this, I've created an ArrayList and I add the appropriate usercontrol depending on the menu item selected. I then call a loadControls() method on page load to add the controls to a...
Thanks for the support. I think I'm going to try and take on AJAX and webparts, but instead keep it as simple as possible, for my own sanity :P
Taking it one step at a time. I've created user controls to represent the different elements in the xml document. Next, I'm trying to add these...
I have a multi-line textbox which I have disabled so users can only view the text, not edit (pretty basic). My problem is, I would like to still have the scrollbar enabled, in case there is more text than what fits in the area. Is there a way to achieve this? Thanks.
I'm looking for suggestions on the best way to go about creating a dynamic data entry/editing GUI.
I have an XML document that contains entries which users will update and also add new entries. The structure of each entry varies, therefore the interface will also change and need to be created...
I have an application that uses the Altova's XML Engine .net interface to perform XSL transformations and run XQueries. To do this I have added a reference to the necessary assembly. When I run the application in Visual Web Developer (VWD), everything works perfectly. However, when I deployed...
Hi, I made a post in the XML forum, but since I haven't received any responses, I've decided this forum might be more appropriate.
I'm trying to run an XQuery against my XML document. I've been playing around with some code I got from a tutorial, but I am not always getting the expected...
When I run the following XQuery in Stylus Studio 2006 I get the expected XML output. However, when I use the same query in the .net application, the XML is butchered and drastically different.
This is the code I am using the run the query.
Dim col As New XQueryNavigatorCollection()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.