Hi, I've created a mobile user control with a selection list and mobile command in it, it's mean for site navigation, code follows User control ==========
Go
I have an on_click event handler on the GoCommand as follows
Even handler
==========
When I run this code on the pocket pc it works fine and the app redirects to the selected page but
when I run it on blackberry the selected value of the list is lost, anybody any ideas? Also if include the above code directly in each page it works fine on the blackberry Iain
iain_scott
Member
110 Points
22 Posts
Selection lists in user control - Blackberry
Aug 29, 2003 03:54 PM|LINK
private void GoCommand_Click(object sender, System.EventArgs e) { Server.Transfer(NavSelectionList.Selection.Value); }When I run this code on the pocket pc it works fine and the app redirects to the selected page but when I run it on blackberry the selected value of the list is lost, anybody any ideas? Also if include the above code directly in each page it works fine on the blackberry Iain