Search:

Type: Posts; User: TheMajorRager

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,687

    Disabling a button

    Im doing this C# ASP.NET program, and when I click the submit button, as soon as the user clicks it, I want the button to turn disabled. However, it just sits there enabled while the page is...
  2. Replies
    9
    Views
    1,784

    Hey, thanks a lot, I got it to work now. My...

    Hey, thanks a lot, I got it to work now. My Select statement was the problem, i just needed to reference the entire file name instead of the datasource with the file name. So I got it, thanks a lot...
  3. Replies
    9
    Views
    1,784

    the connection string looked like this in the...

    the connection string looked like this in the debugger


    "\C:\D B\"



    and it wasn't even able to connect. When I tried to open the connection
    it failed.
  4. Replies
    9
    Views
    1,784

    Hi Thanks again for taking the time to reply. ...

    Hi Thanks again for taking the time to reply.

    The connection string looks like this.




    "C:\D B\"
  5. Replies
    9
    Views
    1,784

    Well I went into the debugger, it does connect to...

    Well I went into the debugger, it does connect to the correct datasouce, it does show the datasource as C:\D B\, but when it hits the dataReader, it seems to throw an exception. When I manually go...
  6. Replies
    9
    Views
    1,784

    Hi, thanks for replying, I was wondering if you...

    Hi, thanks for replying, I was wondering if you could give me an example of where to put the double quotes.

    Thanks,
    The Major Rager.
  7. Replies
    9
    Views
    1,784

    DataSource problem with C#

    Hello again everyone. I am using the OleDb Database Provider and I am reading in csv and dBase database files. I noticed that when the datasource is something like C:\DB\, it works fine and I can...
  8. Replies
    0
    Views
    1,101

    Reading Text From a File

    Hi everyone,

    I am working on this project, and instead of ReadLine() I want to read each string until a space is there and then go onto the next one instead of reading in an entire line at a time....
  9. Replies
    2
    Views
    3,505

    dBase Driver for .Net

    Hello once again. I am workin on this project and I was told to read in a .dbf file and parse it correctly I need a dBase Driver for .Net. I have been searching the internet for a couple days now...
  10. Replies
    0
    Views
    4,582

    DBF to CSV in c#

    Hello all,

    I am working on this project and I want to be able to read in DBF, CSV, and EXP files. First thing I want to do is to be able to only show those file extensions when the user clicks...
  11. Replies
    0
    Views
    1,527

    DataSet, DataTable, and DataGrids

    Hello, I am trying to create a program where the user enters in information, and it gets stored to the dataset, and in turn it gets binded to the datagrid so that it shows up. I am not using a...
Results 1 to 11 of 11