Datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear All,

I have one dropdown box,one button and one datagrid in my form.Actually
I want to display items of dropdownbox in the datagrid as soon as I click the
button. But the probelm is I don't know how to do it.And also I am not sure
whether I should be using datagrid or not. Because I want the user to
display number of items from the dropdown box into the datagrid when ever
user clicks the button.

Any help much appreciated.

cheers,
Sunil Sabir
 
Try datagrid.datasource = dropdown.datasource ! I have not tried it, let me know if it works.

Thanks,
Murali


**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Back
Top