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 wOOdy-Soft 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: CGreenMTU
  • Content: Threads
  • Order by date
  1. CGreenMTU

    classroom asp.net tutorials

    I'm wanting to develop a classroom asp.net tutorial, but don't want to make it too complicated for those who aren't programmers. I'm wanting to use asp.net & vb.net for the tutorial and do a connection to an access database (add, delete, updates possibly). I was wondering if anyone knew of any...
  2. CGreenMTU

    Searching LDAP directory using PuTTY

    hi, i'm a newbie when it comes to LDAP (in the process of learning). I'm using PuTTY to test some search queries, etc....and i'm having problems accessing a few objectClasses. The directory is for a college and it stores information about students, faculty, staff, which would include name...
  3. CGreenMTU

    databind question

    I have a drop-down menu which populates 3 textboxes based on the selection in the drop-down menu. The drop-down menu is populate thru TablePolicy, and fills the 3 textboxes from TablePolicy. I also have a search set up in one of the textboxes (search by Claim Number), which populates other...
  4. CGreenMTU

    calculation confusions

    This is probably going to be a very vague/general post, so i'm just giving you a heads up. I'm very confused about something. We have web forms set up, in which a user types in a dollar amount, which in turn is saved to a table in an Access database. We want to create some read-only textboxes...
  5. CGreenMTU

    tab button question...

    this might be an easy question or one that nobody knows, but on one of my web forms when trying to tab through the textboxes, the tab key tabs backwards instead of forward. I only have this problem on one of my several web forms. does anyone know how to fix this or what is causing this?
  6. CGreenMTU

    inserting data into multiple tables

    I'm having problem with my code to insert data into 2 datatables in my access database. When I click the click event button, my first insert works with no problem, however, my second insert does not work and I get a data type mismatch error. I'm thinking it's the [Transaction Amount] field, but...
  7. CGreenMTU

    fill textboxes from drop down list

    I need help. I'm trying to figure out how to select an item from a drop-down list and fill 3 textboxes relating to the value in the drop-down list. All fields are coming from the same database table. The drop-down list has a list of company names. Once a company name is selected, I want to...
  8. CGreenMTU

    data type mismatch - OleDb

    I'm having problems with inserting records to a Microsoft Access database. I get a 'data type mismatch in criteria expression' error. Some of my fields are date/time, 1 is a number data type, and the rest are all text. how do i distinquish these in my expressions??? thanks in advance... here...
  9. CGreenMTU

    database insert problems..

    can anyone tell me what is wrong with this code for trying to insert records into a database? I get the following error: Exception Details: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. Source Error: Line 309...
  10. CGreenMTU

    updating records to access database

    I'm having problems figuring out the code to update records from a web form to an access database. I have a button which Adds a new record to the database, which works. However, I'm having trouble trying to code the Update button. Here is what i'm using to Add Records to my database. Any...
  11. CGreenMTU

    search box?

    we are an insurance company and we're keeping track of our claims & claimants using asp.net. We want to be able to display our records on a web form, as well as make them easy to update and insert new records to the database. For a search, we want to be able to search for a claim number in the...
  12. CGreenMTU

    refresh problems..

    I am transfering a value from one web form to another using a click event on the source form. Once the value is carried to the second web form, there are 2 buttons on the form. One of them is (Add Another Claimant), and another is (Add Another Transacation). I would like the value that was...
  13. CGreenMTU

    pop-up search?

    I need some help. I was wondering if there was anyway to create a search pop-up box which would allow you to search a database for a certain value in a certain field. For example, I have a web form of text boxes which display records from a database. I'd like to have a pop-up which would allow...
  14. CGreenMTU

    binding a checkbox item?

    i'm binding mostly textboxes, and dropdown lists & checkboxes to web forms. I have all of the textboxes binded, however, I'm having trouble binding the checkboxes. It will not let me bind them the same way i am binding my textboxes. On my web forms I am displaying records from a Microsoft Access...
  15. CGreenMTU

    data binding drop-down lists?

    I'm setting up a database link between Microsoft Access and VB.NET (ASP.NET). my forms are created and bound using the oledbdataadapters wizard. On my forms i will be displaying records from the database according to the companies system, which they will use the forms to look up and...
  16. CGreenMTU

    navigating records on web forms?

    I'm setting up a database link between Microsoft Access and VB.NET (ASP.NET). my forms are created and bound using the oledbdataadapters wizard. On my forms i will be displaying records from the database according to the companies system, which they will use the forms to look up and...

Part and Inventory Search

Back
Top