Hi I'm using a Combobox populated via webservice inside a grid editform template.
When there is no data (InserMode form) the combobox works great.
When There are data I generally set the properties SelectedValue and Text; when I open the EditForm, the page throw a javascript exception and the EditForm won't appear..
This is the javascript exception:
Errore di run-time di Microsoft JScript: Sys.WebForms.PageRequestManagerServerErrorException: Selection out of range
Parameter name: value
When there is no data (InserMode form) the combobox works great.
When There are data I generally set the properties SelectedValue and Text; when I open the EditForm, the page throw a javascript exception and the EditForm won't appear..
This is the javascript exception:
Errore di run-time di Microsoft JScript: Sys.WebForms.PageRequestManagerServerErrorException: Selection out of range
Parameter name: value