ChangeLog 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136
  1. 2006-07-12 Andrew Skiba <[email protected]>
  2. * HtmlInputControl.cs: remove obsolete #if NET_2_0
  3. 2006-06-06 Juraj Skripsky <[email protected]>
  4. * HtmlForm.cs (RenderAttributes): Sync with changes to HttpRequest.
  5. Fixes bug #78591.
  6. 2006-04-21 Gonzalo Paniagua Javier <[email protected]>
  7. * HtmlTextArea.cs: Value is HtmlEncoded/Decoded in 2.0. Fixes
  8. bug #78074.
  9. 2006-04-21 Gonzalo Paniagua Javier <[email protected]>
  10. * HtmlInputRadioButton.cs: Value returns the ID only when there's no
  11. "value" set. Fixes bug #78101.
  12. 2006-03-19 Vladimir Krasnov <[email protected]>
  13. * HtmlAnchor.cs: fixed RenderAttributes, if target attribute is empty
  14. it shouldn't be rendered
  15. * HtmlForm.cs: fixed Method, default method "post" should be added if
  16. its value null or empty string
  17. * HtmlInputImage.cs: fixed SetAtt, it removes attributes if it has null
  18. value, the fix is to remove attributes with empty string value too
  19. 2006-02-23 Chris Toshok <[email protected]>
  20. * HtmlButton.cs: fix corcompare output.
  21. * HtmlInputButton.cs: same.
  22. * HtmlInputImage.cs: same.
  23. * HtmlInputReset.cs: same.
  24. 2006-01-22 Chris Toshok <[email protected]>
  25. * HtmlInputButton.cs:
  26. s/GetPostBackClientEvent/GetPostBackEventReference.
  27. 2005-12-01 Gonzalo Paniagua Javier <[email protected]>
  28. * HtmlTableRow.cs: Cells is virtual in latest 1.1.
  29. 2005-11-30 Gonzalo Paniagua Javier <[email protected]>
  30. * HtmlTableRow.cs: fixed the same problem in bug #76815 but this time
  31. for cells.
  32. * HtmlTable.cs: moved WriteLine around.
  33. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  34. * HtmlForm.cs: more class-status fixes.
  35. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  36. * HtmlTextArea.cs: 'Name' is the UniqueID. Fixes bug #76802.
  37. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  38. * HtmlTable.cs: use the base class RenderChildren, as '_rows'
  39. might not be the actual collection being used. Fixes bug #76815.
  40. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  41. * HtmlInputFile.cs: if no one else set the encoding type for the
  42. containing form and there's a HtmlInputFile, set Enctype to
  43. 'multipart/form-data'. Fixes bug #76837.
  44. 2005-11-21 Gonzalo Paniagua Javier <[email protected]>
  45. * HtmlInputButton.cs: render the onclick attribute only when the
  46. button is a 'submit' and no validators or when the button is a
  47. 'button' and there's a registered ServerClick event. Fixes bug #76781.
  48. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  49. * HtmlForm.cs: register the form and require viewstate hidden field to
  50. be rendered in Render() even if OnInit is not called.
  51. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  52. * HtmlHead.cs: fix the 2.0 build.
  53. 2005-09-22 Gonzalo Paniagua Javier <[email protected]>
  54. * HtmlForm.cs: when transfering from one page to another and using
  55. cookieless session, we were doing pretty bad. Now, if the current path
  56. and the original are the same, we just use the filename. Otherwise
  57. we make the action location be relative to the original URL.
  58. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  59. * HtmlInputButton.cs: render the onclick for doing a postback even when
  60. there are no validators.
  61. 2005-09-19 Sebastien Pouliot <[email protected]>
  62. * HtmlInputPassword.cs: Removed ctor(string) as it's not in 2.0 RC.
  63. 2005-09-19 Sebastien Pouliot <[email protected]>
  64. * HtmlAnchor.cs: Added [SupportsEventValidation] on class and
  65. [UrlProperty] on HRef property for 2.0.
  66. * HtmlButton.cs: Added [SupportsEventValidation] for 2.0.
  67. * HtmlHead.cs: Remove IPageHeader interface.
  68. * HtmlImage.cs: Added [UrlProperty] on Src property for 2.0.
  69. * HtmlInputButton.cs: Added [SupportsEventValidation] for 2.0.
  70. * HtmlInputCheckBox.cs: Added [SupportsEventValidation] for 2.0.
  71. * HtmlInputHidden.cs: Added [SupportsEventValidation] for 2.0.
  72. * HtmlInputImage.cs: Added [SupportsEventValidation] on class and
  73. [UrlProperty] on Src property for 2.0.
  74. * HtmlInputPassword.cs: Added [SupportsEventValidation].
  75. * HtmlInputRadioButton.cs: Added [SupportsEventValidation] for 2.0.
  76. * HtmlInputReset.cs: Added [SupportsEventValidation].
  77. * HtmlInputSubmit.cs: Added [SupportsEventValidation].
  78. * HtmlInputText.cs: Added [SupportsEventValidation] on class and
  79. re-enabled RenderAttribute for 2.0.
  80. * HtmlLink.cs: Added [UrlProperty] on HRef property for 2.0.
  81. * HtmlSelect.cs: Added [SupportsEventValidation] for 2.0.
  82. * HtmlTextArea.cs: Added [SupportsEventValidation] for 2.0.
  83. 2005-09-18 Chris Toshok <[email protected]>
  84. * HtmlButton.cs (RenderAttribute): make sure to use WriteAttribute
  85. instead of AddAttribute when dealing with "onclick."
  86. 2005-09-14 Sebastien Pouliot <[email protected]>
  87. * HtmlHead.cs: Fixed parameter orders for CreateStyleRule.
  88. 2005-09-11 Chris Toshok <[email protected]>
  89. * HtmlInputFile.cs (set_Value): add a message to the
  90. NotSupportedException.
  91. * HtmlInputControl.cs (RenderAttributes): add Page != null to the
  92. checks before we register our control with the
  93. __enabledControlArray JS array.
  94. 2005-09-09 Chris Toshok <[email protected]>
  95. * HtmlInputButton.cs (CausesValidation): this is stored in
  96. Attributes, not ViewState.
  97. (ValidationGroup): same.
  98. (RenderAttributes): remove CausesValidation from the list of
  99. Attributes before calling base.RenderAttributes. Don't, however,
  100. remove ValidationGroup, to replicate an MS bug.
  101. 2005-09-07 Chris Toshok <[email protected]>
  102. * HtmlForm.cs (DefaultFocus): not stored in Attributes either.
  103. (Name): not sure about this property.. the getter apparently just
  104. returns UniqueID, and the setter does nothing that I can figure
  105. out.
  106. (RenderAttributes): don't bother to remove "name", since it's not
  107. in the attributes anyway.
  108. 2005-09-07 Gonzalo Paniagua Javier <[email protected]>
  109. * HtmlInputControl.cs: use the Name property instead of the ClientID.
  110. The 'name' attribute rendered contains colons if inside a
  111. NamingContainer.
  112. 2005-09-07 Chris Toshok <[email protected]>
  113. * HtmlInputCheckBox.cs (Checked): uncomment the
  114. MinimizableAttributeTypeConverter attribute.
  115. * HtmlControl.cs (Disabled): uncomment the
  116. MinimizableAttributeTypeConverter attribute.
  117. * HtmlForm.cs (SubmitDisabledControls): remove the MonoTODO.
  118. * HtmlTableCell.cs (NoWrap): uncomment the
  119. MinimizableAttributeTypeConverter attribute.
  120. * HtmlLink.cs (Href): remove the MonoTODO.
  121. * HtmlMeta.cs (Name): remove the MonoTODO.
  122. (Scheme): same.
  123. (Render): add (pretty bogus, really..) implementation. not sure
  124. why we need this one.
  125. 2005-09-06 Chris Toshok <[email protected]>
  126. * HtmlInputControl.cs (RenderAttributes): Check Page.Form for
  127. null.
  128. 2005-09-06 Chris Toshok <[email protected]>
  129. * HtmlInputControl.cs (RenderAttributes): use ClientID instead of
  130. ID.
  131. 2005-09-06 Chris Toshok <[email protected]>
  132. * HtmlHead.cs (AddParsedSubObject): nuke, not in corcompare.
  133. (AddedControl): move the HtmlTitle logic here.
  134. (RemovedControl): clear out the title if that was the control that
  135. was removed.
  136. * HtmlLink.cs: new implementation.
  137. * HtmlMeta.cs: new implementation.
  138. 2005-09-06 Chris Toshok <[email protected]>
  139. * HtmlInputControl.cs (RenderAttributes): add ourselves to the
  140. __enabledControlArray JS array if we're currently enabled and the
  141. form is set to SubmitDisabledControls.
  142. * HtmlForm.cs (OnInit): call Page.RegisterForm here.
  143. (DetermineRenderUplevel): split this out of OnPreRender and make
  144. it internal so HtmlInputControl can call it.
  145. (OnPreRender): add handling for SubmitDisabledControls.
  146. 2005-09-05 Chris Toshok <[email protected]>
  147. * HtmlForm.cs (DefaultButton): this isn't stored as an Attribute,
  148. or in the ViewState. where then?
  149. (DefaultFocus): this one is stored in the ViewState, not as an
  150. Attribute.
  151. (SubmitDisabledControls): implement just as a boolean flag, not in
  152. the viewstate or attributes.
  153. (RenderAttributes): defaultfocus and defaultbutton are no longer
  154. in Attributes.
  155. 2005-09-04 Chris Toshok <[email protected]>
  156. * HtmlInputButton: Fix the 2.0/1.0 postback stuff the right way.
  157. * HtmlInputCheckBox: Fix the 2.0/1.0 postback stuff the right way.
  158. * HtmlInputFile.cs: Fix the 2.0/1.0 postback stuff the right way.
  159. * HtmlInputHidden.cs: Fix the 2.0/1.0 postback stuff the right
  160. way, and in OnPreRender, call Page.RegisterRequiresPostback.
  161. * HtmlInputImage.cs: Fix the 2.0/1.0 postback stuff the right way,
  162. and in OnPreRender, call Page.RegisterRequiresPostback.
  163. * HtmlInputRadioButton.cs (OnPreRender): call
  164. Page.RegisterRequiresPostback.
  165. * HtmlInputText.cs: Fix the 2.0/1.0 postback stuff the right way.
  166. Also, in OnPreRender, call Page.RegisterRequiresPostback.
  167. * HtmlTextArea.cs (OnPreRender): call
  168. Page.RegisterRequiresPostback.
  169. 2005-09-02 Chris Toshok <[email protected]>
  170. * HtmlSelect.cs: implement 2.0 DataSourceID data binding.
  171. 2005-09-02 Chris Toshok <[email protected]>
  172. * HtmlInputReset.cs (ValidationGroup): remove the MonoTODO.
  173. * htmlinputimage.cs: implement the 2.0 versions of loadpostdata,
  174. raisepostdatachangedevent, and raisepostbackevent.
  175. (validationgroup): implement.
  176. * htmlinputcheckbox.cs: implement the 2.0 versions of loadpostdata
  177. and raisepostdatachangedevent.
  178. * HtmlInputHidden.cs: implement the 2.0 versions of LoadPostData
  179. and RaisePostDataChangedEvent.
  180. * HtmlInputButton.cs (RaisePostBackEventInternal): split out the
  181. body of both RaisePostBackEvent impl's here, and fix it up so we
  182. use the property Page.Validate call in 2.0.
  183. (RaisePostBackEvent): call RaisePostBackEventInternal.
  184. (IPostBackEventHandler.RaisePostBackEvent): same.
  185. * HtmlImage.cs (Align): the test case shows that we don't need to
  186. validate input.
  187. 2005-09-01 Sebastien Pouliot <[email protected]>
  188. * HtmlTableCell.cs, HtmlTableRowCollection.cs, HtmlInputFile.cs,
  189. HtmlHead.cs, HtmlInputReset.cs, HtmlForm.cs, HtmlInputText.cs,
  190. HtmlHeadBuilder.cs, HtmlInputRadioButton.cs, HtmlAnchor.cs,
  191. HtmlButton.cs, HtmlTextArea.cs, HtmlGenericControl.cs,
  192. HtmlTableRow.cs, HtmlSelect.cs, HtmlControl.cs, HtmlImage.cs,
  193. HtmlSelectBuilder.cs, HtmlTable.cs, HtmlInputButton.cs,
  194. HtmlInputImage.cs, HtmlTableCellCollection.cs, HtmlInputCheckBox.cs,
  195. HtmlInputHidden.cs, HtmlTitle.cs, HtmlInputPassword.cs,
  196. HtmlContainerControl.cs, HtmlInputSubmit.cs: Add missing security
  197. attributes AspNetHostingPermission for Minimal level on all classes
  198. (LinkDemand) and for non-sealed classes (InheritanceDemand).
  199. 2005-08-29 Chris Toshok <[email protected]>
  200. * System.Web.UI.HtmlControls/HtmlTableCell.cs,
  201. System.Web.UI.HtmlControls/HtmlInputFile.cs,
  202. System.Web.UI.HtmlControls/HtmlForm.cs,
  203. System.Web.UI.HtmlControls/HtmlInputText.cs,
  204. System.Web.UI.HtmlControls/HtmlInputRadioButton.cs,
  205. System.Web.UI.HtmlControls/HtmlAnchor.cs,
  206. System.Web.UI.HtmlControls/HtmlButton.cs,
  207. System.Web.UI.HtmlControls/HtmlTextArea.cs,
  208. System.Web.UI.HtmlControls/HtmlGenericControl.cs,
  209. System.Web.UI.HtmlControls/HtmlSelect.cs,
  210. System.Web.UI.HtmlControls/HtmlTableRow.cs,
  211. System.Web.UI.HtmlControls/HtmlControl.cs,
  212. System.Web.UI.HtmlControls/HtmlImage.cs,
  213. System.Web.UI.HtmlControls/HtmlTable.cs,
  214. System.Web.UI.HtmlControls/HtmlInputButton.cs,
  215. System.Web.UI.HtmlControls/HtmlInputControl.cs,
  216. System.Web.UI.HtmlControls/HtmlInputImage.cs,
  217. System.Web.UI.HtmlControls/HtmlInputCheckBox.cs,
  218. System.Web.UI.HtmlControls/HtmlInputHidden.cs,
  219. System.Web.UI/Control.cs: Add WebSysDescription/WebCategory
  220. attributes.
  221. 2005-08-29 Chris Toshok <[email protected]>
  222. * HtmlInputSubmit.cs: new implementation.
  223. * HtmlInputReset.cs (ValidationGroup): implement
  224. * HtmlInputButton.cs (ValidationGroup): implement.
  225. 2005-08-29 Chris Toshok <[email protected]>
  226. * HtmlButton.cs: Fix some 2.0 Page/ClientScript obsolete warnings.
  227. * HtmlForm.cs: same.
  228. 2005-08-28 Gonzalo Paniagua Javier <[email protected]>
  229. * HtmlAnchor.cs: no need for the resolvedHRef field, as it might be set
  230. but not used. Call ResolveUrl when rendering the attributes instead.
  231. 2005-08-28 Chris Toshok <[email protected]>
  232. * HtmlHeadBuilder.cs: this is public.
  233. * HtmlSelectBuilder.cs: in 2.0 this is public.
  234. * HtmlInputButton.cs: fix boilerplate.
  235. * HtmlInputImage.cs (RaisePostBackEvent): add missing argument.
  236. (IPostBackEventHandler.RaisePostBackEvent): in 2.0, call
  237. Page.Validation(ValidationGroup).
  238. 2005-08-28 Chris Toshok <[email protected]>
  239. * HtmlInputReset.cs: mostly complete implementation.
  240. 2005-08-28 Chris Toshok <[email protected]>
  241. * HtmlInputPassword.cs: doh, make this NET_2_0 only.
  242. 2005-08-28 Chris Toshok <[email protected]>
  243. * HtmlInputPassword.cs: implement.
  244. 2005-08-28 Chris Toshok <[email protected]>
  245. * HtmlImage.cs: corcompare fixes.
  246. * HtmlInputCheckBox.cs: same.
  247. 2005-08-27 Chris Toshok <[email protected]>
  248. * HtmlControl.cs (GetAttribute, SetAttribute): implement.
  249. 2005-08-27 Chris Toshok <[email protected]>
  250. * HtmlForm.cs (DefaultButton, DefaultFocus): implement properties.
  251. (OnPreRender): figure out (hackishly) if we're uplevel rendering.
  252. If we have a default button/focus control set, register webform.js
  253. as a client script block, and emit some JS to focus the control.
  254. (RenderAttributes): verify that the DefaultButton attribute points
  255. to a valid IButtonControl implementing control. Also remove the
  256. defaultfocus/defaultbutton attributes before calling
  257. base.RenderAttributes.
  258. 2005-08-27 Kornél Pál <[email protected]>
  259. * HtmlTableCell.cs: Fixed to use Consts.
  260. 2005-08-26 Chris Toshok <[email protected]>
  261. * HtmlButton.cs (ValidationGroup): implement.
  262. (RaisePostBackEvent): gross #ifdef-iry to make sure we only have
  263. one body of the actual RaisePostBackEvent code. Also, call
  264. Page.Validate(ValidationGroup) in the 2.0 case.
  265. 2005-08-25 Miguel de Icaza <[email protected]>
  266. * HtmlHead.cs: Implement constructor, pass the tag.
  267. 2005-08-25 Sebastien Pouliot <[email protected]>
  268. * HtmlHead.cs: Fixed base class (to HtmlGenericControl).
  269. 2005-08-25 Chris Toshok <[email protected]>
  270. * HtmlForm.cs (CreateControlCollection, OnPreRender,
  271. RenderControl): implement naively, just calling base.Method.
  272. 2005-08-25 Chris Toshok <[email protected]>
  273. * HtmlForm.cs (RenderAttributes): don't strip off the stuff after
  274. the last '/' when rendering the action. Fixes comments in
  275. nGallery.
  276. 2005-08-24 Chris Toshok <[email protected]>
  277. * HtmlInputButton.cs, HtmlInputFile.cs, HtmlHead.cs,
  278. HtmlInputImage.cs, HtmlForm.cs, HtmlInputCheckBox.cs,
  279. HtmlInputHidden.cs, HtmlButton.cs, HtmlSelect.cs, HtmlControl.cs:
  280. Add MonoTODO's for all NotImplementedException's.
  281. 2005-08-18 Dick Porter <[email protected]>
  282. * HtmlTable.cs, HtmlInputButton.cs, HtmlInputFile.cs, HtmlHead.cs,
  283. HtmlInputImage.cs, HtmlForm.cs, HtmlInputText.cs,
  284. HtmlInputCheckBox.cs, HtmlAnchor.cs, HtmlInputRadioButton.cs,
  285. HtmlButton.cs, HtmlInputHidden.cs, HtmlTextArea.cs,
  286. HtmlTableRow.cs, HtmlSelect.cs, HtmlControl.cs, HtmlTitle.cs,
  287. HtmlContainerControl.cs: 2.0 API fixes and stubs and attribute fixes
  288. 2005-08-15 Sebastien Pouliot <[email protected]>
  289. * HtmlInputRadioButton.cs, HtmlInputText.cs, HtmlTextArea.cs: Renamed
  290. Load method (bad choice) to DefaultLoadPostData.
  291. 2005-08-15 Sebastien Pouliot <[email protected]>
  292. * HtmlAnchor.cs: Fixed protected RaisePostBackEvent in 2.0.
  293. * HtmlInputRadioButton.cs: Fixed Value property and LoadPostData
  294. method. Fixed support for protected LoadPostData and
  295. RaisePostDataChangedEvent in 2.0 (recursion).
  296. * HtmlInputText.cs: Fixed LoadPostData. Fixed support for protected
  297. LoadPostData and RaisePostDataChangedEvent in 2.0 (recursion).
  298. * HtmlTextArea.cs: Fixed LoadPostData. Fixed support for protected
  299. LoadPostData and RaisePostDataChangedEvent in 2.0 (recursion).
  300. 2005-08-15 Sebastien Pouliot <[email protected]>
  301. * HtmlTableCell.cs: Added "string" [TypeConverter] attribute to NoWrap
  302. for 2.0 profile. The class seems to be internal and not (yet?)
  303. implemented.
  304. 2005-08-13 Sebastien Pouliot <[email protected]>
  305. * HtmlAnchor.cs: Add Localizable attribute to 2.0 profile.
  306. * HtmlEmptyTagControlBuilder.cs: New. ControlBuilder required for
  307. (at least) HtmlInputControl in 2.0 profile.
  308. * HtmlInputControl.cs: Use a new ControlBuilder class for 2.0 profile.
  309. * HtmlInputText.cs: Fix DefaultValue attribute for 2.0 profile.
  310. 2005-08-09 Dick Porter <[email protected]>
  311. * HtmlSelect.cs: Clear databindings when adding a new one; cope
  312. with assorted combinations of empty text and value fields; write
  313. <option> tags manually to match ms HTML output. All fix nunit
  314. tests.
  315. 2005-08-08 Sebastien Pouliot <[email protected]>
  316. * HtmlInputControl.cs: Remove code to handle password (wrong place)
  317. and fixed type handling for 2.0.
  318. * HtmlInputText.cs: Added code to remove (only in 1.x) the value when
  319. the type == password. Tests indicates that the value is present for
  320. 2.0.
  321. 2005-08-05 Dick Porter <[email protected]>
  322. * HtmlSelect.cs: Fix databinding when one or other of Name and
  323. Value aren't supplied (thanks to Peter for the patch); Make
  324. <option> indenting match ms output.
  325. 2005-07-30 Ben Maurer <[email protected]>
  326. * HtmlForm.cs: Make sure we actually put the "?" in the url
  327. 2005-07-29 Dick Porter <[email protected]>
  328. * HtmlForm.cs: Simplify the rendering code by using QueryStringRaw
  329. instead of building the query string by hand
  330. 2005-07-27 Dick Porter <[email protected]>
  331. * HtmlInputCheckBox.cs: New implementation
  332. 2005-07-26 Peter Dennis Bartok <[email protected]>
  333. * HtmlSelect.cs: Added missing attributes
  334. 2005-07-26 Dick Porter <[email protected]>
  335. * HtmlSelect.cs: New implementation
  336. 2005-07-26 Miguel de Icaza <[email protected]>
  337. * HtmlForm.cs: It is possible to have keys with no values in the
  338. query string, do not try to process those on the foreach loop.
  339. The question is: what should happen if I only get the key?
  340. Example: file_with_a_form.aspx?a
  341. 2005-07-25 Peter Dennis Bartok <[email protected]>
  342. * HtmlForml.cs: Implemented UniqueID (new in sp1)
  343. * HtmlButton.cs, HtmlInputButton.cs, HtmlInputImage.cs: Attribute fixes
  344. 2005-07-24 Dick Porter <[email protected]>
  345. * HtmlForm.cs: Add the trailing query string to the form action;
  346. fixes bug shown in Test/standalone/htmlform/qs_postback.aspx
  347. 2005-07-22 Dick Porter <[email protected]>
  348. * HtmlInputFile.cs: Add assembly attributes
  349. 2005-07-21 Dick Porter <[email protected]>
  350. * HtmlImage.cs: The src attribute needs to be a relative URL;
  351. close the HTML element when rendering attributes, to match the MS
  352. impl.
  353. * HtmlForm.cs: Added assembly attributes; don't render ID twice;
  354. don't render enctype and target if they are empty strings;
  355. implement a Render overload to keep corcompare quiet.
  356. 2005-07-20 Chris Toshok <[email protected]>
  357. * HtmlForm.cs (RenderAttributes): if there are submit statements,
  358. we need to render those.
  359. * HtmlInputImage.cs: same.
  360. * HtmlInputButton.cs: hook up the client validation stuff.
  361. * HtmlButton.cs: same, except a lot more complicated due to
  362. postback handling.
  363. 2005-07-19 Dick Porter <[email protected]>
  364. * HtmlImage.cs: Added attributes; use Int32.Parse instead of
  365. Convert.ToInt32
  366. 2005-07-18 Sebastien Pouliot <[email protected]>
  367. * HtmlInputControl.cs: Fix Type when using ctor(null). Now use
  368. ControlID for Name (and not ID). Added ControlBuilder attribute.
  369. * HtmlTable.cs: Simplify check when adding controls.
  370. * HtmlTableRow.cs: Simplify check when adding controls.
  371. 2005-07-18 Jackson Harper <[email protected]>
  372. * HtmlInputHidden.cs: Use Events Add/Remove. Add DefaultEvent
  373. attribute.
  374. 2005-07-15 Jackson Harper <[email protected]>
  375. * HtmlInputImage.cs: Use Events Add/Remove. Remove uneeded
  376. constant. Update fetching from viewstate code to use new
  377. convenience method.
  378. 2005-07-15 Jackson Harper <[email protected]>
  379. * HtmlInputButton.cs: Add DefaultEventAttribute.
  380. 2005-07-15 Sebastien Pouliot <[email protected]>
  381. * HtmlInputControl.cs: Removed internal property (no more required to
  382. compile).
  383. * HtmlInputRadioButton.cs: Optimized events.
  384. * HtmlInputText.cs: Optimized events.
  385. * HtmlTable.cs: Added CultureInfo.InvariantCulture when parsing
  386. strings to integers.
  387. * HtmlTableCell.cs: Added CultureInfo.InvariantCulture when parsing
  388. strings to integers.
  389. * HtmlTextArea.cs: Optimized events.
  390. 2005-07-15 Sebastien Pouliot <[email protected]>
  391. * HtmlAnchor.cs: Added URL resolution (doesn't get me the expected
  392. result) and fixed compatibility for a weird behaviour of the HRef
  393. attribute handling. Optimized events.
  394. 2005-07-14 Jackson Harper <[email protected]>
  395. * HtmlInputButton.cs: Use Events Add/Remove. Remove Causesvalidation
  396. string constant. Use new method for accessing ViewState
  397. data. Don't remove value from the view state if it is the default.
  398. 2005-07-14 Jackson Harper <[email protected]>
  399. * HtmlButton.cs: Use Events Add/Remove. Remove Causesvalidation
  400. string constant. Use new method for accessing ViewState
  401. data. Don't remove value from the view state if it is the default.
  402. 2005-07-14 Dick Porter <[email protected]>
  403. * HtmlInputFile.cs: New implementation
  404. 2005-07-14 Jackson Harper <[email protected]>
  405. * HtmlInputControl.cs: Use ClientID for input controls name.
  406. 2005-07-14 Dick Porter <[email protected]>
  407. * HtmlForm.cs: New Implementation
  408. 2005-07-13 Sebastien Pouliot <[email protected]>
  409. * HtmlTable.cs: Added missing attributes.
  410. * HtmlTableCell.cs: Added missing attributes except for ControlBuilder
  411. as the builder's type isn't public.
  412. * HtmlInputControl.cs: Added missing attributes.
  413. * HtmlInputText.cs: Added missing attributes.
  414. * HtmlInputRadioButton.cs: Added missing attributes.
  415. * HtmlAnchor.cs: Added missing attributes.
  416. * HtmlTextArea.cs: Added missing attributes.
  417. * HtmlTableRow.cs: Added missing attributes.
  418. 2005-07-12 Sebastien Pouliot <[email protected]>
  419. * HtmlAnchor.cs: Added DefaultValue attributes.
  420. * HtmlInputControl.cs: Added DefaultValue attributes.
  421. * HtmlInputRadioButton.cs: Added DefaultValue attributes.
  422. * HtmlInputText.cs: Added DefaultValue attributes. Added method
  423. RenderAttributes in 1.1 profile.
  424. * HtmlTable.cs: Fix DefaultValue to "".
  425. * HtmlTextArea.cs: Added DefaultValue attributes.
  426. 2005-07-12 Sebastien Pouliot <[email protected]>
  427. * HtmlTableCell.cs: Added DefaultValue attributes.
  428. * HtmlTable.cs: Added DefaultValue and ParseChildren attributes.
  429. * HtmlTableRowCollection.cs: Reworked collection to share data with
  430. HtmlTable.Controls.
  431. * HtmlTableCellCollection.cs: Reworked collection to share data with
  432. HtmlTableRow.Controls.
  433. * HtmlTableRow.cs: Added DefaultValue and ParseChildren attributes.
  434. 2005-07-09 Sebastien Pouliot <[email protected]>
  435. * HtmlTableRowCollection.cs: Fixed property name to IsReadOnly.
  436. 2005-07-08 Sebastien Pouliot <[email protected]>
  437. * HtmlTextArea.cs: Use CultureInfo.InvariantCulture in ToString ().
  438. 2005-07-08 Sebastien Pouliot <[email protected]>
  439. * HtmlContainerControl.cs: Fixed removal of attribute/viewstate for
  440. "innerhtml".
  441. * HtmlTextArea.cs: New implementation.
  442. 2005-07-07 Jackson Harper <[email protected]>
  443. * HtmlInputImage.cs: New implementation.
  444. 2005-07-07 Sebastien Pouliot <[email protected]>
  445. * HtmlAnchor.cs: protected RaisePostBackEvent is in 2.0 only.
  446. * HtmlInputControl.cs: New implementation.
  447. * HtmlInputRadioButton.cs: New implementation.
  448. * HtmlInputText.cs: New implementation.
  449. 2005-07-07 Jackson Harper <[email protected]>
  450. * HtmlInputHidden.cs: New implementation.
  451. 2005-07-07 Jackson Harper <[email protected]>
  452. * HtmlAnchor.cs: Call base OnPreRender from override.
  453. 2005-07-07 Jackson Harper <[email protected]>
  454. * HtmlInputButton.cs: New implementation.
  455. 2005-07-07 Dick Porter <[email protected]>
  456. * HtmlImage.cs: New implementation
  457. 2005-07-07 Sebastien Pouliot <[email protected]>
  458. * HtmlAnchor.cs: Fixed to remove attributes properly.
  459. * HtmlTable.cs: New implementation.
  460. * HtmlTableCell.cs: New implementation.
  461. * HtmlTableCellCollection.cs: New implementation.
  462. * HtmlTableRow.cs: New implementation.
  463. * HtmlTableRowCollection.cs: New implementation.
  464. 2005-07-06 Jackson Harper <[email protected]>
  465. * HtmlButton.cs: New implementation.
  466. 2005-07-06 Sebastien Pouliot <[email protected]>
  467. * HtmlAnchor.cs: New implementation.
  468. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  469. * HtmlTableCell.cs:
  470. * HtmlControl.cs: updates for 1.1 SP1.
  471. 2005-05-20 Gonzalo Paniagua Javier <[email protected]>
  472. * HtmlInputFile.cs: fixed typo in the setter for MaxLength. Closes bug
  473. number 74989.
  474. 2005-05-06 Lluis Sanchez Gual <[email protected]>
  475. * HtmlHead.cs: Fix warning.
  476. 2005-04-22 Lluis Sanchez Gual <[email protected]>
  477. * HtmlForm.cs: Use the new WriteSubmitStatements method from
  478. Page.ClientScript.
  479. 2005-03-11 Lluis Sanchez Gual <[email protected]>
  480. * HtmlInputButton.cs, HtmlAnchor.cs, HtmlButton.cs: Don't use
  481. Page.GetPostBackClientEvent since it is deprecated in 2.0.
  482. 2005-02-25 Lluis Sanchez Gual <[email protected]>
  483. * HtmlForm.cs: Register the form in the page, so the page knows
  484. which is the main form.
  485. 2005-02-18 Lluis Sanchez Gual <[email protected]>
  486. * HtmlHead.cs: Method name fix.
  487. 2005-01-20 Gonzalo Paniagua Javier <[email protected]>
  488. * HtmlForm.cs: submitStatements holds Hashtables.
  489. 2004-12-20 Lluis Sanchez Gual <[email protected]>
  490. * HtmlHead.cs: Implemented.
  491. * HtmlHeadBuilder.cs: Implemented.
  492. * HtmlTitle.cs: Implemented.
  493. 2004-12-15 Gonzalo Paniagua Javier <[email protected]>
  494. * HtmlForm.cs: MakeRelative() can be null. Thanks to Denis Gervaille.
  495. 2004-11-29 Gonzalo Paniagua Javier <[email protected]>
  496. * HtmlForm.cs: fixed the Action property when running a different
  497. page than the one requested (Transfer). Closes bug #69318.
  498. 2004-11-26 Lluis Sanchez Gual <[email protected]>
  499. * HtmlForm.cs: Add submit statements from the new Page.ClientScript
  500. property.
  501. 2004-06-23 Gonzalo Paniagua Javier <[email protected]>
  502. * HtmlForm.cs: disabled smartnavigation as we have no scripts to support
  503. it and failed when the browser was IE.
  504. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  505. * HtmlForm.cs: default value for Enctype is "".
  506. * HtmlInputFile.cs: if no one set the encoding type for the HtmlForm,
  507. we set it to "multipart/form-data". Fixes bug #58359.
  508. 2004-01-15 Alon Gazit <[email protected]>
  509. * HtmlForm.cs: The property name always return the value of the
  510. property UniqueID.
  511. 2003-12-28 Alon Gazit <[email protected]>
  512. * HtmlSelect.cs: fix typo in LoadPostData().
  513. 2003-12-29 Alon Gazit <[email protected]>
  514. * HtmlInputButton.cs: update the implementation of RenderAttributes().
  515. Change the if statement that determines if the onclick script is
  516. rendered.
  517. 2003-12-28 Alon Gazit <[email protected]>
  518. * HtmlSelect.cs: add parentheses to if statement.
  519. Currently the else statement refers to the inner if statement.
  520. 2003-12-28 Alon Gazit <[email protected]>
  521. * HtmlSelect.cs: fix upper bound of for statement.
  522. 2003-12-19 Jackson Harper <[email protected]>
  523. * HtmlInputFile.cs: Do not set value when loading post data.
  524. 2003-12-14 Alon Gazit <[email protected]>
  525. * HtmlInputButton.cs: The problem was in RenderAttributes().
  526. Before adding the script to the HTML, the number of Validators should
  527. be checked. fixes bug #52158.
  528. 2003-12-07 Alon Gazit <[email protected]>
  529. * HtmlTableCell.cs: fixing a typo in NoWrap property.
  530. 2003-12-04 Jackson Harper <[email protected]>
  531. * HtmlInputRadioButton.cs: Lookup name in postadata and compare to
  532. value. This is because radio button groups are created by setting
  533. the name to the same value with each button, then on postback the
  534. value of the name is the id of the selected radio button.
  535. 2003-12-03 Gonzalo Paniagua Javier <[email protected]>
  536. * HtmlContainerControl.cs: encode/decode InnerText. Fixes bug #51653.
  537. 2003-12-03 Gonzalo Paniagua Javier <[email protected]>
  538. * HtmlSelect.cs: with the new LosFormatter, we get array types right, so
  539. remove the code used to workaround that.
  540. 2003-12-01 Jackson Harper <[email protected]>
  541. * HtmlControl.cs: Fix disabled property. Patch by Alon Gazit
  542. <[email protected]>.
  543. 2003-11-25 Gonzalo Paniagua Javier <[email protected]>
  544. * HtmlSelect.cs: don't add items without data. Patch by Alon Gazit
  545. <[email protected]>. Fixes bug #51377.
  546. 2003-11-24 Gonzalo Paniagua Javier <[email protected]>
  547. * HtmlInputRadioButton.cs: initialize event indexer. Patch by Alon Gazit
  548. <[email protected]>.
  549. 2003-10-29 Jackson Harper <[email protected]>
  550. * HtmlControl.cs: Make disabled an attribute of the control so it
  551. is rendered. This is a slightly modifed version of a patch
  552. by Yaron Shkop. Fixes bug #50160.
  553. 2003-10-16 Gonzalo Paniagua Javier <[email protected]>
  554. * HtmlTextArea.cs: fixed infinite recursion.
  555. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  556. * HtmlForm.cs: render the onsubmit attribute.
  557. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  558. * HtmlGenericControl.cs: ConstructorNeedsTag defaults to false so we
  559. need to pass true here. Fixes bug #47918.
  560. 2003-07-17 Andreas Nahr <[email protected]>
  561. * HtmlContainerControl.cs: Added attributes
  562. * HtmlControl.cs: Added attributes
  563. * HtmlInputControl.cs: Fixed public signature
  564. * HtmlInputRadioButton.cs: Fixed public signature
  565. * HtmlSelect.cs: Added missing attribute
  566. * HtmlTable.cs: Added missing attribute
  567. 2003-06-20 Gonzalo Paniagua Javier <[email protected]>
  568. * HtmlSelect.cs: fixed bug #44894.
  569. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  570. * HtmlImage.cs:
  571. * HtmlInputControl.cs:
  572. * HtmlSelect.cs: added control builder attribute.
  573. * HtmlSelectBuilder.cs: builder for HtmlSelect.
  574. * HtmlControlBuilder.cs: common builder for all HtmlControls.
  575. 2003-01-29 Gonzalo Paniagua Javier <[email protected]>
  576. * HtmlControl.cs: _tagName is now internal.
  577. * HtmlGenericControl.cs: use the field in HtmlControl to keep the tag
  578. name.
  579. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  580. * System.Web.UI.HtmlControls/HtmlForm.cs: render 'action' attribute.
  581. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  582. * HtmlInputButton.cs: fixed bug #35677.
  583. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  584. * HtmlInputControl.cs: fixed bug #35673.
  585. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  586. * HtmlInputText.cs: fixed bug #35670.
  587. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  588. * HtmlSelect.cs: fixed LoadViewstate.
  589. 2002-11-07 Gonzalo Paniagua Javier <[email protected]>
  590. * HtmlButton.cs: make it do a POST if the button has any ServerClick
  591. events.
  592. 2002-09-23 Gonzalo Paniagua Javier <[email protected]>
  593. * HtmlAnchor.cs:
  594. * HtmlButton.cs:
  595. * HtmlContainerControl.cs:
  596. * HtmlControl.cs:
  597. * HtmlForm.cs:
  598. * HtmlGenericControl.cs:
  599. * HtmlImage.cs:
  600. * HtmlInputButton.cs:
  601. * HtmlInputCheckBox.cs:
  602. * HtmlInputControl.cs:
  603. * HtmlInputFile.cs:
  604. * HtmlInputHidden.cs:
  605. * HtmlInputImage.cs:
  606. * HtmlInputRadioButton.cs:
  607. * HtmlInputText.cs:
  608. * HtmlSelect.cs:
  609. * HtmlTable.cs:
  610. * HtmlTableCell.cs:
  611. * HtmlTableRow.cs:
  612. * HtmlTextArea.cs: added almost all missing attributes.
  613. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  614. * HtmlControl.cs: the attributes must use ViewState as its StateBag,
  615. if not style values are lost between postbacks.
  616. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  617. * HtmlAnchor.cs:
  618. * HtmlButton.cs:
  619. * HtmlInputButton.cs:
  620. * HtmlInputCheckBox.cs:
  621. * HtmlInputHidden.cs:
  622. * HtmlInputImage.cs:
  623. * HtmlInputText.cs:
  624. * HtmlTextArea.cs: Initialize EventHandlerList indexer.
  625. * HtmlContainerControl.cs: almost rewritten to use a LiteralControl
  626. instead of maintaining some flags and strings. Implemented
  627. LoadViewState.
  628. * HtmlControl.cs: fixed constructor and added ViewStateIgnoreCase.
  629. * HtmlSelect.cs: fixed TrackViewState, SaveViewState, SelectedIndices
  630. and Value.
  631. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  632. * HtmlGenericControl.cs: fixed TagName signature and get/set.
  633. * HtmlInputImage.cs: added attribute and fixed signature of ServerClick.
  634. * HtmlInputText.cs: added attribute.
  635. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  636. * HtmlForm.cs: don't render action attribute.
  637. 2002-07-04 Gonzalo Paniagua Javier <[email protected]>
  638. * HtmlContainerControl.cs:
  639. (CreateControlCollection): added. All containers must have a non-empty
  640. control collection.
  641. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  642. * System.Web.UI.HtmlControls/HtmlAnchor.cs:
  643. * System.Web.UI.HtmlControls/HtmlButton.cs:
  644. * System.Web.UI.HtmlControls/HtmlControl.cs:
  645. * System.Web.UI.HtmlControls/HtmlForm.cs:
  646. * System.Web.UI.HtmlControls/HtmlGenericControl.cs:
  647. * System.Web.UI.HtmlControls/HtmlInputButton.cs:
  648. * System.Web.UI.HtmlControls/HtmlInputCheckBox.cs:
  649. * System.Web.UI.HtmlControls/HtmlInputControl.cs:
  650. * System.Web.UI.HtmlControls/HtmlInputFile.cs:
  651. * System.Web.UI.HtmlControls/HtmlInputHidden.cs:
  652. * System.Web.UI.HtmlControls/HtmlInputImage.cs:
  653. * System.Web.UI.HtmlControls/HtmlInputRadioButton.cs:
  654. * System.Web.UI.HtmlControls/HtmlInputText.cs:
  655. * System.Web.UI.HtmlControls/HtmlSelect.cs:
  656. * System.Web.UI.HtmlControls/HtmlTable.cs:
  657. * System.Web.UI.HtmlControls/HtmlTableCell.cs:
  658. * System.Web.UI.HtmlControls/HtmlTableRow.cs:
  659. * System.Web.UI.HtmlControls/HtmlTextArea.cs:
  660. Fixes based on class status page:
  661. - Add attributes (DefaultEvent, ParseChildren).
  662. - Fix declarations.
  663. - Explicitly implement some interfaces (IPostBackDataHandler
  664. and IPostBackEventHandler).
  665. - Implemented some missing methods.
  666. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  667. * HtmlForm.cs:
  668. (RenderChildren): use OnFormRender and OnFormPostRender.
  669. 2002-06-09 Gonzalo Paniagua Javier <[email protected]>
  670. * HtmlSelect.cs:
  671. (RenderAttributes): new -> override and fixes stack overflow.
  672. (RenderChildren): only 1 option can be selected at any given time
  673. except when Multiple property is true.
  674. (Multiple): the attribute value is either "true" or "false", not
  675. "multiple".
  676. * HtmlTable.cs:
  677. (Add):
  678. (AddAt): allow HtmlTableRow as children, not HtmlTableCell.
  679. * HtmlTableCell.cs:
  680. (RenderEndTag): new -> override.
  681. * HtmlTableRow.cs:
  682. (RenderChildren): fixed another stack overflow.
  683. (RenderEndTag): new -> override.
  684. * HtmlTextArea.cs:
  685. (RenderAttributes): new -> override.
  686. 2002-06-07 Gonzalo Paniagua Javier <[email protected]>
  687. * HtmlInputHidden.cs: fixed constructor.
  688. * HtmlInputRadioButton.cs:
  689. (RenderAttributes): fixed stack overflow.
  690. (Name):
  691. (RenderedName): new -> override.
  692. (Value): new property.
  693. * HtmlInputText.cs:
  694. (RenderAttributes): fixed the same kind of stack overflow and make
  695. string comparison case insensitive.
  696. 2002-06-07 Gonzalo Paniagua Javier <[email protected]>
  697. * HtmlForm.cs: fixed name of Enctype property and render enctype
  698. enctype attribute.
  699. * HtmlInputControl.cs: tag type is "input", not "type".
  700. 2002-06-06 Gonzalo Paniagua Javier <[email protected]>
  701. * HtmlControl.cs: Render contents moved to new RenderBeginTag method,
  702. defined in MS docs.
  703. * HtmlForm.cs: Render output when no IE browser.
  704. * HtmlInputButton.cs: added constructor without arguments. Xsp used it,
  705. though now it always use the other .ctor.
  706. * HtmlInputControl.cs: cosmetic changes and implemented set_Name.
  707. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  708. * HtmlButton.cs: RenderAttributes is an override, not new.
  709. * HtmlContainerControl.cs: use the new Render method in HtmlControl.
  710. * HtmlControl.cs: added Render method to render the tag and its
  711. attributes. Works for container and non-containers.
  712. * HtmlImage.cs: RenderAttributes don't need to be new. Implemented
  713. Height property.
  714. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  715. * HtmlContainerControl.cs: some formatting and use HttpUtility.Encode
  716. instead of Page.Server to encode InnerText.
  717. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  718. * HtmlAnchor.cs:
  719. (RenderAttributes): new -> override and fixed little bug that made
  720. it cause an stack overflow.
  721. * HtmlContainerControl.cs: reformatted and added tag and attributes
  722. rendering.
  723. * HtmlGenericControl.cs: removed TagName, which is already in
  724. HtmlControl.
  725. * HtmlTable.cs:
  726. (RenderEndTag): new -> override.
  727. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  728. * System.Web.UI.HtmlControls/HtmlForm.cs:
  729. (RenderAttributes): changed new by override.
  730. (Name): allow setting the property.
  731. 2002-05-10 Duncan Mak <[email protected]>
  732. * HtmlTableCellCollection.cs (this): Updated the indexer to return
  733. the right type, HtmlTableCell instead of HtmlTableRow.
  734. * HtmlInputImage.cs (OnServerClick): Commented out parts that
  735. won't compile.
  736. * HtmlForm.cs (RenderAttributes):
  737. (RenderChildren): Commented out code that doesn't compile.
  738. 2002-05-07 Duncan Mak <[email protected]>
  739. * HtmlSelect.cs (TrackViewState): Added 'new' keyword to avoid
  740. clashing with the method defined in the parent class.
  741. (OnDataBinding): Added missing casts.
  742. * HtmlForm.cs (Render): Fixed call too SetAttribute, need to cast
  743. 'this' to IAttributeAccessor before calling interface method.
  744. Also renamed some calls to reflect changes in the API.
  745. * HtmlControl.cs (WriteOnClickAttribute): Made it not static and
  746. fixed a typo.
  747. 2001-09-03 Leen Toelen <[email protected]>
  748. * HtmlAnchor.cs: Initial implementation.
  749. * HtmlTextArea.cs: Initial implementation.
  750. 2001-08-22 Bob Smith <[email protected]>
  751. * HtmlContainerControl.cs: Initial implementation.
  752. * HtmlControl.cs: Initial implementation.
  753. * HtmlGenericControl.cs: Initial implementation.