OK, I thought I could find the answer to this somewhere, but it's eluding
me. How do I set focus to a text box in an ASP.NET page displayed under
Windows CE? All the usual script tricks don't seem to work.
First I tried mobile controls, but the intermediate layer strips out scripts
(OK, I should have expected that).
Then I tried regular ASP.NET with a targetSchema set to HTML Mobile,
expecting that would limit flag any unsupported stuff. The page is fine in
regular IE, but in CE emulation focus isn't set.
Is there a doc anywhere describing what I can't do in CE Internet Explorer?
I can't find it...
Thanks,
Jeff
Beige Bond - 01 Mar 2005 17:47 GMT
OK, answer was at:
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.aspnet.mob
ile/browse_thread/thread/1864e15df24ab858/c1e22cfda678c940?q=setting+focus+in+AS
P.NET+Mobile&_done=%2Fgroups%3Fq%3Dsetting+focus+in+ASP.NET+Mobile%26&_doneTitle
=Back+to+Search&&d#c1e22cfda678c940
For some reason Outlook Express doesn't get old posts...
> OK, I thought I could find the answer to this somewhere, but it's eluding
> me. How do I set focus to a text box in an ASP.NET page displayed under
[quoted text clipped - 13 lines]
>
> Jeff