Hi,
I'm having a problem when I try to insert on a grid. I'm using OnItemDataBound and when it's an insert command I can assing values to any field but my problem comes when:
I have a dropdowncolumn and when the user selects some value in specific a window shows up and you can do some operations there, when you finish you click the submit button and the window returns the value you obtain. I already check and the value is correct and the window works fine. But I can't put that value on the corresponding field.
For example, the dropdowncolum has values of types of food, if you select the option 'fruit' a window is open with all the types of fruit, then you select all the items you want and the window returns a list with all the names you selected. What I want is to put automatically the value returned by the window on the next field (names), but I can't do that, I can't put that value on the field
Do you have any examples???
Thanks in advance
I'm having a problem when I try to insert on a grid. I'm using OnItemDataBound and when it's an insert command I can assing values to any field but my problem comes when:
I have a dropdowncolumn and when the user selects some value in specific a window shows up and you can do some operations there, when you finish you click the submit button and the window returns the value you obtain. I already check and the value is correct and the window works fine. But I can't put that value on the corresponding field.
For example, the dropdowncolum has values of types of food, if you select the option 'fruit' a window is open with all the types of fruit, then you select all the items you want and the window returns a list with all the names you selected. What I want is to put automatically the value returned by the window on the next field (names), but I can't do that, I can't put that value on the field
Do you have any examples???
Thanks in advance