Hi, I was trying to create a generic timer-form for mobile asp.net.

I followed the gotdotnet tutorial that creates a timerform for
html/chtml/wml/upwml:

http://samples.gotdotnet.com/MobileQuickStart/Default.aspx?url=doc/TimerForm.a
spx

Unfortunately it does not work for XHTML-MP (introduced on device update
4). XHTML uses the same approach as HTML: <meta refresh> inside the
<head></head> tag.

I could diagnose the cause of this problem: the class
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter

does not have a method equivalent to
System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.RenderExtraHeadElements

As that would allow me to render the extra <meta> tag inside the
<head><head> tag.

The $1M question is: how do I render extra tags inside the <head> tag using
the xhtml-mp classes?

Thank you in advance, I'm pretty much clueless...

Leonardo Constantino

===================================
This list is hosted by DevelopMentor?  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with CSharp
August 30 - September 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with CSharp
August 30 - September 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to