I'm curious how the original poster actually got the IE Web controls to work with xsp.
I ask this because a long time ago (over a year ago) I began an effort to implement the IE Web Controls Tabbed Dialog control from the help docs online and got about 70% there. It would be very helpful for me if the IE Web controls worked ith xsp 'out of the box' Refards, JBA -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua Javier Sent: Tuesday, 1 June 2004 10:50 AM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] patch to make IEWebControls TreeView work with IEand opera El mar, 01-06-2004 a las 00:34, Markus Kr�utner escribi�: > Hello, > > I read on the mono web page, I am supposed to post patches to this > list, > so here they are. > 1. When using the IE WebControls (from M$) with Internet Explorer and > XSP, the HtmlTextWriter does not write end tags it does not know (see > ie.diff patch), so the rendering fails. Can you create a bug report in bugzilla and attach a test case for that? > 2. When using the opera browser, it sends "Content-type", instead of > "Content-Type", which causes HttpWorkerRequest and XSP not to recognize > it => no events are delivered to asp.net controls (opera*.diff patch). I fixed this locally by using case-insensitive hashcode provider and comparer for the Hashtables. I will commit once Beta 2 is released (a few hours from now). Thanks! -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
