User Profile

Collapse

Profile Sidebar

Collapse
aqua62
aqua62
Last Activity: Oct 10 '08, 07:16 AM
Joined: Oct 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dropdownlist selectedIndexchanged event not firing with only 1 item

    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
    See more | Go to post

  • aqua62
    started a topic messagebox for validation onrowupdating in gridview
    in .NET

    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")
    ...
    See more | Go to post
    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
Working...