Hi,
We developed web based application using asp.net and MMIT. This
application works for Internet explorer 5.5 above and Pocket IE
browser.
We use basic javascript on client side. It works fine for Pocket IE
(Pocket PC2002). But same page does not work for PIE(PPC2003).
Detail explaination:
I have login page where user need to enter user id and password.They
can enter either typing or using number keypad. (In login page we have
created number pad using html buttons). If user does not enter
anything and click on login it does client side validation and alert
the message. If I run the same login page in PIE(PPC 2003) it gives
javascript error that control not found. I am getting controls
collection and checking the name of the control. Another thing is If I
remove some of the controls from the page than it is finding the
textbox control.
Is there any limitation of controls on PIE(PPC2003)?


Thanks

Bhrugesh