erneclulsfi
New Member
Hi,<BR><BR>I have a datagrid, in this datagrid I have a template<BR>column which has a File-Input control in the item template. And I have one more template column with a text box in its edit item template.<BR><BR>I want to fill the textbox with some text when a file is selected in the Input-File control (OnServerChange event?). How do I invoke a method on server that does this job ? In general, how to trigger any event on controls placed inside a Datagrid ?<BR><BR>I greatly appreciate any help in this regard.<BR><BR>Thanks in advance,<BR>SinchanaAnother similar thing I am trying to do is to populate a listbox dynamically, based on the selection made in a drop-down list. Both the controls are placed on a row in a datagrid during edit mode.