Search results for query: *

  1. T

    Horizontal DataGrid?

    I currently have a sql 2000 database with a list of users and I can display a datagrid on my web with all of the users, the problem is I now want to display like 4 columns of the users so i dont have to scroll down on my web page Say for instance I have 5 users user1 user2 user3 user4 user5 I...
  2. T

    Change textbox value issue

    I have a web form that retrieves information from a database depeinding on the item selected in a listbox and placing the information in some textboxes that I then wish to be able to edit and put back the edited information in the database When I edit the textbox, the textbox.text value didnt...
  3. T

    How to create hyperlink in datagrid at runtime

    I want to create a hyperlink in my datagrid at runtime because I will be changing my select according to what the user wishes to see. included here is what i have so far witch functions well displaying correct information, but in the datagrid it doesnt do the hyperling like it doe here. An...
  4. T

    Binding Data to Table with Composite ID

    I'm still a NEWBEE at VB.NET and using Database's at the same time, so bear with me. I am Using Visual Studio.NET 2003 the Database is on an SQL Server and I also experimenting with it in MS Access remotely, all I have been having to do was to change the connection so far when remote. I am...
Back
Top