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 Chris Miller 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. jimmybambino

    Frameset / ASP.NET page problem

    I'm developing asp.net pages within Dreamweaver MX and have a problem concerning Framesets. I developed a single aspx page and wanted to add a top frame to the page. Once I added the top frame and tryed to view the pages in iexplore I received a warning that read: Framesets cannot be previewed...
  2. jimmybambino

    Pulling xml attributes with java

    I'm sorry, my question wasn't worded in the most clear manner. For example, if I had this: <Root> <Element attr1 = &quot;value1&quot; attr2 = &quot;value2&quot;/> <Element attr1 = &quot;anothervalue1&quot; attr2 = &quot;anothervalue2&quot;/> </Root> and I wanted to search for the element...
  3. jimmybambino

    Extracting an element and all of its parents

    I need to be able to use xslt to transform this: <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <FormTree> <Node Description=&quot;Ohio&quot; OrderId=&quot;10000&quot;> <Node Description=&quot;Southwest Counties&quot; OrderId=&quot;20000&quot;> <Node...
  4. jimmybambino

    Pulling xml attributes with java

    Can someone tell me how I would pull an attribute value from a xml element if I had a value of another attribute within that same element? I need to do this with java. Can you help? Thanks
  5. jimmybambino

    Logon Tutorial?

    I'm looking for a way to use SQL Server 2000, ASP.NET and Dreamweaver to create a secure logon. If possible I'd like to be able to have a user name and password table in SQL Server and then be able to logon to a site via an ASP.NET web site. Can someone help me accomplish this difficult task...

Part and Inventory Search

Back
Top