Hi,
Im using DNN Links module 4.0.1 ver. I have customized it to incorporated on selected index change event from drop down. For that; i have added
Sub cboLinks_SelectedIndexChanged even in Links.ascx
<asp:DropDownList ID="cboLinks" runat="server" DataTextField="Title" DataValueField="ItemID"
CssClass="NormalTextBox"
onselectedindexchanged="cboLinks_SelectedIndexChanged" AutoPostBack="true">
</asp:DropDownList>
It was working fine in DNN version 6.2.8; but once i upgraded DNN to 7.0.5; links selectedindex change does not works. (Note: The same works in edit mode)
The page get refreshed but does not redirects. The autopostback is set to true.
I have tried installing new DNN links module ver 6 but not solved the issue. Can anyone provide your inputs to resolve. Thank You.
Regards,
Tom