How do I go about passing a parameter into the PostBackUrl property?
I would be interested in being able to do something like this:
Where {0} would be a property on the model I'm binding to the ComboBox.
Thanks,
I would be interested in being able to do something like this:
<telerik:RadComboBox ID="combobox" runat="server" AutoPostBack="true" DataTextField="Text"DataValueField="Value" PostBackUrl="somepage.aspx?somevalue={0}" Width="200px"> </telerik:RadComboBox>Where {0} would be a property on the model I'm binding to the ComboBox.
Thanks,