DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Posts
    288

    SelectedIndexChanged event never fires !

    I have a DropDownList placed on a certain aspx page (Visual Studio 2005,C#). However, when I select something on it, it never fires the SelectedIndexChanged event.

    Do I need to define something in the initialize component area?





    protected void DropDownList_Inspection_SelectedIndexChanged(object sender, EventArgs e)
    {
    string str_selected_Inspection = this.DropDownList_Inspection.Text.ToString() }

  2. #2
    Join Date
    Jan 2006
    Posts
    1
    Have u turned the autopostback property to true?
    Regards,
    Nitin

  3. #3
    Join Date
    Jun 2004
    Posts
    288

    Yes

    All other comboboxes fires except one in the same page. So, I hope that the autopostback property is set right.

Similar Threads

  1. How long before the next version??
    By _CAG in forum .NET
    Replies: 146
    Last Post: 08-12-2002, 10:40 PM
  2. Reseting TreeView Fires Form_Load Event
    By Peter in forum VB Classic
    Replies: 2
    Last Post: 06-25-2002, 05:10 PM
  3. Re: App Object (fixes)
    By Rob Teixeira in forum .NET
    Replies: 129
    Last Post: 06-06-2002, 05:23 AM
  4. Replies: 0
    Last Post: 02-12-2001, 06:28 PM
  5. Com+ Event Again
    By Arger in forum VB Classic
    Replies: 0
    Last Post: 09-29-2000, 02:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links