Search results for query: *

  • Users: srs2000
  • Content: Threads
  • Order by date
  1. S

    combobox to browse dataset

    i am having problems with this and hope someone can help. Take the following example I have single table say test, that has 2 fields an 'id' field which is the primary key and a 'name' field. On my screen i want the following. A combobox that has the id's and a text box which display's the...
  2. S

    server explorer

    Simple question hopefully, when i open up the server explorer in visual studio 2003 i can get a list of databases from my sql server, but when looking at the 'Views' in my book it says i should be able to right click on the 'views' and add a new view, only problem is i dont seem to get a add...
  3. S

    creating new asp.net web application

    Hi, hopefully a v-simple question, im just getting started and trying to create a new asp.net web application in visual studio 2003, my problem is that my IIS webserver is not on the local machine, so when I create a new project http://localhost/webapplication1 I obviously get the no web server...
  4. S

    binding testbox dataset

    I have a textbox bound to a dataset field, should this text box automatically update with the data in that field? Yes/No? The book im working from basically has a drop down box that I select a country from, this then fills the dataset with customers from that country, and in the book the...
Back
Top