Thanks Adrian.  How basic this was.  I never even noticed I was missing it.
Thanks for the extra eyes.

  _____  

From: [email protected]
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 16, 2005 10:00 AM
To: [email protected]
Subject: RE: [ASP] .Net - DropDownList Not Firing OnSelectedIndexChanged


Add

AutoPostBack="True"

To your DropDownList if you want it to fire right away, otherwise it only
fires when you submit the form.

-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Mills, Andy R.
(Regency)
Sent: 16 August 2005 2:52
To: '[email protected]'
Subject: [ASP] .Net - DropDownList Not Firing OnSelectedIndexChanged


Hello Guys:

I have the following code:
    <asp:DropDownList
        OnSelectedIndexChanged="ddlSectionID_OnSelectedIndexChanged"
        ID="ddlSectionID" 
        DataTextField="SectionName" 
        DataValueField="SectionID" 
        Runat="server" />

When I change / select an item from the dropdown list:  the
OnSelectedIndexChanged Event is not being fired.  Can anyone notice
something I am doing wrong?  My method is declared as followed in my
code-behind:

protected void ddlSectionID_OnSelectedIndexChanged(object o, EventArgs e) {
    ........
}  

Thanks

Andy Mills
Programmer
Regency Thermographers
717-765-3572
<mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
http://www.regencythermo.com <http://www.regencythermo.com>
<http://www.regencythermo.com/ <http://www.regencythermo.com/> > 





[Non-text portions of this message have been removed]




---------------------------------------------------------------------    
Home       : http://groups.yahoo.com/group/active-server-pages
<http://groups.yahoo.com/group/active-server-pages> 
---------------------------------------------------------------------
Post       : [email protected]
Subscribe  : [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links






The contents of this email and any attachments are sent for the personal
attention
of the addressee(s) only and may be confidential.  If you are not the
intended
addressee, any use, disclosure or copying of this email and any attachments
is
unauthorised - please notify the sender by return and delete the message.
Any
representations or commitments expressed in this email are subject to
contract. 

ntl Group Limited



---------------------------------------------------------------------    
Home       : http://groups.yahoo.com/group/active-server-pages
<http://groups.yahoo.com/group/active-server-pages> 
---------------------------------------------------------------------
Post       : [email protected]
Subscribe  : [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 



  _____  

YAHOO! GROUPS LINKS 


        
*        Visit your group "active-server-pages
<http://groups.yahoo.com/group/active-server-pages> " on the web.
  

*        To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>

  

*        Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> . 


  _____  




[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hgg7m64/M=362131.6882499.7825260.1510227/D=groups/S=1705115381:TM/Y=YAHOO/EXP=1124208583/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to