Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development | Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
Author | Forum: PowerWEB LiveControls for ASP.NET Topic: live drop down list selected index changed event |
bhupinder From: Nuernberg, Germany Posts: 14 Member Since: 06/22/06 |
posted March 14, 2007 8:20 AM Hello, I have a small problem with livedropdown list. The selectedindex changed event is not being fired for the following code. It gets fired once. I tried to test the code and deleted the whole code except for the first line, the event got fired correctly in that case. Dim i As Integer = CInt(ddlText.SelectedValue) Dim strText As String = "" Dim strSubject As String = "" Select Case i Case 1 strSubject = Resources.WaslosLan.wl_FriendsInvite_ddlSubjectVorschlag1 strText = Resources.WaslosLan.wl_FriendsInvite_ddlTextVorschlag1 Case 2 strSubject = Resources.WaslosLan.wl_FriendsInvite_ddlSubjectVorschlag2 strText = Resources.WaslosLan.wl_FriendsInvite_ddlTextVorschlag2 Case 3 strSubject = Resources.WaslosLan.wl_FriendsInvite_ddlSubjectVorschlag3 strText = Resources.WaslosLan.wl_FriendsInvite_ddlTextVorschlag3 End Select Thanks. |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted March 14, 2007 11:34 AM Hi, If you place the event handler code in a try...catch block, is an exception raised? Thanks, -ken |
bhupinder From: Nuernberg, Germany Posts: 14 Member Since: 06/22/06 |
posted March 14, 2007 11:38 AM hi, No exceptions are raised, when I use this code and try to debug , it goes to the event handler the first time but after that it never reaches eventhandler in the code. |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted March 14, 2007 1:11 PM Hi, Ok, then please put together a very simple demonstrative webform and send it zipped to support@dart.com. Please make sure the demo is as streamlined as possible, so that it only includes what is absolutely necessary to reproduce the problem. Please reference this thread in your email. Thanks, -ken |
giovanni.gomez ggomez@alum.syracuse.edu From: Orlando, FL USA Posts: 52 Member Since: 07/06/05 |
posted April 20, 2007 1:41 PM Was this resolved? I'm having a similar issue. |
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
This site is powered by
![]() |