Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ma77c
  • Content: Threads
  • Order by date
  1. ma77c

    Storing images in App_Data folder

    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...
  2. ma77c

    xsl:sort

    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...
  3. ma77c

    Updating/Editing XML document

    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...
  4. ma77c

    Maintaining dynamic controls

    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...
  5. ma77c

    Disabled textarea

    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.
  6. ma77c

    Dynamic data entry interface

    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...
  7. ma77c

    Application not functioning when deployed to server

    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...
  8. ma77c

    XQuery in ASP.net application

    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...
  9. ma77c

    XQuery in ASP.net application

    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()...
  10. ma77c

    Exporting report to Excel

    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...
  11. ma77c

    Issue exporting to Excel

    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...
  12. ma77c

    XSD Schema question

    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...
  13. ma77c

    Known anomalies?

    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.

Part and Inventory Search

Back
Top