I'm using ASP.NET 1.1 Mobile Controls and I have a form where I add a
Command button and change the Format property to "Link".
When I run it through IE, it renders as a LinkButton (anchor), but when I
run the form using the browser on my Blackberry, it renders as a normal
button instead of a LinkButton.
What controls that?
I'm pretty sure it is not some issue with the Blackberry browser because the
buttons in the ObjectList control render as LinkButtons and work just fine.