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

  • Users: noonan59
  • Content: Threads
  • Order by date
  1. noonan59

    Printing a Report Multiple times in ASP.Net

    Hi! Just wondering what people think is the best way to handle the following situation: I am trying to print report cards from my website for each classroom. So I may have something like 25 4th grade students in one class and I would like to print all 25 students at the same time. What I am...
  2. noonan59

    frames pages

    When I make websites using frames w/ FrontPage 2002, I create my index with 2 frames - one on the left for navigation and one on the right for the contents. In FP 2002, I can view all of my contents pages within the right side of my index frames page. I cannot figure out if you can do this in...
  3. noonan59

    XML parsing white space error with Bulk Insert

    Hi - I'm working on an asp.net application that uses sql server 2000 as the back end. I have a situation in which I often have many thousands of rows to insert into sql. So in my application I am creating an XML document and am passing it into a stored procedure that performs a Bulk Insert...
  4. noonan59

    Import text file to sql from web server in real time

    I posted this question in the SQL Server forum also, but I'd like to get ideas from this forum too. I'm working on an asp.net application and I would like to be able to upload a text file to the web server, and then tell sql server to go get the uploaded text file and import it into a new...
  5. noonan59

    How to automate importing a text file to sql from web server

    I'm working on an asp.net application and I would like to be able to upload a text file to the web server, and then tell sql server to go get the uploaded text file and import it into a new table. After the table has been created and imported into sql, the asp.net application will then regain...
  6. noonan59

    Insert Thousands of Rows into Sql Server

    Hi - Just wondering what anyone thinks would be the most efficient way to insert potentially 15 - 20 thousand records into Sql Server 2000 from an asp.net application? My scenario is that I'm pulling data in from a text file that could contain up to 20,000 rows into a dataset. Then I validate...
  7. noonan59

    VB.Net function equivalent to Access CallByName function?

    Hi, Does anyone know if VB.net has an equivalent function to MS Access's CallByName function? thanks.... Dan
  8. noonan59

    Trouble with Konica printers and VB.net

    Just wondering - has anyone had any problems printing from a vb.net project to a Konica printer? My application prints fine to various other printer brands, but I've printed to 2 different Konica's and have gotten unreadable garbage. I'm guessing it's got something to do with the printer...
  9. noonan59

    MapPoint Web Service 3.5 and VB.net

    Hi, Has anyone worked with the MapPoint Web Service and VB.net? I'm new to this mapping thing and I'm curious as to how I can come up with an application that reads student addresses from SQL server and plots these addresses on a map to establish a bus route for our local school district. Is...
  10. noonan59

    customized datagrid row height for each row?

    Hi, Does anyone know if there is a way to customize the height of each row of a datagrid? Currently I've only been able to set the PreferredRowHeight ahead of time and it applies to each row in the datagrid. However in this case I have a "comment" column that will have different...
  11. noonan59

    Can I differentiate between input devices in C#?

    If I have 2 different input devices (such as a barcode reader and a keypad) connected via 2 USB ports, is there a way for a desktop application in C# to tell which device is inputting data at any given moment? Currently the program I am working on accepts the input from either device, but it...
  12. noonan59

    Differentiate between input devices - VB.net

    If I have 2 different input devices (such as a barcode reader and a keypad) connected via 2 USB ports, is there a way for a desktop application in VB.net to tell which device is inputting data at any given moment? Currently the program I am working on accepts the input from either device, but it...

Part and Inventory Search

Back
Top