Sorry I can't supply a solution, but I can verify I have the same problem on
another device. See the next page of issues...the one entitled "Mobile, Link
Button, Grid..." is mine, with 12 posts.

Signature
Mike McAllister
> Hi,
>
[quoted text clipped - 14 lines]
> Regards
> /Oscar
Oscar Thornell - 13 Mar 2006 15:35 GMT
Hi,
The problems are related to ASP.NET 2.0 usage/identification of client
capabilities.
http://msdn2.microsoft.com/en-us/library/x3k2ssx2(VS.80).aspx
Adding the following code in Page_Load should solve your problem...
Page.ClientTarget = "Uplevel";
/Oscar
> Sorry I can't supply a solution, but I can verify I have the same problem
> on
[quoted text clipped - 20 lines]
>> Regards
>> /Oscar
Mike McAllister - 17 Mar 2006 22:48 GMT
PPC-Oscar,
I tried adding Page.ClientTarget = "Uplevel"; to the Page_Load of all my
application's pages. However, it didn't work.
I guess it's a bug in the one device...a Sprint PPC-6700 SmartPhone device.
Thanks,

Signature
Mike McAllister
> Hi,
>
[quoted text clipped - 31 lines]
> >> Regards
> >> /Oscar