Jump to content
Xtreme .Net Talk

stuart

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by stuart

  1. I have an application with a toolbar containing images. The application is being developed on XP. When I deploy to another XP machine the toolbar appears OK but when I deploy to an NT v4 service pack 6 machine the toolbar images don't appear. Any ideas? Thanks for any help.
  2. I have a form that has a datagrid and an update button. The update button belongs to an inherited form. The clicked event of the update button updates any changes in the datagrid to the database. If I open the form, add a new row in the datagrid and then, without leaving the new row, click the update button the update performs as expected. However, if I open the form, sort the datagrid - by clicking in a column header - add a new row and, without leaving the new row, click the update button it doesn't do the update. The new row is moved to a new position according to the sort but the clicked event on the button doesn't fire! This problem only occurs if I sort the datagrid. Any ideas why the clicked event on the button doesn't fire when I click on it? Your help is appreciated.
  3. Did you ever get a resolution to this. I'm having a similar problem. I have a combobox (dropdownlist) bound to a datatable. In the form load event I set the selectedindex = -1. But when the form appears on the screen the selectedindex = 0 and the first item is selected. I have a button that set the selectedindex = -1. However this only works if an item has NOT been selected from the dropdown. If an item has been selected from the dropdown then clicking the button causes selectedindex = 0 and the first item in the list is selected again. Any ideas on how to: a) have the form load with no item selected in the combobox (ie. selectedindex = -1 and b) clear the combobox (ie set selectedindex back to -1) no matter the current selection of the combobox. Thanks in advance.
×
×
  • Create New...