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...
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...
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...
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()...
I have an ASP.NET application that exports a datagrid to Excel and displays it in a new window. Now it works fine on Windows 2000 with both Excel 2000 and 2003. However, one user that is on XP is experiencing difficulties. The IE window with the exported Excel document opens, but then...
I have an application that exports a datagrid to Excel and displays it in a new window. Now it works fine on Windows 2000 with both Excel 2000 and 2003. However, one user that is on XP is experiencing difficulties. The window with the exported Excel document opens, but then immediately closes...
I'm new to XML and from what I've gathered so far, I'm under the impression that XML Schemas are supposed to be somewhat superior or prefered over DTDs. However, I'm having trouble with one thing.
Is there a way to achieve the same effect as this DTD statement with Schema notation?
<!ELEMENT a...
I'm just wondering if there are any known communication anomalies with ASP.NET, VB.NET and SQL Server 7.0? I have a web application that is producing some strange output inconsistently and the code logic does not appear to be at fault. Any insight would be greatly appreciated.
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.