Search results for query: *

  • Users: xero
  • Order by date
  1. X

    Dataset and Textboxes

    I never followed up on this, but i just wanted to let you guys knowwhat i did. I have now become considerably more knowledgable withADO.net. What i did was just use the datareader for the textboxes thati wanted to populate the information into the fields. And as far as theinformation that has...
  2. X

    Dataset and Textboxes

    Well this is a little further down the line and i have figured out how to read in information to a textbox, with both databindings and Datareaders, but now the problem i am having is understand Databindings fully... What i think databindings does it binds the data to a textbox lets say and if...
  3. X

    When Openign a Form make all others NA

    I figured it was something simple... Thanks a lot.
  4. X

    When Openign a Form make all others NA

    I am curious how to make a certain form Premiere when opened. What i mean is Once i open the form "This is going to be a about form" i don't want the user to be able to click anything but OK until the form is closed, which the OK will do.... How can i do this? Is there an easy way?
  5. X

    Form Switching

    Well let me start out by saying im new to vb.net so bare with me... I am curious how to do the following: When program is opened, goes directly to frm_login When password and username are correct goes to frm_main (this is the main window) What i am doing wright now is this: When...
  6. X

    Dataset and Textboxes

    Tables is not a member of System.Data.SQLClient.SQLDataAdapter is the error i get trying your code...
  7. X

    Dataset and Textboxes

    Hey thanks ill give that a shot... I really appreciate the help!
  8. X

    Dataset and Textboxes

    I am planning on doing Both searches and editing data..
  9. X

    Dataset and Textboxes

    Then how exactly would i write it so I could post do a search multiple times?... That's what i was originally intending. Is there anyway you can write me up a small example. Thanks!
  10. X

    Dataset and Textboxes

    Thats dandy, but im still having problems... Im starting to get pissed off too because this would only take two lines of freaking code to get this done in plain ADO.. but with ADO.net it's a freaking headache... Anyways i know it's still just a learning process i need to get through... Heres...
  11. X

    Dataset and Textboxes

    I do not believe that syntax is doable..... Also i am curious about one thing... If i where to link the textboxes to the dataset in the formload.... Then that would automatically make the textboxes whatever the dataset consisted of? And if that is true how would i jump to a specific record...
  12. X

    Dataset and Textboxes

    Hi i am a newbie when it comes down to .net programming. Especially VB.net. I am fluent in VBScript and ASP but not VB and VB.net so please bare with me. My current problem is I would like to do the simple thing known as assigning a textbox the value thats in the database. In vbscript it would...
Back
Top