|
From: Roman P. <ro...@ro...> - 2006-05-03 17:03:35
|
Hello=20 I have a search customcontrol with two Anthem.DropdownLists.=20 The functions a very basic, DropdownLists 1 fires an = SelectedIndexChanged event and DropdownLists 2 will be updatet.=20 I have this customcontrol on two pages, and now on one of the=20 page the SelectedIndexChanged returns not the script do fill the=20 DropdownLists 2 it's a response with only the header.=20 The code on asp.net site is ok the Data for the DropdownLists on the two = places are the same.=20 After some debugging all the way trough Anthem Manager look all fine=20 also the MemoryStream buffer is ok but is nothing coming back then the = Close()=20 from the filter never will called=20 =20 public override void Close()=20 {=20 base.Close();=20 _manager.WriteResult(_next, _buffer);=20 _next.Close();=20 }=20 Thanks in advance.=20 Roman |