Hi All,
We have a scheduler,where we place appointments on each of the calender days using drag and drop features from the grid. on click of each appointment ,we show up a customized AdvanceEditForm with controls like combobox and gridview.In this gird view i have a button column ,when ever i click this button an item should get added to the listbox with the edit form still open ... and if i click the update or the submit button the data should be saved and the edit form should close.
I got stucked in adding the item to the listbox when ever i click a button in the gird view and also the click event is getting fired only once it should not be. I am using OnAppointmentCommand,OnFormCreating events...to retirve the values....
This is a crucial requirement. Appreciate any help in this regard.