Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Databind a combo

    hi

    I'm fairly new to ASP and I'm trying to bind a Recordset to a combo. Is it
    the same way we do it in VB?


    --
    Kind Regards

    Rikesh
    (V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3)


    rikesh Guest

  2. Similar Questions and Discussions

    1. Databind after load
      I have an ComboBox data bound to an XMLConnector, and a couple of Radio Buttons. I want to set it up so that when a user chooses a radio button, it...
    2. Slow DataBind()
      Hi, On my asp.net page(VS 2003, Framework 1.1) I have a Datagrid control. I use a Stored Procedure in SQL server to get my data(120 posts), runs...
    3. BUG in DataBind? After .DataBind there are more DataGrid Items than DataSet Rows!
      Consider: Private Sub BindData(ByRef objDataSet As DataSet) Dim x% = DataGrid_Report.Items.Count() Dim y% = objDataSet.Tables(0).Rows.Count() '...
    4. Confused about when to Databind
      You should only data bind in Page_Load on 1st visit (ie If IsPostBack = False). Usually, i'll make a function 'BindGrid()' and call it when i need...
    5. DataBind
      Hello all. I'm populating a dropdown box using the databind(). I'm trying to get two values in one selection. So far I have this:...
  3. #2

    Default Re: Databind a combo

    Fill A ComboBox with DB Information by Joao Vieira - 4/15/1999
    [url]http://www.4guysfromrolla.com/webtech/041599-1.shtml[/url]
    Basic info.

    Building List Boxes Using the Results from a Database Query - 12/6/1999
    [url]http://www.4guysfromrolla.com/webtech/120699-1.shtml[/url]
    Function to fill a list box.

    Using Functions to Control Form Elements by Mike Tickle - 6/18/1999
    [url]http://www.15seconds.com/Issue/990618.htm[/url]

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139