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 Wanet Telecoms Ltd 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 suicidaltendencies

  1. suicidaltendencies

    Active Directory Question?

    I'm new to Active Directory and want to know the proper way of setting up OU's, Groups and users. Should you create you OU's and add groups and users to them? For example, if I had a IT department and Sales department would I create two OU's and create the groups within these OU's. Can anyone...
  2. suicidaltendencies

    Are some of the MCSE tests harder than others?

    Are some of the MCSE tests harder than others? If you can pass one can you normally pass another? Thanks, Harold
  3. suicidaltendencies

    How to resolve conflicts in Windows 2000

    I found these conflicts in my [System Information]\[Hardware Resources]\[Conflicts/Sharing]. I've put my computer together but is acting slow can these conflicts be the problem? How do I resolve them? THANKS! IRQ - 22 Microsoft ACPI-Compliant System IRQ - 22 VIA OHCI Compliant IEEE 1394 Host...
  4. suicidaltendencies

    Slow internet response

    This is just a single home computer. So I shouldn't need to configure DNS. I looked in my device manager to see if there were any IRQ conflicts/sharing. I found this: IRQ - 22 Microsoft ACPI-Compliant System IRQ - 22 VIA OHCI Compliant IEEE 1394 Host Controller IRQ - 16 ASUS A9600SE (Video...
  5. suicidaltendencies

    Slow internet response

    I just put together a new pc. asus p4pe mobo (build-in network card) asus vga radeon 9600 video card floppy cd drive I'm having a weird thing happen. When I type in a request for a web page. It hesistates and then quickly retreives the page very quickly. It is a noticable delay. Does anyone...
  6. suicidaltendencies

    Creating Reports with XML/XSLT

    I'm pulling from a sql server and transforming it into xml data via the use of C#. I'm creating a web application with asp.net and would like to be able to create printable reports using xml and xslt. My problem is that I can transfrom the xml to html report but how do I create a print friendly...
  7. suicidaltendencies

    Reports using XML and XSLT NOT Crystal Reports

    Noone can help me on this one? Wondering, Harold
  8. suicidaltendencies

    Reports using XML and XSLT NOT Crystal Reports

    I've decided not to use Crystal Reports, so I'm using xml and xslt. The only concern I have about this is when I print the report I don't want any data to be cut off between prints. All I'm doing is pulling some data into a dataset getting the data (getXML()) and transform it into a printable...
  9. suicidaltendencies

    Error when trying to retrieve data from datagrid

    This doesn't work for me. What I need to happen is when I click the "Select" button column I want a label to display what is in the selected 4th column. The forth column is a label. Thanks, Harold
  10. suicidaltendencies

    Error when trying to retrieve data from datagrid

    This doesn't work for me. What I need to happen is when I click the "Select" button column I want a label to display what is in the selected 4th column. The forth column is a label. Thanks, James
  11. suicidaltendencies

    Error when trying to retrieve data from datagrid

    Error: Object reference not set to an instance of an object. Code: lblDetailsMore.Text =((System.Web.UI.WebControls.Label)dgEditAppointments.SelectedItem.FindControl("lblName")).Text; ASP Page: <asp:templatecolumn headerstyle-wrap="false" HeaderText="Customer Name"...
  12. suicidaltendencies

    Reports created with SQL Server, XML, and XSLT

    Is there a way of doing this more dynamic. Instead of filling an xml file then running a xslt on it, can you get xml from the dataset and run a xslt on it from there? SQL Server -> Get Data -> Fill DataSet -> Get XML -> Transform XML with XSLT???????? Thanks, Harold
  13. suicidaltendencies

    Reports created with SQL Server, XML, and XSLT

    I'd like to pull data from my SQL Server into a DataSet and retrieve the XML data from it. Then use XSLT to transform the XML. Does any have any clues on this exact situation? Thanks, Harold
  14. suicidaltendencies

    Formatting keeps getting messed up

    Does anyone else have this problem going from design to html view?
  15. suicidaltendencies

    Adding Button to Datagrid

    I want to add a single button on the bottom right of the datagrid, not a button for every record. Thanks, Harold

Part and Inventory Search

Back
Top