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 Mike Lewis 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. maxdamme

    reading mdb file

    oops, sorry i meant mdf not mdb it's an sql database file not access, can someone change the title of the topic?
  2. maxdamme

    reading mdb file

    Hey I need to know something. if i have an mdb database file what is the least i need to do to read this file in a c# program. I mean i have an application written in c# now i want to put it on different computer without vs 2005 and without sql server, how i make it work? Thanx
  3. maxdamme

    CheckedListBox problem

    Well problem solved. It is suppose to be this way according to documentation. When item selected another click changes check state, nothing to do with doubleclick. Thanx anyway!
  4. maxdamme

    CheckedListBox problem

    Hey! I need some help!!! I have a checkedlistbox with checkonclick property set to false. This means i can change check state only on doubleclick. The problem is if an item is selected when i click it only once it change its check state, how is it possible and how do i fix this? if i want to...
  5. maxdamme

    Problem reading URL

    So there is no way to enter this two links from the same session?
  6. maxdamme

    Problem reading URL

    To see when it doesn't work, you need to open new IE and copy paste URL2.
  7. maxdamme

    Problem reading URL

    url1: http://www.tase.co.il/TASE/General/Company/companyGraph.htm?subDataType=0&companyID=000629&shareID=00629014 url2: http://www.tase.co.il/TASE/Pages/ExcelExport.aspx?sn=00629014dsGrafh&Columns=00629014AddColColumnsGrafhExcel&Titles=00629014AddColTitlesGrafhExcel here, check yourself...
  8. maxdamme

    Problem reading URL

    I've got a strange problem. I'll try to explain: There is a webpage (url1) where there is a linkbutton to another url(url2). If in internet explorer i navigate first to url1 and then to url2 there is no problem but if I open new explorer and want to go staight to url2 then i get some message...
  9. maxdamme

    Updating progress on Web Page

    Thanx for your replies. The thing is i'm pretty new to all this stuff, and i'm not looking right now for complex programming. i just need to put some calculations program on a website, and i don't even need a progress bar, just update the user every now and then how much records i alrady...
  10. maxdamme

    Updating progress on Web Page

    Hey. I want to know is there any simple way without AJAX to update a webpage during some calculation? I mean for example if after filling a form i run a function that makes some calculations and what i want is only update each 10 sec a label with the progress. Any help much appreciated. Thanx.

Part and Inventory Search

Back
Top