Hi all,
Yes i am the one with all the States problems and i still have not managed to get rid of them!!
Can someone just explain something to me as i dont understand what is happening, i have a user control, which just for peace of mind i have set at runtime, i mean i have set the tag prefix etc and physically placed it on the page, still i have my viewState problems which i really do not understand!! but what my main problem is my events are not firing up???
on this user control i have two dropdown lists the first one has an onSelectedItemChanged event which fires up, and populates the second combo, i have this working now, but i still require a round trip to the server(as my state is not maintained) which is something i will have to address. But i also have a onSelectedItemChanged event in my second drop down, which doesnt work, and i dont know why it doesnt work!?? i did also populate the second drop down on page_init event(within my user control) and then the event fires up, but that is wrong as that means i cant dynamically populate the dropdownlist!???
Can anyone help me, i have had the worst couple of days for a long time!!
Rob
Yes i am the one with all the States problems and i still have not managed to get rid of them!!
Can someone just explain something to me as i dont understand what is happening, i have a user control, which just for peace of mind i have set at runtime, i mean i have set the tag prefix etc and physically placed it on the page, still i have my viewState problems which i really do not understand!! but what my main problem is my events are not firing up???
on this user control i have two dropdown lists the first one has an onSelectedItemChanged event which fires up, and populates the second combo, i have this working now, but i still require a round trip to the server(as my state is not maintained) which is something i will have to address. But i also have a onSelectedItemChanged event in my second drop down, which doesnt work, and i dont know why it doesnt work!?? i did also populate the second drop down on page_init event(within my user control) and then the event fires up, but that is wrong as that means i cant dynamically populate the dropdownlist!???
Can anyone help me, i have had the worst couple of days for a long time!!
Rob