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 strongm 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: treviboy
  • Content: Threads
  • Order by date
  1. treviboy

    App_data

    Hi, There is a copy of my database in the app_data folder in my asp.net project. When I query the database, I am pointing to one that exists in another directory. What is really the purpose of it being where it is? Have I done something I am not aware of ? I have read some, but I am not...
  2. treviboy

    more connection questions for Access on a server-

    I have an asp.net application on a server. I am referring to the database which lives on the "d:" drive on that particular server, so I thought I would refer to it as such in a connection string like this: AcString = "provider = microsoft.jet.oledb.4.0; data...
  3. treviboy

    linking tables after adding a table to back end

    hi, I added a new table to the back-end of my 2003 database and when I tried to link the front end to the back end , it does not see the new table. how do I do this? I have tried to link it 3 times, but it still does not work. I have not had problems linking before. Any ideas? thanks
  4. treviboy

    changing database source and how it affects data source objects-

    hi, I am working on trying to figure out why I cannot connect to my database after changing the connectionstring in web.config. If I could change it successfully, does that mean that the data source objects I had defined based on a different database (same tables but different database name...
  5. treviboy

    Configuration Error - for jet db on server -

    hi, I changed my connectionstrings in my web.config file and I have some problems I hope you can help me with. I get lots of errors :" Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please...
  6. treviboy

    changing data source for data tables- need advice

    hi, I am moving my application from my PC where I have been developing my asp.net project. Before moving it all over to the server( code,etc), I decided to change the connection strings to the database on the server. When I run my app, I get errors because my data source objects are still...
  7. treviboy

    exporting datagrid to Excel;works,but Excel looks funny

    hi, I am able to export a datagrid to Excel, but when I look at it, inside each cell, it has colored every other row with gray which looks funny. This doesn't bug me very much, but there are some other things it does that aren't right. When I click on the header for a column, it displays the...
  8. treviboy

    help with calling javascript from .net

    hi, I want to test calling a javascript function from my .net app. It's a pretty simple thing, or so I thought. But, I cannot get it to work. I want to display a web page when I click on a button. This is the code I have for it. This is in page1.aspx: <script type="text/javascript"> Sub...
  9. treviboy

    vb.net printing out a datagrid that has scroll bars

    hello, I have a page that lists some items. One of the lists is in a datagrid that has many items, so the user has to scroll to view everything. I searched around a bit and saw some code in javascript that looks like it takes the whole lot and prints it out into a new window. Can I mix up...
  10. treviboy

    button placement -how to make them stay at bottom

    hi, I have a page with a grid that changes depending on the user's input. It could be 10 rows or 20 rows,etc... I have some buttons at the bottom including a submit button, and another button for another page. My buttons sometimes move to the middle of the screen if I get a lot of rows. I...
  11. treviboy

    HTTP 401.3 - Access denied by ACL on resource- ?

    hi, I have not worked with IIS much, and I am running into things I don't know how to fix. I have a simple website that I built using VS 2005 - involving only one html page. I built it and created a virtual directory and then gave the path to my simple web site. (I am testing on my PC before...
  12. treviboy

    HTTP 401.3 - Access denied by ACL on resource - on my own pc

    hi, I set up a very simple site that has one html file in it so that I could see how I am going to use IIS. Well, I get the error many people do (HTTP 401.3 - Access denied by ACL on resource).. but I get it on my own machine. I'm posting this because there's probably a lot of things I yet...
  13. treviboy

    building a website with Visual Studio express edition

    hi, I am having problems understanding what I need to do in order to build my web site then have it work on a server. I thought I could just copy everything over. What exactly do I have to do? I am a total dumbo in this area. I found articles where it says I only have to "copy the files over"-(...
  14. treviboy

    help needed on loading simple data to table

    hi, I am using DTS to load some data from an excel spreadsheet into a table that has some fields defined at "tiny ints" and /or small ints.. Anyway, I tried to run my package after I set up the input as an Excel spreadsheet.It did not like the fields that were defined as small ints. I then...
  15. treviboy

    problems loading data

    hi, I am having a terrible time loading data into a table. Im loading from an Excel spreadsheet. The fields with problems are defined as "tiny ints" in sql 2000.... But my fields are numbers, but I guess they're not small enough and it wont accept them. How do I tell Excel to make it a tiny...
  16. treviboy

    datagrid:sort with unbound fields:where to begin?

    hi, I have read some articles on how to sort a datagrid , but only with bound fields. How do I go about sorting with fields that I bind in the itemdatabound event? Do you know of a good resource I can read up on? so far, I haven't found what I think I need. thanks a lot.
  17. treviboy

    working with sql server 2000 - and sql server 2005

    hi, I've got sql server 2005 on my desktop. I've got a sql server 2000 database on a server. I would like to run DTS to import some data into one or more than one table in the sql server 2000 database. Can I do that with sql server 2005? I apologize if I am not putting this in the right spot...
  18. treviboy

    help with Error - what does it mean?

    Hi, I am binding a query to a datagrid, and I get the error: "An invalid data source is being used for DGteach. A valid data source must implement either IListSource or IEnumerable." I did look at some documentation regarding Ienumerable, but I'm afraid I don't understand what I need to to...
  19. treviboy

    advice for very slow report process -

    I have a report that I have been running for a while and now it seems to have slowed down. It takes over 15 minutes for me to process about 400 records and I don't know why. The back end is on a file server. There's no problem with the connection - I am sure. I call a function for about 4...
  20. treviboy

    Accessing front-end or back-end of Access

    I have an Access application that has a front and back end. When I access the tables with ADO, is it correct that I am setting the database source to the front end because that's where the modules and queries are or do I set it to the back end? But, I am confused because I have a function that...

Part and Inventory Search

Back
Top