ChangeLog 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  1. 2003-09-27 Gonzalo Paniagua Javier <[email protected]>
  2. * CheckBox.cs: render the 'disabled' attribute in the correct tag.
  3. * WebControl.cs: fixed Enabled property and save it in ViewState.
  4. Fixes bug #48802.
  5. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  6. * ListControl.cs: fixed bug #48668. Thanks to Yaron Shkop.
  7. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  8. * ListBox.cs: patch by [email protected] (Yaron Shkop) that fixes
  9. bug #48671.
  10. 2003-09-19 Gonzalo Paniagua Javier <[email protected]>
  11. * FontInfo.cs: fixed Name property as suggested by Rich Alimi
  12. <[email protected]>.
  13. 2003-09-14 Gonzalo Paniagua Javier <[email protected]>
  14. * RegularExpressionValidator.cs: fix for EvaluateIsValid by Juraj
  15. Skripsky <[email protected]>
  16. 2003-09-13 Gonzalo Paniagua Javier <[email protected]>
  17. * BaseValidator.cs: patch by Juraj Skripsky ([email protected]) that
  18. fixes rendering of the end tag.
  19. 2003-08-31 Gonzalo Paniagua Javier <[email protected]>
  20. * Repeater.cs: fix for Items property provided by [email protected]
  21. (Yaron Shkop). Closes bug #48060.
  22. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  23. * CheckBox.cs: in LoadPostData, only return
  24. true when the new data is different from the one we had. Fixed
  25. conditions to save Checked state. Thanks to [email protected]
  26. (Yaron Shkop).
  27. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  28. * Style.cs: Font.Strikeout renders as 'line-through'. Fixes bug #47871.
  29. 2003-08-25 Gonzalo Paniagua Javier <[email protected]>
  30. * WebControl.cs: removed dangling ^M and unneeded fields. Keep track
  31. of Enable in ViewState. Fixes bug #47865.
  32. 2003-08-20 Gonzalo Paniagua Javier <[email protected]>
  33. * Style.cs: the MARKED bit is not send set in ViewState unless something
  34. is changed. Fixed TrackViewState condition.
  35. * WebControl.cs: save the base ViewState *after* ControlStyle is done,
  36. because it uses the same ViewState as the control. Fixes bug #47725.
  37. 2003-08-16 Gonzalo Paniagua Javier <[email protected]>
  38. * HyperLinkColumn.cs: patch from David Pickens <[email protected]>
  39. that fixes databinding when only DataTextField or DataNavigateUrlField
  40. is set.
  41. 2003-08-14 Gonzalo Paniagua Javier <[email protected]>
  42. * ListControl.cs: patch sent by Yaacov Akiba Slama <[email protected]> on
  43. behalf of Yaron Shkop <[email protected]> that fixes selection of
  44. values before assigning a data source and other issues.
  45. 2003-08-11 Gonzalo Paniagua Javier <[email protected]>
  46. * CheckBox.cs: save viewstate when needed and correctly handle post
  47. data. Fixes bug #47462.
  48. 2003-08-01 Andreas Nahr <[email protected]>
  49. * ButtonColumn.cs: Removed additional attributes
  50. * CheckBox.cs: Added attribute
  51. * DataGrid.cs: Added attributes
  52. * HyperLinkColumn.cs: Changed attributes, added lamespec
  53. * Style.cs: Removed attributes
  54. * TextBox.cs: Added/ removed attributes
  55. 2003-08-01 Andreas Nahr <[email protected]>
  56. * AdRotator.cs: Added all attributes
  57. * BaseDataList.cs: Added all attributes, added lamespec, removed additional attributes
  58. * BaseValidator.cs: Added all attributes
  59. * BoundColumn.cs: Added all attributes
  60. * Button.cs: Added all attributes
  61. * ButtonColumn.cs: Added all attributes, added lamespec
  62. * Calendar.cs: Added all attributes, added error checks, throws more exceptions
  63. * CheckBox.cs: Added all attributes
  64. * CheckBoxList.cs: Added all attributes
  65. * CompareValidator.cs: Added all attributes
  66. * CustomValidator.cs: Added all attributes
  67. * DataGrid.cs: Added all attributes, more verbose exceptions, fixed signature, removed additional attributes
  68. * DataGridColumn.cs: Added all attributes
  69. * DataGridColumnCollection.cs: Added all attributes
  70. * DataGridPagerStyle.cs: Added all attributes
  71. * DataGridTableInternal.cs: Made DataGridTableInternal internal
  72. * DataList.cs: Added all attributes, more verbose exceptions, removed non-existing member
  73. * DropDownList.cs: Added all attributes
  74. * FontInfo.cs: Added all attributes
  75. * HyperLink.cs: Added all attributes
  76. * HyperLinkColumn.cs: Added all attributes
  77. * Image.cs: Added all attributes
  78. * ImageButton.cs: Added all attributes
  79. * Label.cs: Added all attributes
  80. * LinkButton.cs: Added all attributes
  81. * ListBox.cs: Added all attributes, added error checks, throws more exceptions
  82. * ListControl.cs: Added all attributes
  83. * ListItem.cs: Added all attributes
  84. * ListItemCollection.cs: Added attribute
  85. * Literal.cs: Added all attributes
  86. * Panel.cs: Added all attributes
  87. * RadioButton.cs: Added all attributes
  88. * RadioButtonList.cs: Added all attributes, added error checks, throws more exceptions
  89. * RangeValidator.cs: Added all attributes
  90. * RegularExpressionValidator.cs: Added all attributes
  91. * Repeater.cs: Added all attributes
  92. 2003-07-30 Andreas Nahr <[email protected]>
  93. * RequiredFieldValidator.cs: Added all attributes
  94. * Style.cs: Added all attributes
  95. * Table.cs: Added all attributes
  96. * TableCell.cs: Added all attributes, added error checks, throws more exceptions
  97. * TableCellCollection.cs: Added attribute
  98. * TableRow.cs: Added all attributes
  99. * TableRowCollection: Added attribute
  100. * TableStyle.cs: Added all attributes, improved error messages
  101. * TemplateColumn.cs: Added all attributes
  102. * TextBox.cs: Added all attributes, added error checks, throws more exceptions
  103. * ValidationSummary.cs: Added all attributes
  104. * WebControl.cs: Added all attributes
  105. * Xml.cs: Added all attributes
  106. 2003-07-30 Gonzalo Paniagua Javier <[email protected]>
  107. * DataGrid.cs: fixed signature of ItemCreated and PageIndexChanged.
  108. * DataList.cs: fixed signature of ItemCreated and ItemDataBound.
  109. 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
  110. * CheckBoxList.cs: fixes bug reported on the list about the state of
  111. the CheckButtons not being preserved across posts.
  112. 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
  113. * ListControl.cs: added SelectedValue property (1.1). Closes 46412.
  114. 2003-06-30 Gonzalo Paniagua Javier <[email protected]>
  115. * AdRotator.cs: fixed bug #44271 and a few others bugs. Mono-stylized.
  116. 2003-06-26 Gonzalo Paniagua Javier <[email protected]>
  117. * ListControl.cs: save viewstate data when any of the 3 values is not
  118. null. Fixed condition to save selection indices. Closes bug #45493.
  119. 2003-06-20 Gonzalo Paniagua Javier <[email protected]>
  120. * DataGrid.cs: fixed bug #43823.
  121. 2003-05-29 Gonzalo Paniagua Javier <[email protected]>
  122. * DataGrid.cs: fixed delegate type for SortCommand.
  123. 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
  124. * DataGridColumnCollection.cs: added missing return in RemoveAt.
  125. 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
  126. * DataGridColumnCollection.cs: fixed LoadViewState for the columns.
  127. Don't save ViewState is the number of columns is 0.
  128. 2003-05-02 Gonzalo Paniagua Javier <[email protected]>
  129. * DataGrid.cs: get the right item Type for the property we're reading
  130. fromt the data source.
  131. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  132. * Label.cs:
  133. * TextBox.cs: added control builder attribute.
  134. 2003-03-29 Gonzalo Paniagua Javier <[email protected]>
  135. * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound.
  136. 2003-03-17 George Kodinov <[email protected]>
  137. * Unit.cs: Called the correct method to get the Numeric locale for the
  138. double conversion
  139. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  140. * ButtonColumn.cs: fixed a couple of infinite loop problems and render
  141. correctly the header of the column.
  142. * DataGridTableInternal.cs: don't assign a default ID to this control.
  143. * LinkButton.cs: raise bubble event in OnCommand.
  144. * TableCellCollection.cs: fixed the index returned by Add.
  145. * TableRowCollection.cs: ditto.
  146. 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
  147. * Xml.cs: don't call MapPathSecure when setting DocumentSource.
  148. 2003-02-05 Gonzalo Paniagua Javier <[email protected]>
  149. * RangeValidator.cs: fixed bug #37577. Thanks to Stephane Tombeur
  150. for reporting the bug and providing the fix.
  151. 2003-01-26 Gonzalo Paniagua Javier <[email protected]>
  152. * DataGrid.cs: AutoGenerateColumns defaults to true. Fixed
  153. CreateColumnSet. Set the owner of the column when auto generated.
  154. In PrepareControlHierarchyForItem, fixed for loop bound.
  155. * LinkButtonInternal.cs: fixed infinite recursion bug.
  156. Fixes bug #37124.
  157. 2003-01-22 Zdravko Tashev <[email protected]>
  158. * Xml.cs: a few fixes.
  159. 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
  160. * DataList.cs: handle the exception when adding new keys to
  161. DataKeysArray.
  162. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  163. * BaseDataList.cs: what can I say for this one? I spent so many time
  164. until I finally found this that I'm gonna miss this f....g bug... ;-).
  165. Farewell. Now we can get events from image buttons inside Data*.
  166. * DataList.cs: now the value stored in ViewState for item count is
  167. correct.
  168. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  169. * DataGrid.cs: default value for ShowHeaders is true. Fixed style for
  170. Header and Footer.
  171. * DataGridColumn.cs: added SetOwner method.
  172. * DataGridColumnCollection.cs: set the owner of the column when added.
  173. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  174. * BoundColumn.cs: typo.
  175. * DataGrid.cs: use 'as' instead of casting. Typo.
  176. * HyperLinkColumn.cs: call OnColumnChanged when any property change.
  177. Mono-stylized.
  178. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  179. * HyperLink.cs: fixes bug #36336.
  180. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  181. * DataList.cs: fixed IRepeatInfoUser.GetItemStyle.
  182. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  183. * BaseValidator.cs: return an empty string in GetControlValidationValue
  184. when GetValue returned null.
  185. * CompareValidator.cs: fixed EvaluateIsValid.
  186. * RegularExpressionValidator.cs: fixed EvaluateIsValid.
  187. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  188. * Xml.cs: use MapPathSecure to get the path of the document.
  189. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  190. * DataList.cs: fixed header & footer.
  191. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  192. * DataList.cs: for header and footer don't use data source.
  193. Instantiate in the DataListItem, not in the DataList.
  194. databind-template.aspx works now.
  195. 2002-11-21 Gonzalo Paniagua Javier <[email protected]>
  196. * BaseDataList.cs:
  197. (Render): call RenderContents (), not base.RenderContents ().
  198. * DataList.cs: style.
  199. But I still haven't found what i'm looking for....
  200. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  201. * Calendar.cs: fixed loading/saving selected dates.
  202. * SelectedDatesCollection.cs: added internal function to get the
  203. underlying ArrayList.
  204. Calendar navigation works again. Selecting dates too.
  205. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  206. * DataList.cs: added a few attributes and fixed infinite recursion.
  207. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  208. * ListItemCollection.cs: fixed LoadViewState.
  209. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  210. * TableItemStyle.cs: TypeDescriptor.GetConverter seems to fail.
  211. Commented out some code until it works.
  212. 2002-10-29 Gaurav Vaish <[email protected]>
  213. * BaseCompareValidator.cs - Fixed operator bug in
  214. Compare(string, string, ...)
  215. * CompareValidator.cs - EvaluateIsValid() : Implemented.
  216. 2002-10-28 Gaurav Vaish <[email protected]>
  217. * BoundColumn.cs - InitializeCell(TableCell, int, ListItemType)
  218. : Implemented.
  219. - All Properties : Now make use of ViewState.
  220. 2002-10-28 Gaurav Vaish <[email protected]>
  221. * BaseValidator.cs - Uncomment NotImplementedException.
  222. 2002-10-28 Gaurav Vaish <[email protected]>
  223. * BaseValidator.cs - Minor changes in TODO comments.
  224. 2002-10-28 Gaurav Vaish <[email protected]>
  225. * BaseValidator.cs - DetermineRenderUpLevel() : Uncomment
  226. the NotImplementedException being thrown.
  227. * DataGridPagerStyle.cs - Mode { set; } : Implemented.
  228. * DataGridLinkButton.cs - Added new class (private) : Implemented.
  229. * DataGrid.cs - InitializePager(DataGridItem, int,
  230. PagedDataSource) : Implemented.
  231. 2002-10-28 Gaurav Vaish <[email protected]>
  232. * DataList.cs - PrepareControlHierarchy() : Implemented.
  233. 2002-10-28 Gaurav Vaish <[email protected]>
  234. * DataList.cs - RenderContents(HtmlTextWriter) : Implemented.
  235. - GetItem(ListItemType, int) : Removed TODO.
  236. - CreateControlHierarchy(bool) : Implemented.
  237. - CreateItem(int, ListItemType) : Implemented.
  238. - CreateItem(int, ListItemType,
  239. bool, object) : Implemented.
  240. - InitializeItem(DataItem) : Implemented.
  241. * DataGrid.cs - CreateControlHierarchy(bool) : Bug fix.
  242. The ViewState["_!ItemCount"],
  243. ViewState["_!DataSource_ItemCount"]
  244. are shared by DataList and DataGrid, and hence
  245. should share the same name.
  246. - ResolveDataSource(object, string)
  247. : Removed. Use System.Web.UI.Utils.DataSourceHelper
  248. ::GetResolvedDataSource(object, string).
  249. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  250. * DataGrid.cs: fixed compilation
  251. 2002-09-12 Gaurav Vaish <[email protected]>
  252. * PagedDataSource.cs - FirstIndexInPage : Fixed bug.
  253. * DataGrid.cs - CreateControlHierarchy(bool)
  254. : working towards completion.
  255. - ResolveDataSource(object, string)
  256. : stubbed new method
  257. - CreateItem(....)
  258. : stubbed new method
  259. Well. It's almost done.
  260. * DataGridTableInternal.cs
  261. - Added new internal class.
  262. 2002-08-28 Gaurav Vaish <[email protected]>
  263. * DataSourceInternal.cs - Added new class (internal).
  264. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  265. * FontUnit.cs:
  266. * HorizontalAlign.cs:
  267. * Unit.cs:
  268. * VerticalAlign.cs: fixes based on class status page.
  269. * HorizontalAlignConverter.cs: implemented.
  270. * VerticalAlignConverter.cs: implemented.
  271. * FontUnitConverter.cs: implemented GetStandardValues ().
  272. * WebColorConverter.cs: implemented ConvertFrom () and ConvertTo ().
  273. 2002-08-19 Gaurav Vaish <[email protected]>
  274. * DataGrid.cs - AutoCreateColumns: Bug fixes.
  275. 2002-08-19 Gaurav Vaish <[email protected]>
  276. * DataGrid.cs - AutoCreateColumns: completed, hopefully!
  277. 2002-08-19 Gaurav Vaish <[email protected]>
  278. * DataGrid.cs - Working on the undocumented protected
  279. method CreateColumnSet. AutoCreateColumns method
  280. stubbed. Left CreateControlHierarchy for the time
  281. being, looks like I'm going insane. ;-)
  282. 2002-08-19 Gaurav Vaish <[email protected]>
  283. * Button.cs - Steffen's OnCommand bug fix.
  284. 2002-08-12 Gaurav Vaish <[email protected]>
  285. * DataGrid.cs - Added protected method (skeleton)
  286. CreateColumnSet(PagedDataSource, bool)
  287. Still trying to know how will it be used
  288. and what for...
  289. 2002-08-10 Gonzalo Paniagua Javier <[email protected]>
  290. * PagedDataSource.cs: fixed compilation.
  291. 2002-08-08 Gaurav Vaish <[email protected]>
  292. * DataGrid.cs - Added private method
  293. CreatePagedDataSource
  294. - Started work on
  295. CreateControlHierarchy(bool)
  296. * PagedDataSource.cs - Bug fixed.
  297. CurrentPageIndex is writable.
  298. 2002-08-07 Gonzalo Paniagua Javier <[email protected]>
  299. * DataGrid.cs: fixed typo.
  300. * DataGridPagerStyle.cs: added IsPagerOnTop and IsPagerOnBottom.
  301. 2002-08-06 Gaurav Vaish <[email protected]>
  302. * DataGridColumn.cs - Added internal methods to get the
  303. various styles (needed in DataGrid.cs)
  304. * DataGrid.cs - Completed the method
  305. PrepareControlHierarchy()
  306. 2002-08-06 Gaurav Vaish <[email protected]>
  307. * DataGrid.cs - Wokring on PrepareControlHierarchy()
  308. - Added private method
  309. PrepareControlHierarchyForItem()
  310. 2002-08-05 Gaurav Vaish <[email protected]>
  311. * DataGrid.cs - Completed method
  312. OnBubbleEvent(object, EventArgs)
  313. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  314. * Xml.cs: implemented document/transform load.
  315. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  316. * Calendar.cs: added myself to the list of authors.
  317. * DropDownList.cs: fixed a few properties.
  318. * ListControl.cs: fixed SelectedIndex.
  319. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  320. * Calendar.cs: lots of fixes. Render days. Still left to persist
  321. selected days when changing month.
  322. * Unit.cs: fixed Percentage and Pixel.
  323. * WebControl.cs: a few properties are now using ControlStyle instead
  324. of ViewState to persist.
  325. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  326. * BaseValidator.cs: it works now.
  327. * DataGridColumn.cs: added attribute and made it abstract.
  328. * RequiredFieldValidator.cs: fixed return value in EvaluateIsValid.
  329. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  330. * TextBox.cs: default for Wrap is true.
  331. (OnPreRender): don't save Text if there are no listeners on TextChanged.
  332. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  333. * DropDownList.cs:
  334. (ToolTip): fixed.
  335. * ListItem.cs:
  336. (LoadViewState): fixed.
  337. * ListItemCollection.cs:
  338. (TrackViewState): use items instead of 'this' in foreach.
  339. * Style.cs:
  340. (LoadViewState): more checking of parameters.
  341. * WebControl.cs: implemented LoadViewState and SaveViewState.
  342. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  343. * ListItem.cs: there was no code to unset the flags!!!
  344. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  345. * FontUnit.cs: use a hashtable for mapping size name to value.
  346. * HyperLink.cs: fixed a bug and a typo.
  347. * Unit.cs: some fixes to internal constructor.
  348. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  349. * ListControl.cs: fixed a couple of range checks.
  350. * WebControl.cs: MS lies! Not all WebControls must be rendered inside
  351. an HtmlForm (p.e., Label).
  352. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  353. * AdRotator.cs:
  354. * Button.cs:
  355. * Calendar.cs:
  356. * CheckBox.cs:
  357. * CheckBoxList.cs:
  358. * DataList.cs:
  359. * DropDownList.cs:
  360. * HyperLink.cs:
  361. * HyperLinkColumn.cs:
  362. * Image.cs:
  363. * ImageButton.cs:
  364. * Label.cs:
  365. * LinkButton.cs:
  366. * ListBox.cs:
  367. * Panel.cs:
  368. * PlaceHolder.cs:
  369. * RadioButton.cs:
  370. * RadioButtonList.cs:
  371. * Table.cs:
  372. * TableRow.cs:
  373. * TextBox.cs:
  374. * WebControl.cs: removed attributes added by mistake (i used
  375. GetCustomAttributes (true), d'oh!).
  376. * DataListItem.cs: implemented RenderItem.
  377. * Repeater.cs: implemented CreateItem and InitializeItem.
  378. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  379. * BaseDataList.cs: a couple of fiex and added attributes.
  380. * DataGrid.cs: little fixes.
  381. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  382. * CheckBoxList.cs:
  383. * DataGrid.cs:
  384. * DataList.cs:
  385. * DropDownList.cs:
  386. * ListBox.cs:
  387. * PlaceHolder.cs:
  388. * RadioButton.cs:
  389. * RadioButtonList.cs:
  390. * TableRow.cs:
  391. * WebControl.cs:
  392. * Xml.cs: forgot to add using System.ComponentModel.
  393. * BaseValidator.cs: use explicitly
  394. System.ComponentModel.AttributeCollection as there is another class
  395. with the same name under System.Web.UI.
  396. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  397. * AdRotator.cs:
  398. * Button.cs:
  399. * Calendar.cs:
  400. * CheckBox.cs:
  401. * CheckBoxList.cs:
  402. * DataGrid.cs:
  403. * DataList.cs:
  404. * DropDownList.cs:
  405. * HyperLink.cs:
  406. * Image.cs:
  407. * ImageButton.cs:
  408. * Label.cs:
  409. * LinkButton.cs:
  410. * ListBox.cs:
  411. * Panel.cs:
  412. * PlaceHolder.cs:
  413. * RadioButton.cs:
  414. * RadioButtonList.cs:
  415. * Table.cs:
  416. * TableRow.cs:
  417. * TextBox.cs:
  418. * WebControl.cs:
  419. * Xml.cs: added/fixed all attributes used by xsp.
  420. * BaseValidator.cs: some fixes.
  421. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  422. * Table.cs:
  423. (AddAttributesToRender): correctly default to border=1.
  424. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  425. * AdRotator.cs:
  426. (LoadAdFile): make the dictionary null after every iteration.
  427. * LinkButton.cs:
  428. * ListControl.cs:
  429. * ListItem.cs: fixed warnings.
  430. Mon Jul 1 16:23:15 CEST 2002 Paolo Molaro <[email protected]>
  431. * Style.cs, TableRow.cs, DataListItem.cs: fix compilation.
  432. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  433. * DataGridColumn.cs:
  434. * DataGridPagerStyle.cs:
  435. * DataList.cs:
  436. * DataListItem.cs:
  437. * Image.cs:
  438. * LinkButton.cs:
  439. * ListControl.cs:
  440. * ListItem.cs:
  441. * ListItemCollection.cs:
  442. * Repeater.cs:
  443. * ServerValidateEventArgs.cs:
  444. * Style.cs:
  445. * TableRow.cs:
  446. * WebControl.cs:
  447. * Xml.cs: more class status page based changes.
  448. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  449. * Button.cs:
  450. (.ctor): fixed to render the correct tag.
  451. (IPostBAckEventHandler.RaisePostBackEvent): fixed.
  452. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  453. * WebControl.cs:
  454. (AddAttributesToRender): call Page.VerifyRenderingInServerForm. All
  455. WebControl derived classes should be rendered inside a HtmlForm.
  456. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  457. * Repeater.cs: implemented CreateControlHierarchy. Fixed some event
  458. processing methods.
  459. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  460. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  461. * RepeatInfo.cs: implemented DoHorizontalRendering.
  462. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  463. * System.Web.UI.WebControls/Repeater.cs:
  464. (Controls):
  465. (OnDataBinding): fixed stack overflow.
  466. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  467. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  468. * RepeatInfo.cs: implemented DoHorizontalRendering.
  469. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  470. * WebControl.cs:
  471. (CopyBaseAttributes): copy Attributes and don't throw exception.
  472. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  473. * ListBox.cs: mono-stylized.
  474. (AddAttributesToRender): call parent class method.
  475. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  476. * Style.cs: fixed IsEmpty and Width.
  477. * Table.cs: mono-stylized.
  478. (TableRowControlCollection.AddAt): fixed.
  479. (AddAttributesToRender): fixed.
  480. * TableCell.cs: mono-stylized.
  481. (.ctor): use PreventAutoID.
  482. (AddAttributesToRender): fixed.
  483. (AddParsedSubObject): fixed.
  484. * TableRow.cs: mono-stylized. Added
  485. ParseChildren attribute.
  486. * TableStyle.cs:
  487. (get_GridLine): fixed.
  488. 2002-06-16 Gonzalo Paniagua Javier <[email protected]>
  489. * Panel.cs: fixed stack overflow.
  490. * Unit.cs: use Int32.Parse and Single.Parse instead of Int32Converter
  491. and SingleConverter.
  492. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  493. * RadioButton.cs: mono-stylized and some little fixes.
  494. * TextBox.cs: mono-stylized.
  495. (MaxLength): fixed typo.
  496. (AddAttributesToRender): don't render the text between the tags for
  497. SingleLine, use value attribute for it. Don't render the text for
  498. Password.
  499. (OnPreRender): don't throw exception and call base.OnPreRender.
  500. (Render): for MultiLine, render the text between the opening and
  501. closing tags encoded as HTML.
  502. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  503. * ImageButton.cs:
  504. (AddAttributesToRender): fixer another stack overflow.
  505. * WebControl.cs:
  506. (TagName): modified to use TagKey instead of tagKey as the property
  507. can be overriden.
  508. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  509. * LinkButton.cs: mono-stylized.
  510. (AddParsedSubObject):
  511. (RenderControls): little fixes.
  512. * WebControl.cs:
  513. (AddAttributesToRender): fixed usage of IEnumerator.
  514. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  515. * Literal.cs: beautified.
  516. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  517. * Label.cs: beautified and fixed a couple of 'classic' bugs.
  518. * WebControl.cs: use Span as default tag when no other provided in
  519. constructor. That is what MS renders.
  520. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  521. * Button.cs:
  522. (AddAttributesToRender): fixed (classic) stack overflow.
  523. * CheckBox.cs: mono-stylized.
  524. (AutoPostBack): fixed stack overflow.
  525. (Render): fixed alignment issues. Also set the For attribute always
  526. for the label.
  527. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  528. * AdRotator.cs: GetData does not work as it should, but now it returns
  529. useful data (only the first ad in the file). Set the NavigateUrl
  530. property in the hyperlink if available.
  531. * HyperLink.cs: fixed constructor and a couple of stack overflows.
  532. * Image.cs: added an attribute and fixed stack overflow.
  533. * WebControl.cs:
  534. (RenderBeginTag): fixed.
  535. (TagName): don't call Enum.IsDefined twice.
  536. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  537. * WebControl.cs: added attributes PersistChildrenAttribute and
  538. ParseChildrenAttribute.
  539. 2002-05-24 Duncan Mak <[email protected]>
  540. * DataGridItem.cs (SetItemType): Changed function signature to
  541. match 1.0 spec.
  542. * ListItemCollection.cs (this): Changes the visibility level of
  543. the indexer.
  544. * Repeater.cs (OnItemCommand):
  545. (OnItemCreated):
  546. (OnItemDataBound): Added necessary casts.
  547. 2002-05-07 Duncan Mak <[email protected]>
  548. * Button.cs (AddAttributesToRender):
  549. * ImageButton.cs (AddAttributesToRender): Added a missing argument to the
  550. GetClientValidatedEvent method.
  551. 2002-03-27 Gaurav Vaish <[email protected]>
  552. * Removed extra methods, corrected access modifiers to several
  553. methods.
  554. 2002-03-26 Gaurav Vaish <[email protected]>
  555. * <SeveralFiles>.cs - Added some attributes
  556. * FontUnitConverter.cs - Added stubs for GetStandardValues*(..)
  557. methods. Will complete them later. Right now, busy with
  558. the attributes part.
  559. * RepeaterItem.cs - Completed.
  560. Oh God! Mercy! I will die applying attributes. I look at the missing
  561. part in the class-status - daemon! Kyrie eleison!
  562. 2002-03-19 Gaurav Vaish <[email protected]>
  563. Some bug fixes
  564. * AdRotator.cs - Added definition for Font.
  565. * BaseCompareValidator.cs - Added definition for Controls.
  566. * Calendar.cs - SelectMonthText definition corrected.
  567. * DataList.cs - Added definition for SeparatorTemplate.
  568. * BorderStyle.cs - Namespace correction. It belongs not to UI,
  569. but to UI.WebControls.
  570. 2002-03-17 Gaurav Vaish <[email protected]>
  571. Finally, I have made it. Today I did a second build for the
  572. System.Web assembly. It compiled 195 classes today.
  573. I am waiting eagerly for the runtime to come up so that the objects
  574. may be tested to their last levels. Several of the methods are still
  575. under the tag of "TODO" throwing NotImplementedException. Well, I
  576. hope to remove them soon, but how far is this soon - even I don't
  577. know, though I am happy to make the build a success even before
  578. the vacations to come.
  579. 2002-03-07 Gaurav Vaish <[email protected]>
  580. Yesterday and today I tried to do some building of the aseembly,
  581. but was dumped with uncoutably infinite errors. ;-)
  582. I have put the copies of the recent errors on my home page, want
  583. to have a look at them? See:
  584. http://mastergaurav.virtualave.net/mono/
  585. I don't know what to do with these errors. Oh! The buggy me! How
  586. will I overcome myself. Hopefully, by when my vacations over, I
  587. should have made a repository where the build will not fail.
  588. 2002-03-05 Gaurav Vaish <[email protected]>
  589. I am now going to do a build that will include the
  590. System.Web.UI.WebControls namespace. Hoping that I will make it
  591. soon. My exams are coming near and I have to pack up soon.
  592. 2002-03-04 Gaurav Vaish <[email protected]>
  593. Comments:
  594. And with this, ie, today's work, all the objects mentioned in the
  595. namespace appear in the implementation. But it may not be worth
  596. trying to go for a build because of dependence of several of the
  597. internal methods that may clash with already available assembly
  598. System.Web.
  599. Also, the classes lack possible attributes, like those informing
  600. about child-controls etc. But I have to first create the attribute
  601. classes before I attach the attributes to the classes.
  602. * CustomValidator.cs - Completed. In process realized that
  603. I have to complete / rejuvinate BaseValidator class.
  604. * BaseValidator.cs - Complete rejuvination. Completed 80%
  605. of the job. All that is left is Render(HtmlTextWriter),
  606. DetermineRenderUplevel(), RegisterValidatorCommonScript()
  607. RegisterValidatorDeclaration()
  608. * DataGridPagerStyle.cs - Completed. That adds one more missle
  609. in my artillery.
  610. * DataKeyCollection.cs - Completed. Petty small.
  611. * Repeater.cs - Work started off. This is a quite
  612. heavy class. Hooh!
  613. * DataGridItemEventArgs.cs,
  614. * DataGridShortCommandEventArgs.cs,
  615. * DataListItemEventArgs.cs,
  616. * MonthChangedEventArgs.cs,
  617. * RepeaterItemEventArgs.cs,
  618. * ServerValidateEventArgs.cs,
  619. * DataGridPageChangedEventArgs.cs
  620. - Damn, I marked them "*", while they
  621. did not exist.
  622. * Repeater.cs - Done all except for an undocumented
  623. method CreateControlHierarchy(bool). Though the method
  624. is quite clear by its name, but it will take some time
  625. for me to come with some material to flush in.
  626. 2002-03-03 Gaurav Vaish <[email protected]>
  627. * SelectedDatesCollection.cs - Completed.
  628. * PagedDataSource.cs - Completed. Pathetically nice class.
  629. * RegularExpressionValidator.cs
  630. - Completed. Ridiculously small and
  631. annoyinglyc crazy-driving class, basically the method
  632. EvaluateIsValid().
  633. * RangeValidator.cs - Completed.
  634. * DataGridColumn.cs - Completed.
  635. * EditCommandColumn.cs - All is complete except for the
  636. InitializeCell(TableCell, int, ListItemType) method.
  637. * DataListItem.cs - All done except for a longish method
  638. RenderItem(HtmlTextWriter, bool, bool)
  639. 2002-03-02 Gaurav Vaish <[email protected]>
  640. * RepeaterItemCollection.cs - Completed.
  641. I love *Collection classes. I am planning to make a
  642. program that will generate a *Collection class. It's so
  643. simple and the same. ;-)
  644. * DataGridColumnCollection.cs - Completed.
  645. ... except probably for *ColumnCollection classes, where
  646. you have to put in some more effort. Still, these class
  647. generation can be automated.
  648. * DataListItemCollection.cs - Completed.
  649. See, how easily, in less than a quarter of a minute, I
  650. completed this class - manually. Copy-Paste/Cut-Replace.
  651. 2002-02-21 Gaurav Vaish <[email protected]>
  652. * DataGrid.cs - Following methods implemented:
  653. TrackViewState(), LoadViewState(object), SaveViewState(),
  654. On* -- The event raisers.
  655. OnBubbleEvent(object, EventArgs) is still incomplete.
  656. * DataGridItem.cs - Initial Implementation
  657. * DataGridItemCollection.cs - Completed.
  658. 2002-02-08 Gaurav Vaish <[email protected]>
  659. * DataGrid.cs - Initial Implementation. Worked
  660. primarily with some properties.
  661. 2002-02-07 Gaurav Vaish <[email protected]>
  662. * ListBox.cs - Completed. Implemented
  663. LoadPostData(string, NameValueCollection)
  664. * RequiredFieldValidator.cs - Completed. Pretty simple class.
  665. 2002-02-06 Gaurav Vaish <[email protected]>
  666. * ListBox.cs - Implemented the following:
  667. RaisePostDataChangedEvent()
  668. 2002-02-02 Gaurav Vaish <[email protected]>
  669. * ListBox.cs - Supports the following properties:
  670. BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
  671. ToolTip.
  672. Methods:
  673. AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
  674. RenderContents(HtmlTextWriter)
  675. 2002-02-01 Gaurav Vaish <[email protected]>
  676. * TargetConverter.cs - Completed
  677. * TemplateColumn.cs - Completed
  678. * DataList.cs - Corrected the get-er methods for the
  679. *Style objects. Corrected the get/set-er methods for ViewState
  680. related objects.
  681. Addded support for properties:
  682. GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
  683. RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
  684. SelectedItem, SelectedItemStyle, SelectedItemTemplate,
  685. SeparatorStyle, SeparatorItemTemplate.
  686. Events:
  687. CancelCommand, DeleteCommand, EditCommand, ItemCommand,
  688. ItemCreated, ItemDataBound, UpdateCommand.
  689. Methods:
  690. CreateControlStyle(), LoadViewState(object),
  691. SaveViewState(), TrackViewState
  692. Event handlers:
  693. OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
  694. OnEditCommand, OnItemCommand, OnItemCreated,
  695. OnItemDataBound, OnUpdateCommand
  696. Added dummy methods for some undocumented methods:
  697. CreateControlHierarchy(bool), CreateItem(int, ListItemType),
  698. CreateItem(int, ListItemType, bool, object),
  699. PrepareControlHierarchy(), InitializeItem(DataListItem)
  700. * ListBox.cs - Started working.
  701. 2002-01-31 Gaurav Vaish <[email protected]>
  702. * RepeaterInfo.cs - Initial Implementation. Done all
  703. except for RepeatDirection.Vertical
  704. * TableStyle.cs - Completed
  705. 2002-01-30 Gaurav Vaish <[email protected]>
  706. * DropDownList.cs - Completed
  707. * ListItemCollection.cs - Added method FindByValueInternal to
  708. assist in the derived classes.
  709. Discovered bug in FindByValue. Removed
  710. * UnitConverter.cs - Completed
  711. * PlaceHolder.cs - What can be simpler than this?
  712. * PlaceHolderControlBuilder.cs
  713. - Uh! Damn cool one.
  714. * RadioButtonList.cs - Initial Implementation. All is done
  715. except for the implementation of
  716. method IRepeatInfoUser.RenderItem(...)
  717. * ValidatedControlConverter.cs
  718. ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
  719. * ValidationSummary.cs - Initial Implementation.
  720. * WebColorConverter.cs - Initial Implementation
  721. 2002-01-27 Gaurav Vaish <[email protected]>
  722. * FontNamesConverter.cs - Completed
  723. * FontUnitConverter.cs - Partial Implementation
  724. * ListItemControlBuilder.cs - Completed
  725. 2002-01-27 Gaurav Vaish <[email protected]>
  726. * TextBox.cs - All done except *Render* methods
  727. * TextBoxControlBuilder.cs - Completed
  728. * Xml.cs - Partial Implementation
  729. 2002-01-26 Gaurav Vaish <[email protected]>
  730. * RadioButton.cs - Completed
  731. * TextBox.cs - Partial Implementation
  732. 2002-01-25 Gaurav Vaish <[email protected]>
  733. * Panel.cs - Completed
  734. * TableItemStyle.cs - Completed
  735. 2002-01-18 Gaurav Vaish <[email protected]>
  736. * TableCellCollection.cs - Completed
  737. * TableRowCollection.cs - Completed
  738. * TableHeaderCell.cs - Completed
  739. * TableRow.cs - Completed
  740. 2002-01-09 Gaurav Vaish <[email protected]>
  741. * TableCellControlBuilder.cs - Completed
  742. * Table.cs - Completed
  743. * TableCell.cs - Completed
  744. 2002-01-07 Gaurav Vaish <[email protected]>
  745. * CheckBoxList.cs - Completed
  746. * ButtonColumn.cs - Completed
  747. * Button.cs - Completed
  748. 2001-12-28 Gaurav Vaish <[email protected]>
  749. * HyperLink.cs - Completed
  750. * Image.cs - Completed
  751. * ImageButton.cs - Completed
  752. * Label.cs - Completed
  753. * LabelControlBuilder.cs - Completed
  754. * LinkButton.cs - Completed
  755. * LinkButtonControlBuilder.cs - Completed
  756. * Literal.cs - Completed
  757. * LieteralControlBuilder.cs - Completed
  758. * FontUnit.cs - Completed
  759. 2001-12-27 Gaurav Vaish <[email protected]>
  760. * Calendar.cs - Completed the functions of Render*,
  761. ViewStates (Track/View/Save),
  762. RaisePostBackEvent.
  763. Left: RenderAllDays (partially)
  764. 2001-12-21 Gaurav Vaish <[email protected]>
  765. * Calendar.cs - Added some more functions
  766. * Style.cs - Completed
  767. * ListItem.cs - Completed
  768. * ListItemCollection.cs - Completed
  769. Made the first successful build of System.Web.dll that included
  770. System.Web.UI.WebControls!
  771. 2001-12-20 Gaurav Vaish <[email protected]>
  772. FontInfo.cs - Complete revamp. Completed
  773. 2001-12-19 Gaurav Vaish <[email protected]>
  774. ListItemCollection.cs - Completed
  775. ListItem.cs - Initial Implementation
  776. Style.cs - Initial Implementation
  777. Right now I am in a total mood to do a successful build. Creating so many
  778. classes, completing classes in System.Web System.Web.UI namespaces.
  779. 2001-12-18 Gaurav Vaish <[email protected]>
  780. TODO - Properly added
  781. CheckBox.cs - Completed
  782. BaseDataList.cs - Completed
  783. DayRenderEventArgs.cs - Completed
  784. RepeaterItem.cs - Initial implementation
  785. 2001-12-17 Gaurav Vaish <[email protected]>
  786. BaseCompareValidator.cs - Completed
  787. AdRotator.cs - Completed
  788. 2001-12-15 Gaurav Vaish <[email protected]>
  789. CommandEventArgs.cs - Completed
  790. DataGridCommandEventArgs.cs - Completed
  791. RepeaterCommandEventArgs.cs - Completed
  792. DataListCommandEventArgs.cs - Completed
  793. CompareValidator.cs - Partial Implementation
  794. 2001-12-02 Gaurav Vaish <[email protected]>
  795. CheckBoxList.cs - Partial Implementation.
  796. All except "Render"
  797. 2001-12-01 Gaurav Vaish <[email protected]>
  798. ListControl.cs - Completed
  799. 2001-11-30 Gaurav Vaish <[email protected]>
  800. CheckBox.cs - Completed
  801. ListControl.cs - Initial Implementation
  802. CheckBoxList.cs - Started with it, but first needed
  803. ListControl. Left it.
  804. 2001-11-29 Gaurav Vaish <[email protected]>
  805. CalendarDay.cs - Making a note that this
  806. has been implemented
  807. Calendar.cs - Making a note that have made some changes.
  808. Unimplmented functions throw
  809. NotImplementedException
  810. CheckBox.cs - Can now "Render" and "LoadPostData"
  811. 2001-11-08 Gaurav Vaish <[email protected]>
  812. WebControl.cs - Total Revamp, Partial Implementation
  813. AdRotator.cs - Able to load files
  814. AdCreatedEventArgs.cs - Implemented
  815. 2001-11-05 Gaurav Vaish <[email protected]>
  816. Calendar.cs - Initial Implementation
  817. ButtonColumn.cs - Initial Implementation
  818. Button.cs - Initial Implementation
  819. BoundColumn.cs - Initial Implementation
  820. BaseCompareValidator.cs - Minor Changes
  821. DataList.cs, BaseValidator.cs, BaseDataList.cs
  822. - Added more functions, other changes
  823. 2001-10-28 Gaurav Vaish <[email protected]>
  824. WebControl.cs - Initial Implementation
  825. DataList.cs - Initial Implementation
  826. BaseValidator.cs - Initial Implementation
  827. BaseDataList.cs - Initial Implementation
  828. 2001-10-27 Gaurav Vaish <[email protected]>
  829. AdCreatedEventArgs.cs - Initial Implementation
  830. AdCratedEventHandler.cs - Implemented
  831. AdRotator.cs - Initial Implementation
  832. BorderStyle.cs - Implemented
  833. ButtonColumnStyle.cs - Implemented
  834. CalendarSelectionMode.cs - Implemented
  835. DayNameFormat.cs - Implemented
  836. FirstDayOfWeek - Implemented
  837. FontInfo.cs - Partial Implementation
  838. FontSize.cs - Implemented
  839. GridLines.cs - Implemented
  840. HorizontalAlign.cs - Implemented
  841. HyperLink.cs - Initial Implementation
  842. ImageAlign.cs - Implemented
  843. IRepeatInfoUser.cs - Implemented
  844. ListItemType.cs - Implemented
  845. ListSelectionMode.cs - Implemented
  846. NextPrevFormat.cs - Implemented
  847. PagerMode.cs - Implemented
  848. PagerPosition.cs - Implemented
  849. RepeatDirection.cs - Implemented
  850. RepeatLayout.cs - Implemented
  851. TextAlign.cs - Implemented
  852. TextBoxMode.cs - Implemented
  853. TitleFormat.cs - Implemented
  854. UnitType.cs - Implemented
  855. ValidationCompareOperator.cs
  856. - Implemented
  857. ValidationDataType.cs - Implemented
  858. ValidationSummaryDisplayMode.cs
  859. - Implemented
  860. ValidatorDisplay.cs - Implemented
  861. VerticalAlign.cs - Implemented
  862. // File Created 2001-11-13