all the dropdownlist in my form are of cascading type, where result of previous determines the data to be filled in the next .
The problem is that if there is only 1 item in the dropdownlist then the selectedIndexch anged event does not fire.Plz reply fast
User Profile
Collapse
-
dropdownlist selectedIndexchanged event not firing with only 1 item
-
messagebox for validation onrowupdating in gridview
...Code:Protected Sub GridView1_RowUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles GridView1.RowUpdating ' ''Dim role1 As String ' ''role1 = e.NewValues(0).ToString 'string myLastName = e.NewValues[1].ToString(); ' Dim tb As TextBox = GridView1.Rows.Item(e.RowIndex).FindControl("txt_role")Last edited by DrBunchman; Oct 6 '08, 03:02 PM. Reason: Added [Code] Tags - Please use the '#' button
No activity results to display
Show More