-
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() }
-
Have u turned the autopostback property to true?
Regards,
Nitin
-
Yes
All other comboboxes fires except one in the same page. So, I hope that the autopostback property is set right.
Similar Threads
-
Replies: 146
Last Post: 08-12-2002, 10:40 PM
-
By Peter in forum VB Classic
Replies: 2
Last Post: 06-25-2002, 05:10 PM
-
By Rob Teixeira in forum .NET
Replies: 129
Last Post: 06-06-2002, 05:23 AM
-
Replies: 0
Last Post: 02-12-2001, 06:28 PM
-
By Arger in forum VB Classic
Replies: 0
Last Post: 09-29-2000, 02:46 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks