ChangeLog 47 KB

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