How to do a manual PostBack to the server?
I'm using combobox as a list of actions and want to send postback only when some items selected.
Also after that I want to select first item or just clear selection.
After Item is selected I generate report on the server and push it to the client in the Response object so I cannot change state of the combobox on the server
I can't use set_cancel because I need to select first element and clearSelection is not doing anything.
Once again. I want to do this.
1. User selects an Item.
2. Form does postback to the server
3. I push file to the client.
4. Combobox should reset to the first item. Or clear selection and set text to default value.
Any help is highly appreciated
Grisha
I'm using combobox as a list of actions and want to send postback only when some items selected.
Also after that I want to select first item or just clear selection.
After Item is selected I generate report on the server and push it to the client in the Response object so I cannot change state of the combobox on the server
I can't use set_cancel because I need to select first element and clearSelection is not doing anything.
Once again. I want to do this.
1. User selects an Item.
2. Form does postback to the server
3. I push file to the client.
4. Combobox should reset to the first item. Or clear selection and set text to default value.
Any help is highly appreciated
Grisha