ChangeLog 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770
  1. 2004-01-21 Martin Baulig <[email protected]>
  2. * XmlHierarchyData.cs: Make this compile with csc.
  3. * BulletedList.cs (BulletedList.SelectedItem): Removed the `set'
  4. accessor since the base class doesn't have one.
  5. 2004-01-18 Alon Gazit <[email protected]>
  6. * CheckBoxList.cs: fix problem with negative TabIndex (wasn't rendered).
  7. 2004-01-18 Alon Gazit <[email protected]>
  8. * Style.cs: CopyFrom method shouldn't copy a value that is equal to Property default value.
  9. * FontInfo.cs : CopyFrom method shouldn't copy a value that is equal to Property default value.
  10. 2004-01-15 Alon Gazit <[email protected]>
  11. * RadioButtonList.cs: RepeatLayout property should affect the rendered html.
  12. 2004-01-15 Alon Gazit <[email protected]>
  13. * FontInfo.cs: Add validation check to Size property.
  14. 2004-01-07 Alon Gazit <[email protected]>
  15. * DataGrid.cs: Fixed PrepareControlHierarchyForItem().
  16. merge the column's style to the cell's style and not to
  17. the item's(row) style.
  18. 2004-01-04 Alon Gazit <[email protected]>
  19. * RangeValidator.cs: Fixed ControlPropertiesValid().
  20. 2004-01-03 Gonzalo Paniagua Javier <[email protected]>
  21. * Xml.cs: mono-stylized and removed warnings.
  22. 2004-1-1 Alon Gazit <[email protected]>
  23. * RadioButtonList.cs: update RenderItem() so that each RadioButton
  24. is enabled or disabled like the RadioButtonList.
  25. * CheckBoxList.cs: update RenderItem() so that each CheckBox
  26. is enabled or disabled like the CheckBoxList.
  27. 2004-1-1 Alon Gazit <[email protected]>
  28. * DataGrid.cs: Fixed PrepareControlHierarchyForItem().
  29. The Header or Footer Style shouldn't merge with the cells Style.
  30. 2004-1-1 Alon Gazit <[email protected]>
  31. * DataGridColumn.cs: Headers and Footers are initialized
  32. with the relevant Style object.
  33. 2003-12-30 Alon Gazit <[email protected]>
  34. * RepeatInfo.cs: Fixed DoVerticalRendering () and
  35. DoHorizontalRendering().
  36. Current implementation produces few extra html tags.
  37. 2003-12-29 Alon Gazit <[email protected]>
  38. * CheckBox.cs: change the implementation of LoadPostData.
  39. Currently, while the AutoPostBack property equals true ,
  40. it isn't possible to perform uncheck.
  41. 2003-12-19 Jackson Harper <[email protected]>
  42. * TableCell.cs: Setting a cells text should clear its control
  43. collection as per la specification. This fixes bug #51825.
  44. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  45. * DataGridColumn.cs: stylized LoadViewState.
  46. * DataGridColumnCollection.cs: when TrackViewState is called, also
  47. call it on all the existing columns. Fixes bug #52334.
  48. 2003-12-18 Alon Gazit <[email protected]>
  49. * DataGridPagerStyle.cs: merge DataGridPagerStyle properties when Style
  50. is empty.
  51. 2003-12-18 Alon Gazit <[email protected]>
  52. * TableStyle.cs: merge TableStyle properties when Style is empty.
  53. 2003-12-16 Alon Gazit <[email protected]>
  54. * HyperLink.cs: Change Text property implementation. in MS when the Text
  55. property is set, all the controls in the HyperLink are being deleted.
  56. This fixes bug #52239.
  57. 2003-12-15 Alon Gazit <[email protected]>
  58. * RepeatInfo.cs: Fixed DoVerticalRendering () and
  59. DoHorizontalRendering().
  60. Both methods add additional empty table row in the head of each item
  61. table when the variable named isTable equals true (happenes with the
  62. default instantiation of RepeatInfo). These additional rows should be
  63. added when isTable equals false.
  64. This fixes bug #52225.
  65. 2003-12-15 Alon Gazit <[email protected]>
  66. * RepeatInfo.cs: Fixed DoVerticalRendering() and
  67. DoHorizontalRendering().
  68. Both methods add to rendered Header a colspan attribute according to the
  69. rows count. after the change the colspan is added according to the
  70. columns count.
  71. 2003-12-15 Alon Gazit <[email protected]>
  72. * CheckBox.cs: Disabled CheckBox does not produce same HTML as .NET.
  73. In .NET if the checkbox is disabled ,its text appears disabled too.
  74. In Mono the text appears enabled. the fix is in Render().
  75. This fixes bug #52180.
  76. 2003-12-15 Alon Gazit <[email protected]>
  77. * Repeater.cs: Change the implementation of CreateControlHierarchy().
  78. The current implementation renders extra Header and footer
  79. without Repeater.DataSource assign.
  80. This fixes bug #52179.
  81. 2003-12-15 Alon Gazit <[email protected]>
  82. * DataGrid.cs: Change the implementation of the property
  83. BackImageUrl. The current implementation has no influence
  84. on the rendered Html.
  85. 2003-12-15 Alon Gazit <[email protected]>
  86. * WebControl.cs: Change the implementation of the property
  87. Enabled. Before the change the WebControl also looked at
  88. parent.Enabled . fixed bug #52171.
  89. 2003-12-11 Jackson Harper <[email protected]>
  90. * RepeatInfo.cs: When rendering vertically figure out how many
  91. colmns are not going to be filled in in the last row, and adjust
  92. things accordingly. This fixes bug #51863.
  93. 2003-12-10 Alon Gazit <[email protected]>
  94. * TableRow.cs: Change the implementation of the properties
  95. HorizontalAlign and VerticalAlign. The current implementation
  96. has no influence on the rendered Html.
  97. 2003-12-10 Alon Gazit <[email protected]>
  98. * TableItemStyle.cs: Add setting of The WRAP flag in the Wrap
  99. property's set method.
  100. 2003-12-09 Jackson Harper <[email protected]>
  101. * PagedDataSource.cs (PrivateICollectionEnumerator.MoveNext):
  102. Increment counter when moving to start. Fixes bug #51926.
  103. 2003-12-08 Jackson Harper <[email protected]>
  104. * HyperLinkColumn.cs: Fix navigate url rendering. Patch by
  105. Benjamin Jemlich. Fixes bug #51823.
  106. 2003-12-07 Alon Gazit <[email protected]>
  107. * Panel.cs: Panel doesn't render nowrap attribute while the Wrap
  108. property is set to false. Fixes bug #58120.
  109. 2003-12-04 Gonzalo Paniagua Javier <[email protected]>
  110. * TableItemStyle.cs: merge TableItemStyle properties when Style is
  111. empty. Fixes bug #51689. Patch by Alon Gazit <[email protected]>.
  112. 2003-12-03 Gonzalo Paniagua Javier <[email protected]>
  113. * RadioButtonList.cs: render tabindex attribute if needed. Fixes bug
  114. #51648.
  115. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  116. * WebControl.cs: don't create the attributes when GetAttribute is
  117. called.
  118. 2003-12-01 Jackson Harper <[email protected]>
  119. * WebControl.cs: Only allow access keys to be null or a single
  120. char. Patch by Alon Gazit <[email protected]>.
  121. 2003-11-30 Jackson Harper <[email protected]>
  122. * CheckBoxList.cs: A checkbox will have null post data if it is
  123. unselected. This fixes bug #51516.
  124. 2003-11-29 Jackson Harper <[email protected]>
  125. * DataGrid.cs: Display paging controls even when there is no
  126. data. Path by Mohammad DAMT. Fixes bug #51487.
  127. 2003-11-29 Jackson Harper <[email protected]>
  128. * DataGrid.cs: Call TrackViewState when loading bound columns view
  129. state. So that their state is saved. This fixes bug #51424. Also
  130. set ReadOnly.
  131. 2003-11-26 Jackson Harper <[email protected]>
  132. * BaseDataList.cs: Change && to || We will call that a typo so no
  133. one gets embarrased.
  134. 2003-11-24 Gonzalo Paniagua Javier <[email protected]>
  135. * BaseDataList.cs: allow setting null as Datasource.
  136. * DataGrid.cs: keep autogenerated columns in the ViewState.
  137. Patches by Alon Gazit <[email protected]>.
  138. 2003-11-22 Ben Maurer <[email protected]>
  139. * SqlDataSource*: Implement almost everything. Data access is
  140. still missing.
  141. 2003-11-22 Ben Maurer <[email protected]>
  142. * Calendar.cs (SaveViewState):
  143. - We were allocating a 11 item array, we only used 10 items,
  144. so only allocate 10.
  145. - We only need to save the selected dates if there are any.
  146. * DataGrid.cs (SaveViewState):
  147. * DataGridColumn.cs (SaveViewState):
  148. * DataGridColumnCollection.cs (SaveViewState):
  149. - Only return the array if there is anything in it
  150. * Style.cs (SaveViewState):
  151. - Only save the bits if there were changes.
  152. * WebControl.cs (SaveViewState), (LoadViewState):
  153. - Don't save Enabled into the viewstate here, we already
  154. do it in the property. This just caused *EVERY* control
  155. to have a non-null state, taking up lots of extra room
  156. in the ViewState.
  157. - The style will always be created with this control's
  158. viewstate, so the style will always return null for the
  159. viewstate. As such, we do not need to store it. We can
  160. also reduce the triplet to a pair because of this.
  161. 2003-11-22 Jackson Harper <[email protected]>
  162. * ValidationSummary.cs: Fix number of messages and message array computation.
  163. 2003-11-21 Andreas Nahr <[email protected]>
  164. * Xml.cs: Corrected attribute
  165. * XmlBuilder.cs: Added
  166. 2003-11-21 Gonzalo Paniagua Javier <[email protected]>
  167. * Xml.cs: class status based fixes.
  168. 2003-11-19 Jackson Harper <[email protected]>
  169. * HyperLink.cs: Use ResolveUrl instead of ResolveBaseUrl.
  170. 2003-11-19 Jackson Harper <[email protected]>
  171. * HyperLink.cs: Use ResolveBaseUrl so that ~/ is interpreted as
  172. teh applications base directory. This fixes bug #51092.
  173. 2003-11-18 Todd Berman <[email protected]>
  174. * ControlParameter.cs:
  175. * CookieParameter.cs:
  176. * FormParameter.cs:
  177. * QueryStringParameter.cs:
  178. * SessionParameter.cs: added public .ctor ()
  179. * Parameter.cs: added public .ctor (), internal SetOwnerCollection
  180. and handling, as well as internal ParameterValue for easy access.
  181. NOTE: ParameterValue doesnt respect TreatEmptyStringAsNull yet.
  182. * ParameterCollection.cs: implementation redux.
  183. 2003-11-18 Todd Berman <[email protected]>
  184. * ParameterCollection.cs: Implemented
  185. * Parameter.cs: Added _owner, SetOwnerCollection and proper handling.
  186. ToString () now matches asp.net
  187. 2003-11-17 Ben Maurer <[email protected]>
  188. * ControlParameter.cs:
  189. * CookieParameter.cs:
  190. * FormParameter.cs:
  191. * Parameter.cs:
  192. * QueryStringParameter.cs: New v2 files. Mostly
  193. implemented, still need a few methods.
  194. 2003-11-16 Gonzalo Paniagua Javier <[email protected]>
  195. * ListItem.cs: prevent nullrefs ni Get/SetAttribute. Thanks to Alon
  196. Gazit <[email protected]>.
  197. 2003-11-13 Gonzalo Paniagua Javier <[email protected]>
  198. * RadioButton.cs: fixed RenderInputTag for negative TabIndex values.
  199. Patch by Alon Gazit <[email protected]>.
  200. 2003-11-09 Ben Maurer <[email protected]>
  201. * DataBoundControl.cs: Implement
  202. * ListControl.cs: inherit from the above.
  203. * Repeater.cs, BaseDataList.cs: should reset whenever we databind.
  204. 2003-11-09 Ben Maurer <[email protected]>
  205. * BaseDataList.cs:
  206. * DataGrid.cs:
  207. * DataList.cs:
  208. * Repeater.cs: add v2 databinding stuff
  209. * XmlDataSource.cs: make it load the xml.
  210. 2003-11-09 Ben Maurer <[email protected]>
  211. * XmlDataSource.cs:
  212. * XmlDataSourceView.cs:
  213. * XmlHierarchicalDataSourceView.cs:
  214. * XmlHierarchicalEnumerable.cs:
  215. * XmlHierarchyData.cs: Implement
  216. 2003-11-08 Ben Maurer <[email protected]>
  217. * SiteMapDataSourceView.cs: Implement.
  218. 2003-11-07 Jackson Harper <[email protected]>
  219. * ImageButton.cs: This is a workaround for bug #49819. It appears
  220. that the .x and .y values are not being posted, and only the x
  221. value is being posted with the ctrl's id as the key.
  222. 2003-11-07 Jackson Harper <[email protected]>
  223. * DataGrid.cs (CreateControlHierarchy): Current page index is
  224. alolowed to equal page count. This prevents an exception being
  225. thrown when both are zero.
  226. 2003-11-06 Jackson Harper <[email protected]>
  227. * ValidationSummary.cs: Add Render method. Patch by Yaron Shkop.
  228. * BaseValidator.cs: Disable base control so the isValid flag is
  229. not reset.
  230. 2003-11-03 Jackson Harper <[email protected]>
  231. * TemplateColumn.cs: Use the same renderer for selected items as
  232. normal items. This fixes bug #49744.
  233. 2003-11-03 Jackson Harper <[email protected]>
  234. * DataList.cs:
  235. * WebControl.cs: Fix argument out of range exceptions on
  236. properties. Patch by Yaron Shkop.
  237. 2003-11-03 Jackson Harper <[email protected]>
  238. * TemplateColumn.cs: If the item is selected but there is no
  239. editItemTemplate use the itemTemplate. This matches MS behvoir.
  240. 2003-11-03 Jackson Harper <[email protected]>
  241. * Repeater.cs: Always set alternating items to the AlternatingItem
  242. type, when instantiating alternating items use the itemTemplate if
  243. the alternatingItem template is null. This matches MS behavoir and
  244. fixes bug #50157.
  245. 2003-11-03 Jackson Harper <[email protected]>
  246. * DataGridPagerStyle.cs: Name of view state attribute is
  247. PagerVisible not Visible. Call owner.OnPagerChanged when the pager
  248. visibility is changed. Patch by Yaron Shkop.
  249. 2003-11-03 Jackson Harper <[email protected]>
  250. * RepeatInfo.cs: When doing horizontal rendering use the repeat
  251. columns as the number of columns in a row. This fixes bug #49016.
  252. 2003-11-03 Jackson Harper <[email protected]>
  253. * PagedDataSource.cs (PageCount): Return page count of 1 if there
  254. paging is disabled. Patch by Yaron Shkop.
  255. * PagedDataSource.cs (CopyTo): Improve. Patch by Yaron Shkop.
  256. * TableStyle.cs (AddAttributesToRender): Render border style
  257. collapse. Patch by Yaron Shkop.
  258. * TableStyle.cs:
  259. * TableItemStyle.cs:
  260. * DataGridPagerStyle.cs: Call base copy and merge even if style is of
  261. the wrong type. Patch by Yaron Shkop.
  262. 2003-11-03 Jackson Harper <[email protected]>
  263. * BoundColumn.cs: Render readonly columns. Patch by Mohammad DAMT.
  264. 2003-11-02 Ben Maurer <[email protected]>
  265. * BulletStyle.cs:
  266. * BulletedListDisplayMode.cs:
  267. * BulletedListEventHandler.cs:
  268. * BulletedList.cs:
  269. * BulletedListEventArgs.cs: V2 controls (yay!)
  270. 2003-10-30 Jackson Harper <[email protected]>
  271. * Repeater.cs: Throw an exception if the datasource is set to
  272. something that does not implement either IListSource or
  273. IEnumerable. This fixes bug #50155.
  274. 2003-10-30 Jackson Harper <[email protected]>
  275. * DataGridPagerStyle.cs: Do not allow page button counts to be set
  276. to less then 1. Patch by Yaron Shkop. This fixes bug #50236.
  277. 2003-10-29 Jackson Harper <[email protected]>
  278. * ButtonColumn.cs: Format string and text to format were
  279. inversed. This fixes bug #50171.
  280. 2003-10-29 Jackson Harper <[email protected]>
  281. * DataGridColumn.cs: If an item style is set apply it to the
  282. cell. This fixes bug #50173.
  283. 2003-10-29 Ben Maurer <[email protected]>
  284. * HyperLinkColumn.cs: Patch by Yaron Shkop. Fixes #50234. Remove
  285. old debugging value.
  286. 2003-10-29 Jackson Harper <[email protected]>
  287. * PagedDataSource.cs:
  288. * DataGrid.cs: Patch by Mohammad DAMT. Do not go past the
  289. end of the last page. Fixes bug #5085.
  290. 2003-10-29 Jackson Harper <[email protected]>
  291. * CheckBox.cs: Do not change the status of a checkbox when there
  292. is no post data. This fixes bug #49091.
  293. * CheckBoxList.cs: Do not change the status of the checkboxes when
  294. there is no post data. This fixes bug #49093.
  295. 2003-10-26 Ben Maurer <[email protected]>
  296. * RadioButton.cs: Patch by Yaron Shkop. Enables disabling a
  297. RadioButton. Fixes #50132
  298. 2003-10-25 Ben Maurer <[email protected]>
  299. * PagedDataSource.cs: Patch by Ivo Haamer. Typo prevented
  300. paging from working. Fixes #48814.
  301. 2003-10-25 Ben Maurer <[email protected]>
  302. * DataGrid.cs: A few typos kept us from viewing datagrids
  303. that were based on customized collections.
  304. 2003-10-24 Ben Maurer <[email protected]>
  305. * DataGridCommandEventArgs.cs: typo, cmdSrc was becoming origionalArgs.
  306. 2003-10-23 Ben Maurer <[email protected]>
  307. * Calendar.cs: render the next month button so that aligns to the
  308. right.
  309. 2003-10-23 Gonzalo Paniagua Javier <[email protected]>
  310. * BaseCompareValidator.cs: splitted Convert. Fixed bug #49927. The fix
  311. was just changing && by || after the first Match.
  312. 2003-10-23 Gonzalo Paniagua Javier <[email protected]>
  313. * Calendar.cs: apply header style in RenderHeader. Fixes bug #49144.
  314. Patch by Yaron Shkop.
  315. 2003-10-22 Gonzalo Paniagua Javier <[email protected]>
  316. * DataGrid.cs: applied patch from Yaron Shkop ([email protected])
  317. that fixes bug #49744. Now the selection doesn't lose its data.
  318. 2003-10-21 Ben Maurer <[email protected]>
  319. * EditCommandColumn.cs: Implement; fix #49736
  320. 2003-10-21 Ben Maurer <[email protected]>
  321. * ButtonColumn.cs: Use the DataGridLinkButton, so that we inherit
  322. the forground color. bug #49738
  323. 2003-10-19 Gonzalo Paniagua Javier <[email protected]>
  324. * Calendar.cs: fixed bug #49727.
  325. 2003-10-18 Ben Maurer <[email protected]>
  326. * TableStyle.cs: fix #49740.
  327. 2003-10-19 Gonzalo Paniagua Javier <[email protected]>
  328. * SelectedDatesCollection.cs: fix by Yaron for bug #49698.
  329. * ValidationSummary.cs: fixes bug #49669.
  330. 2003-10-11 Gonzalo Paniagua Javier <[email protected]>
  331. * Calendar.cs: apply the calendar style to the new Table, not to itself.
  332. Fixes #49406.
  333. * CheckBox.cs: render the hidden fields if AutoPostBack.
  334. * Style.cs: don't render empty width/height. Small improvement in
  335. CopyFrom.
  336. * Table.cs: fixed condition for border width.
  337. * TableStyle.cs:
  338. (CopyFrom): always call the base class to copy other attributes. Fixes
  339. bug #49408. Don't render empty 'rules' attribute.
  340. * WebControl.cs: track viewstate when enabled. Don't overwrite source
  341. control attributes in CopyBaseAttributes.
  342. * ChangeLog: fixed dates.
  343. 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  344. * WebControl.cs : Attributes { get; } - Is Complete.
  345. * ValidationSummary.cs : AddAttributesToRender(HtmlTextWriter)
  346. - Completed.
  347. 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  348. * BaseValidator.cs : DetermineRenderUplevel() - Completed.
  349. : RegisterValidatorCommonScript()
  350. - More code, I need HELP!
  351. : RegisterValidatorDeclaration()
  352. - More code, I need HELP!
  353. 2003-09-29 Gonzalo Paniagua Javier <[email protected]>
  354. * CheckBoxList.cs: don't lose state when enabling/disabling. See bug
  355. #48802.
  356. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  357. * Repeater.cs: fixed bug #48807. It needed to use a DummyDataSource and
  358. ClearViewState only called when no items.
  359. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  360. * RadioButtonList.cs: fix for bug #48874 by Yaron Shkop.
  361. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  362. * RadioButtonList.cs: fix for bug #48870 by Yaron Shkop.
  363. 2003-09-27 Gonzalo Paniagua Javier <[email protected]>
  364. * DataList.cs: fixed bug #48217. Patch by [email protected] (Yaron
  365. Shkop).
  366. 2003-09-27 Gonzalo Paniagua Javier <[email protected]>
  367. * AdRotator.cs: fixes bug #48691. Patch by [email protected] (Yaron
  368. Shkop).
  369. 2003-09-27 Gonzalo Paniagua Javier <[email protected]>
  370. * CheckBox.cs: render the 'disabled' attribute in the correct tag.
  371. * WebControl.cs: fixed Enabled property and save it in ViewState.
  372. Fixes bug #48802.
  373. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  374. * ListControl.cs: fixed bug #48668. Thanks to Yaron Shkop.
  375. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  376. * ListBox.cs: patch by [email protected] (Yaron Shkop) that fixes
  377. bug #48671.
  378. 2003-09-19 Gonzalo Paniagua Javier <[email protected]>
  379. * FontInfo.cs: fixed Name property as suggested by Rich Alimi
  380. <[email protected]>.
  381. 2003-09-14 Gonzalo Paniagua Javier <[email protected]>
  382. * RegularExpressionValidator.cs: fix for EvaluateIsValid by Juraj
  383. Skripsky <[email protected]>
  384. 2003-09-13 Gonzalo Paniagua Javier <[email protected]>
  385. * BaseValidator.cs: patch by Juraj Skripsky ([email protected]) that
  386. fixes rendering of the end tag.
  387. 2003-08-31 Gonzalo Paniagua Javier <[email protected]>
  388. * Repeater.cs: fix for Items property provided by [email protected]
  389. (Yaron Shkop). Closes bug #48060.
  390. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  391. * CheckBox.cs: in LoadPostData, only return
  392. true when the new data is different from the one we had. Fixed
  393. conditions to save Checked state. Thanks to [email protected]
  394. (Yaron Shkop).
  395. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  396. * Style.cs: Font.Strikeout renders as 'line-through'. Fixes bug #47871.
  397. 2003-08-25 Gonzalo Paniagua Javier <[email protected]>
  398. * WebControl.cs: removed dangling ^M and unneeded fields. Keep track
  399. of Enable in ViewState. Fixes bug #47865.
  400. 2003-08-20 Gonzalo Paniagua Javier <[email protected]>
  401. * Style.cs: the MARKED bit is not send set in ViewState unless something
  402. is changed. Fixed TrackViewState condition.
  403. * WebControl.cs: save the base ViewState *after* ControlStyle is done,
  404. because it uses the same ViewState as the control. Fixes bug #47725.
  405. 2003-08-16 Gonzalo Paniagua Javier <[email protected]>
  406. * HyperLinkColumn.cs: patch from David Pickens <[email protected]>
  407. that fixes databinding when only DataTextField or DataNavigateUrlField
  408. is set.
  409. 2003-08-14 Gonzalo Paniagua Javier <[email protected]>
  410. * ListControl.cs: patch sent by Yaacov Akiba Slama <[email protected]> on
  411. behalf of Yaron Shkop <[email protected]> that fixes selection of
  412. values before assigning a data source and other issues.
  413. 2003-08-11 Gonzalo Paniagua Javier <[email protected]>
  414. * CheckBox.cs: save viewstate when needed and correctly handle post
  415. data. Fixes bug #47462.
  416. 2003-08-01 Andreas Nahr <[email protected]>
  417. * ButtonColumn.cs: Removed additional attributes
  418. * CheckBox.cs: Added attribute
  419. * DataGrid.cs: Added attributes
  420. * HyperLinkColumn.cs: Changed attributes, added lamespec
  421. * Style.cs: Removed attributes
  422. * TextBox.cs: Added/ removed attributes
  423. 2003-08-01 Andreas Nahr <[email protected]>
  424. * AdRotator.cs: Added all attributes
  425. * BaseDataList.cs: Added all attributes, added lamespec, removed additional attributes
  426. * BaseValidator.cs: Added all attributes
  427. * BoundColumn.cs: Added all attributes
  428. * Button.cs: Added all attributes
  429. * ButtonColumn.cs: Added all attributes, added lamespec
  430. * Calendar.cs: Added all attributes, added error checks, throws more exceptions
  431. * CheckBox.cs: Added all attributes
  432. * CheckBoxList.cs: Added all attributes
  433. * CompareValidator.cs: Added all attributes
  434. * CustomValidator.cs: Added all attributes
  435. * DataGrid.cs: Added all attributes, more verbose exceptions, fixed signature, removed additional attributes
  436. * DataGridColumn.cs: Added all attributes
  437. * DataGridColumnCollection.cs: Added all attributes
  438. * DataGridPagerStyle.cs: Added all attributes
  439. * DataGridTableInternal.cs: Made DataGridTableInternal internal
  440. * DataList.cs: Added all attributes, more verbose exceptions, removed non-existing member
  441. * DropDownList.cs: Added all attributes
  442. * FontInfo.cs: Added all attributes
  443. * HyperLink.cs: Added all attributes
  444. * HyperLinkColumn.cs: Added all attributes
  445. * Image.cs: Added all attributes
  446. * ImageButton.cs: Added all attributes
  447. * Label.cs: Added all attributes
  448. * LinkButton.cs: Added all attributes
  449. * ListBox.cs: Added all attributes, added error checks, throws more exceptions
  450. * ListControl.cs: Added all attributes
  451. * ListItem.cs: Added all attributes
  452. * ListItemCollection.cs: Added attribute
  453. * Literal.cs: Added all attributes
  454. * Panel.cs: Added all attributes
  455. * RadioButton.cs: Added all attributes
  456. * RadioButtonList.cs: Added all attributes, added error checks, throws more exceptions
  457. * RangeValidator.cs: Added all attributes
  458. * RegularExpressionValidator.cs: Added all attributes
  459. * Repeater.cs: Added all attributes
  460. 2003-07-30 Andreas Nahr <[email protected]>
  461. * RequiredFieldValidator.cs: Added all attributes
  462. * Style.cs: Added all attributes
  463. * Table.cs: Added all attributes
  464. * TableCell.cs: Added all attributes, added error checks, throws more exceptions
  465. * TableCellCollection.cs: Added attribute
  466. * TableRow.cs: Added all attributes
  467. * TableRowCollection: Added attribute
  468. * TableStyle.cs: Added all attributes, improved error messages
  469. * TemplateColumn.cs: Added all attributes
  470. * TextBox.cs: Added all attributes, added error checks, throws more exceptions
  471. * ValidationSummary.cs: Added all attributes
  472. * WebControl.cs: Added all attributes
  473. * Xml.cs: Added all attributes
  474. 2003-07-30 Gonzalo Paniagua Javier <[email protected]>
  475. * DataGrid.cs: fixed signature of ItemCreated and PageIndexChanged.
  476. * DataList.cs: fixed signature of ItemCreated and ItemDataBound.
  477. 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
  478. * CheckBoxList.cs: fixes bug reported on the list about the state of
  479. the CheckButtons not being preserved across posts.
  480. 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
  481. * ListControl.cs: added SelectedValue property (1.1). Closes 46412.
  482. 2003-06-30 Gonzalo Paniagua Javier <[email protected]>
  483. * AdRotator.cs: fixed bug #44271 and a few others bugs. Mono-stylized.
  484. 2003-06-26 Gonzalo Paniagua Javier <[email protected]>
  485. * ListControl.cs: save viewstate data when any of the 3 values is not
  486. null. Fixed condition to save selection indices. Closes bug #45493.
  487. 2003-06-20 Gonzalo Paniagua Javier <[email protected]>
  488. * DataGrid.cs: fixed bug #43823.
  489. 2003-05-29 Gonzalo Paniagua Javier <[email protected]>
  490. * DataGrid.cs: fixed delegate type for SortCommand.
  491. 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
  492. * DataGridColumnCollection.cs: added missing return in RemoveAt.
  493. 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
  494. * DataGridColumnCollection.cs: fixed LoadViewState for the columns.
  495. Don't save ViewState is the number of columns is 0.
  496. 2003-05-02 Gonzalo Paniagua Javier <[email protected]>
  497. * DataGrid.cs: get the right item Type for the property we're reading
  498. fromt the data source.
  499. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  500. * Label.cs:
  501. * TextBox.cs: added control builder attribute.
  502. 2003-03-29 Gonzalo Paniagua Javier <[email protected]>
  503. * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound.
  504. 2003-03-17 George Kodinov <[email protected]>
  505. * Unit.cs: Called the correct method to get the Numeric locale for the
  506. double conversion
  507. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  508. * ButtonColumn.cs: fixed a couple of infinite loop problems and render
  509. correctly the header of the column.
  510. * DataGridTableInternal.cs: don't assign a default ID to this control.
  511. * LinkButton.cs: raise bubble event in OnCommand.
  512. * TableCellCollection.cs: fixed the index returned by Add.
  513. * TableRowCollection.cs: ditto.
  514. 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
  515. * Xml.cs: don't call MapPathSecure when setting DocumentSource.
  516. 2003-02-05 Gonzalo Paniagua Javier <[email protected]>
  517. * RangeValidator.cs: fixed bug #37577. Thanks to Stephane Tombeur
  518. for reporting the bug and providing the fix.
  519. 2003-01-26 Gonzalo Paniagua Javier <[email protected]>
  520. * DataGrid.cs: AutoGenerateColumns defaults to true. Fixed
  521. CreateColumnSet. Set the owner of the column when auto generated.
  522. In PrepareControlHierarchyForItem, fixed for loop bound.
  523. * LinkButtonInternal.cs: fixed infinite recursion bug.
  524. Fixes bug #37124.
  525. 2003-01-22 Zdravko Tashev <[email protected]>
  526. * Xml.cs: a few fixes.
  527. 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
  528. * DataList.cs: handle the exception when adding new keys to
  529. DataKeysArray.
  530. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  531. * BaseDataList.cs: what can I say for this one? I spent so many time
  532. until I finally found this that I'm gonna miss this f....g bug... ;-).
  533. Farewell. Now we can get events from image buttons inside Data*.
  534. * DataList.cs: now the value stored in ViewState for item count is
  535. correct.
  536. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  537. * DataGrid.cs: default value for ShowHeaders is true. Fixed style for
  538. Header and Footer.
  539. * DataGridColumn.cs: added SetOwner method.
  540. * DataGridColumnCollection.cs: set the owner of the column when added.
  541. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  542. * BoundColumn.cs: typo.
  543. * DataGrid.cs: use 'as' instead of casting. Typo.
  544. * HyperLinkColumn.cs: call OnColumnChanged when any property change.
  545. Mono-stylized.
  546. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  547. * HyperLink.cs: fixes bug #36336.
  548. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  549. * DataList.cs: fixed IRepeatInfoUser.GetItemStyle.
  550. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  551. * BaseValidator.cs: return an empty string in GetControlValidationValue
  552. when GetValue returned null.
  553. * CompareValidator.cs: fixed EvaluateIsValid.
  554. * RegularExpressionValidator.cs: fixed EvaluateIsValid.
  555. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  556. * Xml.cs: use MapPathSecure to get the path of the document.
  557. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  558. * DataList.cs: fixed header & footer.
  559. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  560. * DataList.cs: for header and footer don't use data source.
  561. Instantiate in the DataListItem, not in the DataList.
  562. databind-template.aspx works now.
  563. 2002-11-21 Gonzalo Paniagua Javier <[email protected]>
  564. * BaseDataList.cs:
  565. (Render): call RenderContents (), not base.RenderContents ().
  566. * DataList.cs: style.
  567. But I still haven't found what i'm looking for....
  568. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  569. * Calendar.cs: fixed loading/saving selected dates.
  570. * SelectedDatesCollection.cs: added internal function to get the
  571. underlying ArrayList.
  572. Calendar navigation works again. Selecting dates too.
  573. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  574. * DataList.cs: added a few attributes and fixed infinite recursion.
  575. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  576. * ListItemCollection.cs: fixed LoadViewState.
  577. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  578. * TableItemStyle.cs: TypeDescriptor.GetConverter seems to fail.
  579. Commented out some code until it works.
  580. 2002-10-29 Gaurav Vaish <[email protected]>
  581. * BaseCompareValidator.cs - Fixed operator bug in
  582. Compare(string, string, ...)
  583. * CompareValidator.cs - EvaluateIsValid() : Implemented.
  584. 2002-10-28 Gaurav Vaish <[email protected]>
  585. * BoundColumn.cs - InitializeCell(TableCell, int, ListItemType)
  586. : Implemented.
  587. - All Properties : Now make use of ViewState.
  588. 2002-10-28 Gaurav Vaish <[email protected]>
  589. * BaseValidator.cs - Uncomment NotImplementedException.
  590. 2002-10-28 Gaurav Vaish <[email protected]>
  591. * BaseValidator.cs - Minor changes in TODO comments.
  592. 2002-10-28 Gaurav Vaish <[email protected]>
  593. * BaseValidator.cs - DetermineRenderUpLevel() : Uncomment
  594. the NotImplementedException being thrown.
  595. * DataGridPagerStyle.cs - Mode { set; } : Implemented.
  596. * DataGridLinkButton.cs - Added new class (private) : Implemented.
  597. * DataGrid.cs - InitializePager(DataGridItem, int,
  598. PagedDataSource) : Implemented.
  599. 2002-10-28 Gaurav Vaish <[email protected]>
  600. * DataList.cs - PrepareControlHierarchy() : Implemented.
  601. 2002-10-28 Gaurav Vaish <[email protected]>
  602. * DataList.cs - RenderContents(HtmlTextWriter) : Implemented.
  603. - GetItem(ListItemType, int) : Removed TODO.
  604. - CreateControlHierarchy(bool) : Implemented.
  605. - CreateItem(int, ListItemType) : Implemented.
  606. - CreateItem(int, ListItemType,
  607. bool, object) : Implemented.
  608. - InitializeItem(DataItem) : Implemented.
  609. * DataGrid.cs - CreateControlHierarchy(bool) : Bug fix.
  610. The ViewState["_!ItemCount"],
  611. ViewState["_!DataSource_ItemCount"]
  612. are shared by DataList and DataGrid, and hence
  613. should share the same name.
  614. - ResolveDataSource(object, string)
  615. : Removed. Use System.Web.UI.Utils.DataSourceHelper
  616. ::GetResolvedDataSource(object, string).
  617. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  618. * DataGrid.cs: fixed compilation
  619. 2002-09-12 Gaurav Vaish <[email protected]>
  620. * PagedDataSource.cs - FirstIndexInPage : Fixed bug.
  621. * DataGrid.cs - CreateControlHierarchy(bool)
  622. : working towards completion.
  623. - ResolveDataSource(object, string)
  624. : stubbed new method
  625. - CreateItem(....)
  626. : stubbed new method
  627. Well. It's almost done.
  628. * DataGridTableInternal.cs
  629. - Added new internal class.
  630. 2002-08-28 Gaurav Vaish <[email protected]>
  631. * DataSourceInternal.cs - Added new class (internal).
  632. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  633. * FontUnit.cs:
  634. * HorizontalAlign.cs:
  635. * Unit.cs:
  636. * VerticalAlign.cs: fixes based on class status page.
  637. * HorizontalAlignConverter.cs: implemented.
  638. * VerticalAlignConverter.cs: implemented.
  639. * FontUnitConverter.cs: implemented GetStandardValues ().
  640. * WebColorConverter.cs: implemented ConvertFrom () and ConvertTo ().
  641. 2002-08-19 Gaurav Vaish <[email protected]>
  642. * DataGrid.cs - AutoCreateColumns: Bug fixes.
  643. 2002-08-19 Gaurav Vaish <[email protected]>
  644. * DataGrid.cs - AutoCreateColumns: completed, hopefully!
  645. 2002-08-19 Gaurav Vaish <[email protected]>
  646. * DataGrid.cs - Working on the undocumented protected
  647. method CreateColumnSet. AutoCreateColumns method
  648. stubbed. Left CreateControlHierarchy for the time
  649. being, looks like I'm going insane. ;-)
  650. 2002-08-19 Gaurav Vaish <[email protected]>
  651. * Button.cs - Steffen's OnCommand bug fix.
  652. 2002-08-12 Gaurav Vaish <[email protected]>
  653. * DataGrid.cs - Added protected method (skeleton)
  654. CreateColumnSet(PagedDataSource, bool)
  655. Still trying to know how will it be used
  656. and what for...
  657. 2002-08-10 Gonzalo Paniagua Javier <[email protected]>
  658. * PagedDataSource.cs: fixed compilation.
  659. 2002-08-08 Gaurav Vaish <[email protected]>
  660. * DataGrid.cs - Added private method
  661. CreatePagedDataSource
  662. - Started work on
  663. CreateControlHierarchy(bool)
  664. * PagedDataSource.cs - Bug fixed.
  665. CurrentPageIndex is writable.
  666. 2002-08-07 Gonzalo Paniagua Javier <[email protected]>
  667. * DataGrid.cs: fixed typo.
  668. * DataGridPagerStyle.cs: added IsPagerOnTop and IsPagerOnBottom.
  669. 2002-08-06 Gaurav Vaish <[email protected]>
  670. * DataGridColumn.cs - Added internal methods to get the
  671. various styles (needed in DataGrid.cs)
  672. * DataGrid.cs - Completed the method
  673. PrepareControlHierarchy()
  674. 2002-08-06 Gaurav Vaish <[email protected]>
  675. * DataGrid.cs - Wokring on PrepareControlHierarchy()
  676. - Added private method
  677. PrepareControlHierarchyForItem()
  678. 2002-08-05 Gaurav Vaish <[email protected]>
  679. * DataGrid.cs - Completed method
  680. OnBubbleEvent(object, EventArgs)
  681. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  682. * Xml.cs: implemented document/transform load.
  683. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  684. * Calendar.cs: added myself to the list of authors.
  685. * DropDownList.cs: fixed a few properties.
  686. * ListControl.cs: fixed SelectedIndex.
  687. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  688. * Calendar.cs: lots of fixes. Render days. Still left to persist
  689. selected days when changing month.
  690. * Unit.cs: fixed Percentage and Pixel.
  691. * WebControl.cs: a few properties are now using ControlStyle instead
  692. of ViewState to persist.
  693. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  694. * BaseValidator.cs: it works now.
  695. * DataGridColumn.cs: added attribute and made it abstract.
  696. * RequiredFieldValidator.cs: fixed return value in EvaluateIsValid.
  697. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  698. * TextBox.cs: default for Wrap is true.
  699. (OnPreRender): don't save Text if there are no listeners on TextChanged.
  700. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  701. * DropDownList.cs:
  702. (ToolTip): fixed.
  703. * ListItem.cs:
  704. (LoadViewState): fixed.
  705. * ListItemCollection.cs:
  706. (TrackViewState): use items instead of 'this' in foreach.
  707. * Style.cs:
  708. (LoadViewState): more checking of parameters.
  709. * WebControl.cs: implemented LoadViewState and SaveViewState.
  710. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  711. * ListItem.cs: there was no code to unset the flags!!!
  712. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  713. * FontUnit.cs: use a hashtable for mapping size name to value.
  714. * HyperLink.cs: fixed a bug and a typo.
  715. * Unit.cs: some fixes to internal constructor.
  716. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  717. * ListControl.cs: fixed a couple of range checks.
  718. * WebControl.cs: MS lies! Not all WebControls must be rendered inside
  719. an HtmlForm (p.e., Label).
  720. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  721. * AdRotator.cs:
  722. * Button.cs:
  723. * Calendar.cs:
  724. * CheckBox.cs:
  725. * CheckBoxList.cs:
  726. * DataList.cs:
  727. * DropDownList.cs:
  728. * HyperLink.cs:
  729. * HyperLinkColumn.cs:
  730. * Image.cs:
  731. * ImageButton.cs:
  732. * Label.cs:
  733. * LinkButton.cs:
  734. * ListBox.cs:
  735. * Panel.cs:
  736. * PlaceHolder.cs:
  737. * RadioButton.cs:
  738. * RadioButtonList.cs:
  739. * Table.cs:
  740. * TableRow.cs:
  741. * TextBox.cs:
  742. * WebControl.cs: removed attributes added by mistake (i used
  743. GetCustomAttributes (true), d'oh!).
  744. * DataListItem.cs: implemented RenderItem.
  745. * Repeater.cs: implemented CreateItem and InitializeItem.
  746. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  747. * BaseDataList.cs: a couple of fiex and added attributes.
  748. * DataGrid.cs: little fixes.
  749. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  750. * CheckBoxList.cs:
  751. * DataGrid.cs:
  752. * DataList.cs:
  753. * DropDownList.cs:
  754. * ListBox.cs:
  755. * PlaceHolder.cs:
  756. * RadioButton.cs:
  757. * RadioButtonList.cs:
  758. * TableRow.cs:
  759. * WebControl.cs:
  760. * Xml.cs: forgot to add using System.ComponentModel.
  761. * BaseValidator.cs: use explicitly
  762. System.ComponentModel.AttributeCollection as there is another class
  763. with the same name under System.Web.UI.
  764. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  765. * AdRotator.cs:
  766. * Button.cs:
  767. * Calendar.cs:
  768. * CheckBox.cs:
  769. * CheckBoxList.cs:
  770. * DataGrid.cs:
  771. * DataList.cs:
  772. * DropDownList.cs:
  773. * HyperLink.cs:
  774. * Image.cs:
  775. * ImageButton.cs:
  776. * Label.cs:
  777. * LinkButton.cs:
  778. * ListBox.cs:
  779. * Panel.cs:
  780. * PlaceHolder.cs:
  781. * RadioButton.cs:
  782. * RadioButtonList.cs:
  783. * Table.cs:
  784. * TableRow.cs:
  785. * TextBox.cs:
  786. * WebControl.cs:
  787. * Xml.cs: added/fixed all attributes used by xsp.
  788. * BaseValidator.cs: some fixes.
  789. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  790. * Table.cs:
  791. (AddAttributesToRender): correctly default to border=1.
  792. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  793. * AdRotator.cs:
  794. (LoadAdFile): make the dictionary null after every iteration.
  795. * LinkButton.cs:
  796. * ListControl.cs:
  797. * ListItem.cs: fixed warnings.
  798. Mon Jul 1 16:23:15 CEST 2002 Paolo Molaro <[email protected]>
  799. * Style.cs, TableRow.cs, DataListItem.cs: fix compilation.
  800. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  801. * DataGridColumn.cs:
  802. * DataGridPagerStyle.cs:
  803. * DataList.cs:
  804. * DataListItem.cs:
  805. * Image.cs:
  806. * LinkButton.cs:
  807. * ListControl.cs:
  808. * ListItem.cs:
  809. * ListItemCollection.cs:
  810. * Repeater.cs:
  811. * ServerValidateEventArgs.cs:
  812. * Style.cs:
  813. * TableRow.cs:
  814. * WebControl.cs:
  815. * Xml.cs: more class status page based changes.
  816. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  817. * Button.cs:
  818. (.ctor): fixed to render the correct tag.
  819. (IPostBAckEventHandler.RaisePostBackEvent): fixed.
  820. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  821. * WebControl.cs:
  822. (AddAttributesToRender): call Page.VerifyRenderingInServerForm. All
  823. WebControl derived classes should be rendered inside a HtmlForm.
  824. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  825. * Repeater.cs: implemented CreateControlHierarchy. Fixed some event
  826. processing methods.
  827. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  828. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  829. * RepeatInfo.cs: implemented DoHorizontalRendering.
  830. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  831. * System.Web.UI.WebControls/Repeater.cs:
  832. (Controls):
  833. (OnDataBinding): fixed stack overflow.
  834. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  835. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  836. * RepeatInfo.cs: implemented DoHorizontalRendering.
  837. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  838. * WebControl.cs:
  839. (CopyBaseAttributes): copy Attributes and don't throw exception.
  840. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  841. * ListBox.cs: mono-stylized.
  842. (AddAttributesToRender): call parent class method.
  843. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  844. * Style.cs: fixed IsEmpty and Width.
  845. * Table.cs: mono-stylized.
  846. (TableRowControlCollection.AddAt): fixed.
  847. (AddAttributesToRender): fixed.
  848. * TableCell.cs: mono-stylized.
  849. (.ctor): use PreventAutoID.
  850. (AddAttributesToRender): fixed.
  851. (AddParsedSubObject): fixed.
  852. * TableRow.cs: mono-stylized. Added
  853. ParseChildren attribute.
  854. * TableStyle.cs:
  855. (get_GridLine): fixed.
  856. 2002-06-16 Gonzalo Paniagua Javier <[email protected]>
  857. * Panel.cs: fixed stack overflow.
  858. * Unit.cs: use Int32.Parse and Single.Parse instead of Int32Converter
  859. and SingleConverter.
  860. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  861. * RadioButton.cs: mono-stylized and some little fixes.
  862. * TextBox.cs: mono-stylized.
  863. (MaxLength): fixed typo.
  864. (AddAttributesToRender): don't render the text between the tags for
  865. SingleLine, use value attribute for it. Don't render the text for
  866. Password.
  867. (OnPreRender): don't throw exception and call base.OnPreRender.
  868. (Render): for MultiLine, render the text between the opening and
  869. closing tags encoded as HTML.
  870. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  871. * ImageButton.cs:
  872. (AddAttributesToRender): fixer another stack overflow.
  873. * WebControl.cs:
  874. (TagName): modified to use TagKey instead of tagKey as the property
  875. can be overriden.
  876. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  877. * LinkButton.cs: mono-stylized.
  878. (AddParsedSubObject):
  879. (RenderControls): little fixes.
  880. * WebControl.cs:
  881. (AddAttributesToRender): fixed usage of IEnumerator.
  882. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  883. * Literal.cs: beautified.
  884. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  885. * Label.cs: beautified and fixed a couple of 'classic' bugs.
  886. * WebControl.cs: use Span as default tag when no other provided in
  887. constructor. That is what MS renders.
  888. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  889. * Button.cs:
  890. (AddAttributesToRender): fixed (classic) stack overflow.
  891. * CheckBox.cs: mono-stylized.
  892. (AutoPostBack): fixed stack overflow.
  893. (Render): fixed alignment issues. Also set the For attribute always
  894. for the label.
  895. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  896. * AdRotator.cs: GetData does not work as it should, but now it returns
  897. useful data (only the first ad in the file). Set the NavigateUrl
  898. property in the hyperlink if available.
  899. * HyperLink.cs: fixed constructor and a couple of stack overflows.
  900. * Image.cs: added an attribute and fixed stack overflow.
  901. * WebControl.cs:
  902. (RenderBeginTag): fixed.
  903. (TagName): don't call Enum.IsDefined twice.
  904. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  905. * WebControl.cs: added attributes PersistChildrenAttribute and
  906. ParseChildrenAttribute.
  907. 2002-05-24 Duncan Mak <[email protected]>
  908. * DataGridItem.cs (SetItemType): Changed function signature to
  909. match 1.0 spec.
  910. * ListItemCollection.cs (this): Changes the visibility level of
  911. the indexer.
  912. * Repeater.cs (OnItemCommand):
  913. (OnItemCreated):
  914. (OnItemDataBound): Added necessary casts.
  915. 2002-05-07 Duncan Mak <[email protected]>
  916. * Button.cs (AddAttributesToRender):
  917. * ImageButton.cs (AddAttributesToRender): Added a missing argument to the
  918. GetClientValidatedEvent method.
  919. 2002-03-27 Gaurav Vaish <[email protected]>
  920. * Removed extra methods, corrected access modifiers to several
  921. methods.
  922. 2002-03-26 Gaurav Vaish <[email protected]>
  923. * <SeveralFiles>.cs - Added some attributes
  924. * FontUnitConverter.cs - Added stubs for GetStandardValues*(..)
  925. methods. Will complete them later. Right now, busy with
  926. the attributes part.
  927. * RepeaterItem.cs - Completed.
  928. Oh God! Mercy! I will die applying attributes. I look at the missing
  929. part in the class-status - daemon! Kyrie eleison!
  930. 2002-03-19 Gaurav Vaish <[email protected]>
  931. Some bug fixes
  932. * AdRotator.cs - Added definition for Font.
  933. * BaseCompareValidator.cs - Added definition for Controls.
  934. * Calendar.cs - SelectMonthText definition corrected.
  935. * DataList.cs - Added definition for SeparatorTemplate.
  936. * BorderStyle.cs - Namespace correction. It belongs not to UI,
  937. but to UI.WebControls.
  938. 2002-03-17 Gaurav Vaish <[email protected]>
  939. Finally, I have made it. Today I did a second build for the
  940. System.Web assembly. It compiled 195 classes today.
  941. I am waiting eagerly for the runtime to come up so that the objects
  942. may be tested to their last levels. Several of the methods are still
  943. under the tag of "TODO" throwing NotImplementedException. Well, I
  944. hope to remove them soon, but how far is this soon - even I don't
  945. know, though I am happy to make the build a success even before
  946. the vacations to come.
  947. 2002-03-07 Gaurav Vaish <[email protected]>
  948. Yesterday and today I tried to do some building of the aseembly,
  949. but was dumped with uncoutably infinite errors. ;-)
  950. I have put the copies of the recent errors on my home page, want
  951. to have a look at them? See:
  952. http://mastergaurav.virtualave.net/mono/
  953. I don't know what to do with these errors. Oh! The buggy me! How
  954. will I overcome myself. Hopefully, by when my vacations over, I
  955. should have made a repository where the build will not fail.
  956. 2002-03-05 Gaurav Vaish <[email protected]>
  957. I am now going to do a build that will include the
  958. System.Web.UI.WebControls namespace. Hoping that I will make it
  959. soon. My exams are coming near and I have to pack up soon.
  960. 2002-03-04 Gaurav Vaish <[email protected]>
  961. Comments:
  962. And with this, ie, today's work, all the objects mentioned in the
  963. namespace appear in the implementation. But it may not be worth
  964. trying to go for a build because of dependence of several of the
  965. internal methods that may clash with already available assembly
  966. System.Web.
  967. Also, the classes lack possible attributes, like those informing
  968. about child-controls etc. But I have to first create the attribute
  969. classes before I attach the attributes to the classes.
  970. * CustomValidator.cs - Completed. In process realized that
  971. I have to complete / rejuvinate BaseValidator class.
  972. * BaseValidator.cs - Complete rejuvination. Completed 80%
  973. of the job. All that is left is Render(HtmlTextWriter),
  974. DetermineRenderUplevel(), RegisterValidatorCommonScript()
  975. RegisterValidatorDeclaration()
  976. * DataGridPagerStyle.cs - Completed. That adds one more missle
  977. in my artillery.
  978. * DataKeyCollection.cs - Completed. Petty small.
  979. * Repeater.cs - Work started off. This is a quite
  980. heavy class. Hooh!
  981. * DataGridItemEventArgs.cs,
  982. * DataGridShortCommandEventArgs.cs,
  983. * DataListItemEventArgs.cs,
  984. * MonthChangedEventArgs.cs,
  985. * RepeaterItemEventArgs.cs,
  986. * ServerValidateEventArgs.cs,
  987. * DataGridPageChangedEventArgs.cs
  988. - Damn, I marked them "*", while they
  989. did not exist.
  990. * Repeater.cs - Done all except for an undocumented
  991. method CreateControlHierarchy(bool). Though the method
  992. is quite clear by its name, but it will take some time
  993. for me to come with some material to flush in.
  994. 2002-03-03 Gaurav Vaish <[email protected]>
  995. * SelectedDatesCollection.cs - Completed.
  996. * PagedDataSource.cs - Completed. Pathetically nice class.
  997. * RegularExpressionValidator.cs
  998. - Completed. Ridiculously small and
  999. annoyinglyc crazy-driving class, basically the method
  1000. EvaluateIsValid().
  1001. * RangeValidator.cs - Completed.
  1002. * DataGridColumn.cs - Completed.
  1003. * EditCommandColumn.cs - All is complete except for the
  1004. InitializeCell(TableCell, int, ListItemType) method.
  1005. * DataListItem.cs - All done except for a longish method
  1006. RenderItem(HtmlTextWriter, bool, bool)
  1007. 2002-03-02 Gaurav Vaish <[email protected]>
  1008. * RepeaterItemCollection.cs - Completed.
  1009. I love *Collection classes. I am planning to make a
  1010. program that will generate a *Collection class. It's so
  1011. simple and the same. ;-)
  1012. * DataGridColumnCollection.cs - Completed.
  1013. ... except probably for *ColumnCollection classes, where
  1014. you have to put in some more effort. Still, these class
  1015. generation can be automated.
  1016. * DataListItemCollection.cs - Completed.
  1017. See, how easily, in less than a quarter of a minute, I
  1018. completed this class - manually. Copy-Paste/Cut-Replace.
  1019. 2002-02-21 Gaurav Vaish <[email protected]>
  1020. * DataGrid.cs - Following methods implemented:
  1021. TrackViewState(), LoadViewState(object), SaveViewState(),
  1022. On* -- The event raisers.
  1023. OnBubbleEvent(object, EventArgs) is still incomplete.
  1024. * DataGridItem.cs - Initial Implementation
  1025. * DataGridItemCollection.cs - Completed.
  1026. 2002-02-08 Gaurav Vaish <[email protected]>
  1027. * DataGrid.cs - Initial Implementation. Worked
  1028. primarily with some properties.
  1029. 2002-02-07 Gaurav Vaish <[email protected]>
  1030. * ListBox.cs - Completed. Implemented
  1031. LoadPostData(string, NameValueCollection)
  1032. * RequiredFieldValidator.cs - Completed. Pretty simple class.
  1033. 2002-02-06 Gaurav Vaish <[email protected]>
  1034. * ListBox.cs - Implemented the following:
  1035. RaisePostDataChangedEvent()
  1036. 2002-02-02 Gaurav Vaish <[email protected]>
  1037. * ListBox.cs - Supports the following properties:
  1038. BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
  1039. ToolTip.
  1040. Methods:
  1041. AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
  1042. RenderContents(HtmlTextWriter)
  1043. 2002-02-01 Gaurav Vaish <[email protected]>
  1044. * TargetConverter.cs - Completed
  1045. * TemplateColumn.cs - Completed
  1046. * DataList.cs - Corrected the get-er methods for the
  1047. *Style objects. Corrected the get/set-er methods for ViewState
  1048. related objects.
  1049. Addded support for properties:
  1050. GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
  1051. RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
  1052. SelectedItem, SelectedItemStyle, SelectedItemTemplate,
  1053. SeparatorStyle, SeparatorItemTemplate.
  1054. Events:
  1055. CancelCommand, DeleteCommand, EditCommand, ItemCommand,
  1056. ItemCreated, ItemDataBound, UpdateCommand.
  1057. Methods:
  1058. CreateControlStyle(), LoadViewState(object),
  1059. SaveViewState(), TrackViewState
  1060. Event handlers:
  1061. OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
  1062. OnEditCommand, OnItemCommand, OnItemCreated,
  1063. OnItemDataBound, OnUpdateCommand
  1064. Added dummy methods for some undocumented methods:
  1065. CreateControlHierarchy(bool), CreateItem(int, ListItemType),
  1066. CreateItem(int, ListItemType, bool, object),
  1067. PrepareControlHierarchy(), InitializeItem(DataListItem)
  1068. * ListBox.cs - Started working.
  1069. 2002-01-31 Gaurav Vaish <[email protected]>
  1070. * RepeaterInfo.cs - Initial Implementation. Done all
  1071. except for RepeatDirection.Vertical
  1072. * TableStyle.cs - Completed
  1073. 2002-01-30 Gaurav Vaish <[email protected]>
  1074. * DropDownList.cs - Completed
  1075. * ListItemCollection.cs - Added method FindByValueInternal to
  1076. assist in the derived classes.
  1077. Discovered bug in FindByValue. Removed
  1078. * UnitConverter.cs - Completed
  1079. * PlaceHolder.cs - What can be simpler than this?
  1080. * PlaceHolderControlBuilder.cs
  1081. - Uh! Damn cool one.
  1082. * RadioButtonList.cs - Initial Implementation. All is done
  1083. except for the implementation of
  1084. method IRepeatInfoUser.RenderItem(...)
  1085. * ValidatedControlConverter.cs
  1086. ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
  1087. * ValidationSummary.cs - Initial Implementation.
  1088. * WebColorConverter.cs - Initial Implementation
  1089. 2002-01-27 Gaurav Vaish <[email protected]>
  1090. * FontNamesConverter.cs - Completed
  1091. * FontUnitConverter.cs - Partial Implementation
  1092. * ListItemControlBuilder.cs - Completed
  1093. 2002-01-27 Gaurav Vaish <[email protected]>
  1094. * TextBox.cs - All done except *Render* methods
  1095. * TextBoxControlBuilder.cs - Completed
  1096. * Xml.cs - Partial Implementation
  1097. 2002-01-26 Gaurav Vaish <[email protected]>
  1098. * RadioButton.cs - Completed
  1099. * TextBox.cs - Partial Implementation
  1100. 2002-01-25 Gaurav Vaish <[email protected]>
  1101. * Panel.cs - Completed
  1102. * TableItemStyle.cs - Completed
  1103. 2002-01-18 Gaurav Vaish <[email protected]>
  1104. * TableCellCollection.cs - Completed
  1105. * TableRowCollection.cs - Completed
  1106. * TableHeaderCell.cs - Completed
  1107. * TableRow.cs - Completed
  1108. 2002-01-09 Gaurav Vaish <[email protected]>
  1109. * TableCellControlBuilder.cs - Completed
  1110. * Table.cs - Completed
  1111. * TableCell.cs - Completed
  1112. 2002-01-07 Gaurav Vaish <[email protected]>
  1113. * CheckBoxList.cs - Completed
  1114. * ButtonColumn.cs - Completed
  1115. * Button.cs - Completed
  1116. 2001-12-28 Gaurav Vaish <[email protected]>
  1117. * HyperLink.cs - Completed
  1118. * Image.cs - Completed
  1119. * ImageButton.cs - Completed
  1120. * Label.cs - Completed
  1121. * LabelControlBuilder.cs - Completed
  1122. * LinkButton.cs - Completed
  1123. * LinkButtonControlBuilder.cs - Completed
  1124. * Literal.cs - Completed
  1125. * LieteralControlBuilder.cs - Completed
  1126. * FontUnit.cs - Completed
  1127. 2001-12-27 Gaurav Vaish <[email protected]>
  1128. * Calendar.cs - Completed the functions of Render*,
  1129. ViewStates (Track/View/Save),
  1130. RaisePostBackEvent.
  1131. Left: RenderAllDays (partially)
  1132. 2001-12-21 Gaurav Vaish <[email protected]>
  1133. * Calendar.cs - Added some more functions
  1134. * Style.cs - Completed
  1135. * ListItem.cs - Completed
  1136. * ListItemCollection.cs - Completed
  1137. Made the first successful build of System.Web.dll that included
  1138. System.Web.UI.WebControls!
  1139. 2001-12-20 Gaurav Vaish <[email protected]>
  1140. FontInfo.cs - Complete revamp. Completed
  1141. 2001-12-19 Gaurav Vaish <[email protected]>
  1142. ListItemCollection.cs - Completed
  1143. ListItem.cs - Initial Implementation
  1144. Style.cs - Initial Implementation
  1145. Right now I am in a total mood to do a successful build. Creating so many
  1146. classes, completing classes in System.Web System.Web.UI namespaces.
  1147. 2001-12-18 Gaurav Vaish <[email protected]>
  1148. TODO - Properly added
  1149. CheckBox.cs - Completed
  1150. BaseDataList.cs - Completed
  1151. DayRenderEventArgs.cs - Completed
  1152. RepeaterItem.cs - Initial implementation
  1153. 2001-12-17 Gaurav Vaish <[email protected]>
  1154. BaseCompareValidator.cs - Completed
  1155. AdRotator.cs - Completed
  1156. 2001-12-15 Gaurav Vaish <[email protected]>
  1157. CommandEventArgs.cs - Completed
  1158. DataGridCommandEventArgs.cs - Completed
  1159. RepeaterCommandEventArgs.cs - Completed
  1160. DataListCommandEventArgs.cs - Completed
  1161. CompareValidator.cs - Partial Implementation
  1162. 2001-12-02 Gaurav Vaish <[email protected]>
  1163. CheckBoxList.cs - Partial Implementation.
  1164. All except "Render"
  1165. 2001-12-01 Gaurav Vaish <[email protected]>
  1166. ListControl.cs - Completed
  1167. 2001-11-30 Gaurav Vaish <[email protected]>
  1168. CheckBox.cs - Completed
  1169. ListControl.cs - Initial Implementation
  1170. CheckBoxList.cs - Started with it, but first needed
  1171. ListControl. Left it.
  1172. 2001-11-29 Gaurav Vaish <[email protected]>
  1173. CalendarDay.cs - Making a note that this
  1174. has been implemented
  1175. Calendar.cs - Making a note that have made some changes.
  1176. Unimplmented functions throw
  1177. NotImplementedException
  1178. CheckBox.cs - Can now "Render" and "LoadPostData"
  1179. 2001-11-08 Gaurav Vaish <[email protected]>
  1180. WebControl.cs - Total Revamp, Partial Implementation
  1181. AdRotator.cs - Able to load files
  1182. AdCreatedEventArgs.cs - Implemented
  1183. 2001-11-05 Gaurav Vaish <[email protected]>
  1184. Calendar.cs - Initial Implementation
  1185. ButtonColumn.cs - Initial Implementation
  1186. Button.cs - Initial Implementation
  1187. BoundColumn.cs - Initial Implementation
  1188. BaseCompareValidator.cs - Minor Changes
  1189. DataList.cs, BaseValidator.cs, BaseDataList.cs
  1190. - Added more functions, other changes
  1191. 2001-10-28 Gaurav Vaish <[email protected]>
  1192. WebControl.cs - Initial Implementation
  1193. DataList.cs - Initial Implementation
  1194. BaseValidator.cs - Initial Implementation
  1195. BaseDataList.cs - Initial Implementation
  1196. 2001-10-27 Gaurav Vaish <[email protected]>
  1197. AdCreatedEventArgs.cs - Initial Implementation
  1198. AdCratedEventHandler.cs - Implemented
  1199. AdRotator.cs - Initial Implementation
  1200. BorderStyle.cs - Implemented
  1201. ButtonColumnStyle.cs - Implemented
  1202. CalendarSelectionMode.cs - Implemented
  1203. DayNameFormat.cs - Implemented
  1204. FirstDayOfWeek - Implemented
  1205. FontInfo.cs - Partial Implementation
  1206. FontSize.cs - Implemented
  1207. GridLines.cs - Implemented
  1208. HorizontalAlign.cs - Implemented
  1209. HyperLink.cs - Initial Implementation
  1210. ImageAlign.cs - Implemented
  1211. IRepeatInfoUser.cs - Implemented
  1212. ListItemType.cs - Implemented
  1213. ListSelectionMode.cs - Implemented
  1214. NextPrevFormat.cs - Implemented
  1215. PagerMode.cs - Implemented
  1216. PagerPosition.cs - Implemented
  1217. RepeatDirection.cs - Implemented
  1218. RepeatLayout.cs - Implemented
  1219. TextAlign.cs - Implemented
  1220. TextBoxMode.cs - Implemented
  1221. TitleFormat.cs - Implemented
  1222. UnitType.cs - Implemented
  1223. ValidationCompareOperator.cs
  1224. - Implemented
  1225. ValidationDataType.cs - Implemented
  1226. ValidationSummaryDisplayMode.cs
  1227. - Implemented
  1228. ValidatorDisplay.cs - Implemented
  1229. VerticalAlign.cs - Implemented
  1230. // File Created 2001-11-13