Search results for query: *

  • Users: a02227
  • Content: Threads
  • Order by date
  1. A

    Searching a Database

    could anyone tell me how i would go about search this database. Also move to the next record in it would be very helpful also. I have got it filling the textboxes but it only fills the first record in the database. this is what i have so far: - DataSet11.Clear()...
  2. A

    DataSet fill and bindings to textbox

    I am having a problem fill the dataset that i created, I have done this in VB.net windows forms but never on web apps. Can anyone give me a bit of guidance of were to go now? I have the textboxs bound to the dataset (I think) and there is a connection to the database and a dataset has been...
  3. A

    Syntax Error in script of page

    Each time i go to look at my page in the browser it gives me a scripting error saying that there are syntax errors on the page. does anyone know how i would go about solving this or what might be causing it? thanks
  4. A

    Login checked Via a Database

    I'm trying to compare a user name entered into a textbox and searching to see if it is entered into the database, can anyone tell me if i'm heading in the right direction or completely wrong. At the min its not working, so any help would be much appreciated. Function Search() Dim cmd...
  5. A

    Login: - Compare User name in texbox to database

    I'm trying to compare a user name entered into a textbox and searching to see if it is entered into the database, can anyone tell me if i'm heading in the right direction or completely wrong. At the min its not working, so any help would be much appreciated. Function Search() Dim cmd...
  6. A

    Filling a Drop Down List Box Properly

    I have a Drop Down List Being filled by a table in a database however it only seems to be filling the box with on field in the box i.e. putting individual letters of the first field all the way down the box does anyone know whats wrong? Heres the code i'm filling the box with: -...
  7. A

    Filling a Drop Down List Properly

    I have a Drop Down List Being filled by a table in a database however it only seems to be filling the box with on field in the box i.e. putting individual letters of the first field all the way down the box does anyone know whats wrong? Heres the code i'm filling the box with: -...
  8. A

    creating a contact us link

    Would anyone know how to create a link i.e. "Contact Us" that would open outlook express and insert an e-mail address into the to: field?
  9. A

    Loading a new page

    I want to load another page in my web application does anyone know how i would do this?
  10. A

    Saving data in a database

    Would it be possible to take values from a various textboxes on a form and same the values into fields in a database? How would this be done? I have Web Forms and it is linked to an access database
  11. A

    Best way to develop a website accessing a DB in VB.NET?

    I have to design a website that pulls data from a database and displays it can anyone advise me about the best ways to go about the development please?
Back
Top