DropDownList SelectedIndexChange Not Firing

G

Guest

I need help. I am attaching both the html stuff as well as the code snippet that is not firing. Can someone please help me
Thank

Sub InputPub_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) _ HandlesInputPub.SelectedIndexChange
Dim PubNew, AdTypeNew As Strin

ComboBoxLostFocus(InputPub
PubNew = ComboBoxCurrentCode(InputPub
AdTypeNew = ComboBoxCurrentCode(AdType
SetComboBoxText(AdType, "ADTP", msPubSave.Value, "", "", "", 2, False

End Su

<TD><asp:dropdownlist id="InputPub" tabIndex="3" runat="server" EnableViewState="False" CssClass="DropDownList
BackColor="#f5f5f5" onload="InputPub_Load" SelectedIndexChanged="InputPub_SelectedIndexChanged"></asp:dropdownlist></TD>
 
A

Aaron Bellante

I need help. I am attaching both the html stuff as well as the code snippet that is not firing. Can someone please help me.
Thanks

Sub InputPub_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) _ HandlesInputPub.SelectedIndexChanged
Dim PubNew, AdTypeNew As String

ComboBoxLostFocus(InputPub)
PubNew = ComboBoxCurrentCode(InputPub)
AdTypeNew = ComboBoxCurrentCode(AdType)
SetComboBoxText(AdType, "ADTP", msPubSave.Value, "", "", "", 2, False)

End Sub

<TD><asp:dropdownlist id="InputPub" tabIndex="3" runat="server" EnableViewState="False" CssClass="DropDownList"
BackColor="#f5f5f5" onload="InputPub_Load" SelectedIndexChanged="InputPub_SelectedIndexChanged"></asp:dropdownlist></TD>

Check the InputPub.AutoPostBack. Set it to true.
 
Joined
Aug 28, 2008
Messages
19
Reaction score
0
Yes you would need to have the autopost for it to work look at this example of how to get it working.

itjungles.com/dropdownlist/dropdownlist-onselectedindexchanged
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,114
Latest member
GlucoPremiumReview
Top