Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > dropdownlist with autopostback set to true does not fire. Please help.

Reply
Thread Tools

dropdownlist with autopostback set to true does not fire. Please help.

 
 
Carlos
Guest
Posts: n/a
 
      04-20-2007
The control does not react when selecting items in the drop down.
Autopostback is set to true. Thanks in advance.

Carlos


 
Reply With Quote
 
 
 
 
showhertheohface@yahoo.com
Guest
Posts: n/a
 
      04-20-2007
Do you have code similar to this in your InitializeComponent()?
Are you using 2003 or 2005?

private void InitializeComponent()
{
this.rblChoice.SelectedIndexChanged += new System.EventHandler
(this.rblChoice_SelectedIndexChanged);

}


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[False,True] and [True,True] --> [True, True]????? bdb112 Python 45 04-29-2009 02:35 AM
Error on page 'Invalid character' once click dropdownlist with AutoPostBack=true harmeer@gmail.com ASP .Net 0 07-24-2007 08:09 AM
why some controls must set autopostback property to be true?? Matthew Louden ASP .Net 8 11-19-2003 12:06 AM
why some controls must set autopostback property to be true?? Matthew Louden ASP .Net 1 11-18-2003 02:16 AM
Re: why radio button needs to set AutoPostBack property=True?? David Wier ASP .Net 0 08-27-2003 05:15 PM



Advertisments