Advertisement

1 - 10 of 132 containing alltags:("selectedindexchanged") (0 seconds)
Hi, How do I stop this event from ocurring on form load? In VB.NET it seems to fire it by default. thanks in advance, KS
Zones: MS Visual BasicDate Answered: 05/12/2004 Grade: A Views: 0
I am new to ASP.NET and VB.NET. The user inputs a number in a textbox.  This number is then used to generate dynamically that number of rows in a table.  In each row in the table I am placing a ...
Zones: Web DevelopmentDate Answered: 03/14/2005 Grade: A Views: 0
my background is from vb and kinda confuse me a lot when it comes to even.handels my questions is: in vb.net when you double click any control the vb.net creates for you the event handler for an...
Zones: C#Date Answered: 07/09/2005 Grade: A Views: 0
I am trying to use a the selectedindexchange on a dropdownlist, but can not get it to work. below is the code i am using             <asp:DropDownList id="drpProject" runat="server" AutoPostBack="True"...
Zones: C#Date Answered: 08/05/2005 Grade: A Views: 43
I would like to call Private Sub KeyListBox_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles KeyListBox.SelectedIndexChanged from within addMenuItem_Click(ByVal sen...
Zones: MS Visual BasicDate Answered: 08/12/2005 Grade: A Views: 0
Hi, I have a form that has a drop down list which is loaded when the page is loaded. The rest of the text boxes on the page are automatically filled depending on the value in the drop down list....
Zones: MS Visual BasicDate Answered: 01/10/2007 Grade: A Views: 0
I have created a class which has a method that accepts a dropdownlist as a parameter. Public Sub FillOffices(ByRef OfficesDropDownList as DropDownList) How can I raise the SelectedIndexChange...
Zones: MS Visual BasicDate Answered: 08/21/2007 Grade: A Views: 0
After the event CheckBoxList_SelectedIndexChanged fired how i will get the value of particular index on which it  fired?
Zones: ASP.Net ProgrammingDate Answered: 02/20/2008 Grade: A Views: 81
When I set up my GUI screens, I set all my combo boxes to blank value, using .SelectedIndex = -1.  Unfortunately, because of a .NET bug, this command must be done twice.  The first time, the Sele...
Zones: C#Date Answered: 03/28/2006 Grade: A Views: 0
I have a ddl in my datagrid.  I am trying to capture the selectedindexchanged event for the ddl.  Any suggestions?
Zones: .NETDate Answered: 01/16/2003 Grade: B Views: 0