Ronak Member Joined Jan 13, 2006 Messages 11 Programming Experience 1-3 Apr 27, 2006 #1 Hello, How can I use javascript in OnSelectedIndexChanged Event.. I tried lots but it gives me error Thanks
Hello, How can I use javascript in OnSelectedIndexChanged Event.. I tried lots but it gives me error Thanks
ManicCW Well-known member Joined Jul 21, 2005 Messages 428 Location Mostar Programming Experience Beginner Apr 27, 2006 #2 i belive that you are talking about dropdownlist. just set client onChange event like: VB.NET: <asp:DropDownList id="YourList" runat="Server" onChange="MyJavaFunction();" /> just put function in head of the page. Upvote 0 Downvote
i belive that you are talking about dropdownlist. just set client onChange event like: VB.NET: <asp:DropDownList id="YourList" runat="Server" onChange="MyJavaFunction();" /> just put function in head of the page.
Ronak Member Joined Jan 13, 2006 Messages 11 Programming Experience 1-3 Apr 28, 2006 #3 Hello, But there is no attribute named on 'onChange'. 'OnSelectedIndexChanged' is there. What to do? Thanks for repley.... Upvote 0 Downvote
Hello, But there is no attribute named on 'onChange'. 'OnSelectedIndexChanged' is there. What to do? Thanks for repley....
ManicCW Well-known member Joined Jul 21, 2005 Messages 428 Location Mostar Programming Experience Beginner Apr 28, 2006 #4 sure there is just put it there Upvote 0 Downvote