Results 1 to 1 of 1

Thread: Drop Down List Criteria for Data in DataGrid in Web App

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member JazzBass's Avatar
    Join Date
    Jun 1999
    Posts
    393

    Question Drop Down List Criteria for Data in DataGrid in Web App

    Hi all,

    First of all, I'm totally new to VB.net, but have used VB6 for a good while.

    I started playing with making a web application where a combo drop down list is loaded with values from SQL Server. Then the user can choose a value and the datagrid on that same form should be populated using that value as criteria.

    The problem is that when a user chooses a value in the drop down list, nothing happens.

    I tried adding a simple command in the SelectedIndexChanged (I think that's what it was) to update the text in a label and it does not fire.

    Do I have to use a button or something to fire the my update datagrid routine? Do I need two forms, one with the drop down box and the other with the datagrid and need to somehow post this to it? (Which I have no idea how) Is there something else I need to change or add to get it to work?

    Thanks very much!
    JB
    Last edited by JazzBass; Jun 9th, 2004 at 05:58 AM.
    JazzBass
    In the .NET era
    Trying to remember VB6
    Progress:
    XP Professional @ Home
    and @ the Office

Posting Permissions

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



Click Here to Expand Forum to Full Width