Hello,
For Example, I have this VB code:
Protected Sub RadComboBox1_SelectedIndexChanged(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs) Handles RadComboBox1.SelectedIndexChanged
// [prodedure code
//(...)
End Sub
But it never react when the RadComboBox1 selection is changed. Therefore I have to add a basic button next to the ComboBox to validate ...
I'm rather new to ASP and VB events. So am I missing something ?
On the computer on which I work are install bot Telerik 2010 Q1 and Telerik 2010 Q2 ajax plug-ins. Both are evaluation version and I've noticed all Q2 plug-ins have disappaered from toolbox and references. The problem could be related to that ? (multiple version ? evaluation?)
Thank you for help.
For Example, I have this VB code:
Protected Sub RadComboBox1_SelectedIndexChanged(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs) Handles RadComboBox1.SelectedIndexChanged
// [prodedure code
//(...)
End Sub
But it never react when the RadComboBox1 selection is changed. Therefore I have to add a basic button next to the ComboBox to validate ...
I'm rather new to ASP and VB events. So am I missing something ?
On the computer on which I work are install bot Telerik 2010 Q1 and Telerik 2010 Q2 ajax plug-ins. Both are evaluation version and I've noticed all Q2 plug-ins have disappaered from toolbox and references. The problem could be related to that ? (multiple version ? evaluation?)
Thank you for help.