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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ResolutionsNET

  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

Part and Inventory Search

Back
Top