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
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_20986377.htm...
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 ...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21343851.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21485530.html
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"...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21517701.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21523565.htm...
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....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22116341.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22770703.htm...
After the event CheckBoxList_SelectedIndexChanged fired how i will get the value of particular index on which it fired?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22943883.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21788709.html
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?
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20458437.html
Zones:
.NETDate Answered: 01/16/2003 Grade: B Views: 0