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 gkittelson 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: *

  1. galvin101

    ASP.NET Hyperlink or Label

    Hi I am fairly new to ASP.NET , so apologies if this has already been covered. I have created a query on an orders table and successfully returned the data. There is a column called STATUS if the status is OPEN then I would like a hyperlink to be displayed in the gridview and if the status is...
  2. galvin101

    Importing dbase files into Sql via DTS

    Hi, I have a number of DTS packages which import data over night into a SQL database, the data is imported from a dbase file Just recently, one of the packages has been going wrong, and nothing in the package has changed. When importing it errors when importing and says "Error...
  3. galvin101

    XML Attributes

    Top man , thanks for your help on this, solution worked
  4. galvin101

    XML Attributes

    Right, thanks for that I have now got this code 1)set temp = XDoc.getElementsByTagName("Request/ItemSearchRequest/SearchInfo/SortBy").Item(0).Attributes.GetNamedItem("order") 2)AttID=temp.text This doesn't error, nor does it output any values, any idea whats wrong with this?
  5. galvin101

    XML Attributes

    Hi There, thanks for the info, Im not sure that the XSL is working, I am using an ASP page to read the values of the code I originally posted, to use to post XML back to a client. I need to run an SQL query using the DESC on the sort by tag, but cant use it as I dont know the VBscript to use...
  6. galvin101

    XML Attributes

    Hi , I am new to XML and need some help retrieving the order attribute in a ASP Page, I have succesfully got everything else apart from this one attribute, I have found several websites explaing about nodes, but I am not having any luck. Below is the code and it is in the Search Info section on...

Part and Inventory Search

Back
Top