2008-08-08 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web.Extensions / System.Web.UI / ChangeLog
1 2008-08-08  Marek Habersack  <mhabersack@novell.com>
2
3         * UpdatePanel.cs: do not check whether a panel whose children are
4         to be rendered has been marked for update in the async postback
5         mode. It prevents complex scenarios where there is one superior
6         update panel which owns an inferior one, and only the superior one
7         has Update called on it.
8
9 2008-06-05  Marek Habersack  <mhabersack@novell.com>
10
11         * ScriptManager.cs: do not throw NREX when there are no profile or
12         authentication service sections in the config files.
13
14 2008-05-15  Marek Habersack  <mhabersack@novell.com>
15
16         * AsyncPostBackTrigger.cs: don't thrown an exception if EventName
17         is null or empty and there is no DefaultEventAttribute attached to
18         the control.
19
20 2008-05-14  Marek Habersack  <mhabersack@novell.com>
21
22         * ScriptComponentDescriptor.cs: do not add the same
23         entry twice to a dictionary.
24