Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
QuestionUpdate the UI? Pin
Luis Alonso Ramos19-Jul-05 10:34
Luis Alonso Ramos19-Jul-05 10:34 
AnswerRe: Update the UI? Pin
KaptinKrunch19-Jul-05 13:01
KaptinKrunch19-Jul-05 13:01 
GeneralRe: Update the UI? Pin
Luis Alonso Ramos19-Jul-05 14:57
Luis Alonso Ramos19-Jul-05 14:57 
AnswerRe: Update the UI? Pin
Nick Parker19-Jul-05 15:29
protectorNick Parker19-Jul-05 15:29 
GeneralRe: Update the UI? Pin
Luis Alonso Ramos19-Jul-05 17:31
Luis Alonso Ramos19-Jul-05 17:31 
GeneralRe: Update the UI? Pin
Nick Parker19-Jul-05 18:13
protectorNick Parker19-Jul-05 18:13 
AnswerRe: Update the UI? Pin
S. Senthil Kumar19-Jul-05 19:21
S. Senthil Kumar19-Jul-05 19:21 
GeneralAJAX and Dropdownlists Pin
Wainwrightwt19-Jul-05 10:21
Wainwrightwt19-Jul-05 10:21 
Okay, so I'm just starting to work with AJAX, and I've run into one small problem. I have a .Net dropdownlist control with an "onChange" javascript event and an "OnSelectedIndexChanged" .Net event. When the selection is changed, I am populating another dropdownlist. Everything with AJAX seems to be working. The problem is, the dropdownlist is defaulted to one value. If I select a new value, everything works. But, if I then go back and select the original value, it does not work. The reason is that because I'm not doing an actual "PostBack", the selected value never really changes. So, when I go back to select the original value, .Net does not fire the "OnSelectedIndexChanged" event. Does this make sense? If so, does anybody know how I can fix this? Or something I could try? I've been racking my brain for hours to no avail. I can post code, but I'm pretty sure that won't make much of a difference. Thanks for any help.


Ex.

DEFAULT: LISTBOX1: A LISTBOX2: A, B, C, D
CHANGE : LISTBOX1: B LISTBOX2: E, F, G, H
CHANGE : LISTBOX1: A LISTBOX2: E, F, G, H (because .Net event didn't fire)
GeneralRe: AJAX and Dropdownlists Pin
Nick Parker19-Jul-05 15:30
protectorNick Parker19-Jul-05 15:30 
GeneralDisplay Full Row from Dataset Pin
zaboboa19-Jul-05 10:03
zaboboa19-Jul-05 10:03 
GeneralRe: Display Full Row from Dataset Pin
Luis Alonso Ramos19-Jul-05 10:38
Luis Alonso Ramos19-Jul-05 10:38 
GeneralPlease Help urgently.. Pin
Tapan Pathak19-Jul-05 9:46
Tapan Pathak19-Jul-05 9:46 
General.NET Patching Pin
ipmcc12319-Jul-05 9:13
ipmcc12319-Jul-05 9:13 
GeneralRe: .NET Patching Pin
Christian Graus19-Jul-05 10:52
protectorChristian Graus19-Jul-05 10:52 
GeneralDuplicating rows in dataset Pin
zaboboa19-Jul-05 8:14
zaboboa19-Jul-05 8:14 
GeneralRe: Duplicating rows in dataset Pin
Not Active19-Jul-05 8:53
mentorNot Active19-Jul-05 8:53 
GeneralPlease Help Me- Singleton problem Pin
Kraazykoder19-Jul-05 7:25
Kraazykoder19-Jul-05 7:25 
GeneralRe: Please Help Me- Singleton problem Pin
Mark Greenwood19-Jul-05 18:57
Mark Greenwood19-Jul-05 18:57 
GeneralRe: Please Help Me- Singleton problem Pin
S. Senthil Kumar19-Jul-05 19:27
S. Senthil Kumar19-Jul-05 19:27 
GeneralMicrosoft's Timezone Control Pin
korondy19-Jul-05 6:17
korondy19-Jul-05 6:17 
GeneralRe: Microsoft's Timezone Control Pin
Sean Michael Murphy19-Jul-05 11:01
Sean Michael Murphy19-Jul-05 11:01 
GeneralRe: Microsoft's Timezone Control Pin
korondy19-Jul-05 11:21
korondy19-Jul-05 11:21 
GeneralRe: Microsoft's Timezone Control Pin
Sean Michael Murphy19-Jul-05 11:39
Sean Michael Murphy19-Jul-05 11:39 
GeneralDynamically create COM objects in C# Pin
raymondlee19-Jul-05 6:12
raymondlee19-Jul-05 6:12 
GeneralVisual inheritance problem Pin
Member 164882919-Jul-05 5:35
Member 164882919-Jul-05 5:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.