Hi,
I created a mobile website in vb.net. Currently the website is accessible on all the smartphones except for Blackberry. Does anyone have any thoughts about this. Why isnt working on blackberry? The website has simple login page from which it should take the user to the second page where there are two link buttons
<
mobile:Link ID="Link1" Runat="server" NavigateUrl="ClerkshipPatientLog.aspx">Clerkship Patient Log</mobile:Link>
<mobile:Link ID="Link2" Runat="server" NavigateUrl="ClerkshipProcedureLog.aspx">Clerkship Procedure Log</mobile:Link>
The website is working fine until it reaches this page. When the user has to select one of these two link buttons the cursor is changed to a hand symbol. I thought this means it is detecting the links. But when I try to click nothing happens. It just stays on the same page. I would appreciate if anyone can share your thoughts on this.
Thanks
Radha