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 SkipVought 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. sean78

    Repeater w/ Table

    I'm trying to create a table w/ a repeater that has column headers like so: 01/05/03 page 12:30 page 111:30 01/06/03 page 09:30 I could do this in asp so fast, but have been completely lost how to implement this in .NET. The header dates are from a range the user inputs through a...
  2. sean78

    CSV File Import Problem

    I am having a problem when trying to import data from a csv file to a record set. I have a file where one of columns changes from an integer to time. When I import the file to the record set the rows that have time come in as Null. I have been trying a couple of different way but to no luck...
  3. sean78

    Computer Spontaneously Turning Off

    Not sure why this is happening. But my computer will suddenly just go off completely with no warning. It is not a fan problem since I checked all of the fans in the computer and they all work. Also, no new hardware has been recently installed. I was thinking maybe there could be something up...
  4. sean78

    Gridview question

    would like to have a second select statement in my gridview for one of the fields that is based off of one of the other fields. ex. name, add, state I want to get extra info based on the state in the row and put it into the current row. If anyone could give me an idea on how to do this or if...
  5. sean78

    Menu / Gridview Slowdown Problem

    I found that by setting the EnableViewState to false in the gridview that everything comes up at a nice speed now. http://msdn2.microsoft.com/en-us/library/system.web.ui.control.enableviewstate.aspx
  6. sean78

    Menu / Gridview Slowdown Problem

    I have page that uses a menu and has four menuitems. In each menuitem there is Gridview. At first my first gridviews run fast. However, after a click on my last one which calls in a lot of data, and click back to one of the other gridviews. they all run at double to triple the time time to...
  7. sean78

    problems accessing elements in an asp:table

    figured it out, I had and inport to a namespace in the aspx page that for some odd reason was causing some elements to be blocked. Dont know why though.. Thanks for your help though. <%@ Import Namespace w
  8. sean78

    problems accessing elements in an asp:table

    I have an html page with an asp:table with in that changes view states as part of a form. I cannot access some of the elements from with in this table in my .vb code page to manipulate them. Elements like a text box I can retrieve, but accessing an element like a label does not work. Is there a...
  9. sean78

    need help speeeding up a query

    I ran into a problem with this query. The second not in statement generates about 88,000 records and is slowing this statement down. Does anyone have any ideas on how to speed this guy up. It works great everyother time I run it except in this one instance. It is timming out my asp page...
  10. sean78

    BE 7.3 takes hours for backup to start?

    You should go to the veritas help pages and download there new driver. this will speed it up 6 times faster probably.
  11. sean78

    Optimum backup speed

    I'm using Backup exec 8.6 on a Windows 2000 Server to backup multiple servers. Backup exec, backups data at a rate of 36.7MB/min, I was wondering if the speed it is running at is the fastest rate it can go, or if can go faster. any answers to this would be much apperciated. thank you

Part and Inventory Search

Back
Top