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!

Search results for query: *

  • Users: suicidaltendencies
  • Content: Threads
  • Order by date
  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

    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...
  5. 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...
  6. 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...
  7. 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"...
  8. 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
  9. suicidaltendencies

    Formatting keeps getting messed up

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

    Adding Button to Datagrid

    I'm trying to add a button to the footer of my datagrid. It looks like the only way I can add a button is to put it in a columns footertemplate area. This associates it to a column. I don't want it to be part of a column because I'd like it on the right side and the column on the right of my...
  11. suicidaltendencies

    UserControl Problem

    Here is my problem. I'm putting 3 user controls on my page. In my page load function I'm specifying the visiblity of the user controls. 2 invisible and 1 visible. In the visible control there are buttons. I want the the other controls to be visible if the buttons are pressed. How do I detect the...
  12. suicidaltendencies

    Updating Calendar Control with DataGrid?

    How do I update the value of the calendar that is in my datagrid? It is bombing out when I try to update the calendar. Thanks, Harold &lt;asp:templatecolumn headerstyle-wrap=&quot;false&quot; HeaderText=&quot;Date&quot; itemstyle-verticalalign=&quot;top&quot;&gt; &lt;itemtemplate&gt...
  13. suicidaltendencies

    Restrict File Type for Upload File

    I'm using the HtmlInputFile control to upload a image file. I only want to allow the user to upload jpg or jpeg extensions. How do I do limit them to those type of files? Thanks, Harold
  14. suicidaltendencies

    Sorting DataGrid with Stored Procedure

    Here is my stored procedure. What is wrong with it I'm getting an error on line 6. Thanks, Harold CREATE PROCEDURE getCustomers(@OwnerID varchar(50), @SortFieldName varchar(50)) AS DECLARE @SQLStatement varchar(1000) SELECT @SQLStatement = 'SELECT Customers.CustomerID, Customers.Password...
  15. suicidaltendencies

    Create Reports without Crystal Reports

    Does anyone have any ideas on how to create reports without using Crystal Reports. Most of my data is being presented in DataGrids. I want to create something more presentable for printing. I don't have the funds to use Crystal Reports, since if you want more than 5 concurrent users to view...
  16. suicidaltendencies

    Sending Email from Windows XP Professional

    I know this isn't specifically an ASP.NET question but I thought that this group would have alot of experience doing this sort of thing. Is it possible to create code to send emails form my windows xp professional machine? What would I have to set up? I can figure out the email asp.net/C#...
  17. suicidaltendencies

    Calendar Question: Disable Day Selection

    How do you disable a day selection inside the day render event? Thanks, Harold
  18. suicidaltendencies

    Data not showing in datagrid?

    The data show on the datagrid if I remove the asp:label from around the DataBinder but if I include the asp:label my data disappears. What is wrong? Thanks, Harold <asp:templatecolumn headertext=&quot;Date&quot; itemstyle-verticalalign=&quot;top&quot...
  19. suicidaltendencies

    User Control Change depending on location

    I have an user control that needs to be used in a public area and an administrative area. I'd like to use the same control but hide a datagrid if it is displayed in the public area and have the datagrid visible if it is in the admin. area. Can anyone help? Thanks, Harold
  20. suicidaltendencies

    Handling Quotes inside of double quotes inside of quotes

    text=&quot;<a href=<%# 'http://www.yahoo.com?id=' + DataBinder.Eval(Container.DataItem, &quot;City&quot;)%> ...... Here is an example. I have this in a buttoncolumn with in a datagrid. I don't know if that is important. What I'm trying to accomplish is putting a <a> around a <img> in a...

Part and Inventory Search

Back
Top