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

  1. ResolutionsNET

    XML & XSLT -> XML problem

    That's just what I was after. Thank you.
  2. ResolutionsNET

    XML & XSLT -> XML problem

    Sorry forgot the tags Can anyone help, can't seem to completely sus this xslt out. <Navigation> <Item name="Home" depth="1" navid="1" type="16"> <Item name="Consumers" depth="2" navid="2" type="128"> <Item name="Products" depth="3" navid="3" type="64"> <Item name="Products 1a"...
  3. ResolutionsNET

    XML & XSLT -&gt; XML problem

    Can anyone help, can't seem to completely sus this xslt out. <Navigation> <Item name="Home" depth="1" navid="1" type="16"> <Item name="Consumers" depth="2" navid="2" type="128"> <Item name="Products" depth="3" navid="3" type="64"> <Item name="Products 1a" depth="4" navid="4"...
  4. ResolutionsNET

    Xsd, Xml and Serialization

    I wonder if anyone can help me. I have used xsd to generate a c# class from an xml file. This class is currently being used in my application and works perfectly ok when stored in InProc session. But when moving to StateServer, it throws the "Unable to serialize the session state", now I...
  5. ResolutionsNET

    Forms Authentication

    I wonder if anyone can help. We have web application using Forms Authentication that works perfectly ok in all environments, but in the production environment the forms authentication isn't timing out and returning the user to a login screen. Instead it tries to load the requested page and...
  6. ResolutionsNET

    Table rows don't line up

    Thanks guys, This has pointed me in the right direction. The table code is actually generated from a transfromed set of OLAP XML. It's provided be microsoft, it wasn't standard to I started to play with it. Now it's working correctly. Cheers
  7. ResolutionsNET

    Table rows don't line up

    Hi, In the following code I can't seem to get the two table rows to line up correctly, can anyone point me in the correct direction. <table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;> <tr nowrap=&quot;&quot;> <td nowrap=&quot;&quot;> <table...
  8. ResolutionsNET

    variables in a class

    Have you tried to inherit the control, i.e. (c#) public abstract class Content : System.Web.UI.UserControl
  9. ResolutionsNET

    Where to place the assemblies?

    If I have a setup of a web server and a database server, and my application is split into three layers, UI, Business and Data. With the Data layer calling stored procedures, where is the best place to these assemblies. e.g. if the DAL assembly sits on the SQL server what are the...
  10. ResolutionsNET

    Active Directory on an IIS WK2 Server box

    I am interested in using Active Directory on a IIS box, can anyone point out or to any of the security/scalability issues. Thank you
  11. ResolutionsNET

    datetime format from SQL in XSL

    Help, I'm currently retrieving a datetime field from a SQL query, this being put through a DataSet and then converted to XML. The XML is then transformed via a XSL. I know that XSL doesn't do dates and that you have to have a external call (function in ASP.NET), but U can't seem to transform...
  12. ResolutionsNET

    Instant Messager

    No not yet, I want to be sure I can secure it within the organisation only. Ta
  13. ResolutionsNET

    Instant Messager

    Can someone help. Is it possible to configure IM to chat with people outside of the Exchange network. i.e. employees in one company chat to their mates via IM in another company. If this is possible, how can it be stop, so that IM communication is only available to employees with a company...
  14. ResolutionsNET

    Referencing elements in one user control from another user control

    Hi, I'm trying to recreate you example. I've created the subs Loadit within the UC1 and UC2. But my main page is reporting that 'LoadIt' is not a member of 'System.Web.UI.Control'. Any ideas
  15. ResolutionsNET

    Passing Values between Controls

    Thanks guys, this is great stuff. It's already an option I've tried. What I have the problem with, is how do I access properties from x:1 whilst inside x:2. Any ideas Cheers
  16. ResolutionsNET

    Passing Values between Controls

    Hi, I need to pass/access varibles from two controls (see below) how do I do this? <%@ Page Buffer=&quot;true&quot; Language=&quot;VB&quot; Explicit=&quot;true&quot; %> <%@ Register TagPrefix=&quot;x&quot; TagName=&quot;1&quot; src=&quot;/inc/_1.ascx&quot; %> <%@ Register...
  17. ResolutionsNET

    Why use ASP?

    Can are one give me reasons why someone should use ASP instead of say PERL or PHP? What benefits can be gained?
  18. ResolutionsNET

    SQLXMLBulkLoad

    Can anyone help with a SQLXMLBulkLoad query. I'm trying to load these values, but I can't seem to make the relationship for CNAME. <ROOT> <O ID=&quot;02928&quot;> <IDENT> <BRIEF_DESCRIPTION>PARASOL</BRIEF_DESCRIPTION> <SIMPLE_NAME>PARASOL</SIMPLE_NAME> <FULL_NAME>PARASOL</FULL_NAME>...
  19. ResolutionsNET

    XML not displaying

    I'm writing a ASP app that transforms a XML file, this works but on changing the code no XML is displayed to the browser. If I reboot the machine, It works. It looks like some caching problem. Any ideas? Ta
  20. ResolutionsNET

    XML into SQL Server 2000

    Hi, I have a large XML document (containing many items) that I wish to get into SQL Server 2000. The items will eventually help populate a website. What is the best way to import the XML into the SQL server? Once in, I'll also need to be able to search some of the elements (records) of the...

Part and Inventory Search

Back
Top