Asked by:
vs 2010 edit button in gridview does not response

Question
-
User-361971022 posted
in vs 2010 (asp.net) gridview 's edit button does not response(do nothing) in intermec-windows pocket pc. but no problem on pc. any idea?
Tuesday, May 29, 2012 3:52 AM
All replies
-
User541108374 posted
Hi,
can you check if javascript's enabled for that device/browser? Just in case.
Grz, Kris.
Tuesday, May 29, 2012 3:58 AM -
User-361971022 posted
how can I check ? thanks.
note: same program was ok in vs 2008
Wednesday, May 30, 2012 4:28 AM -
User1943143334 posted
Hi,
Are you talking about the emulator which you get with VS 2010?
If yes, then you can enable JavaScript from the Internet Explorer settings(In Mobile device Internet Explorer)!
Hope it helps u...
Wednesday, May 30, 2012 4:50 AM -
User-361971022 posted
I am using microsoft pocket pc ver 4.20 in rf terminal.
problem exist since I upgraded VS 2008 to VS 2010 on my pc. After I changing the program in VS 2010 problem occured.
so I check and I didn't find any options that control the java properties
thnaks.
Wednesday, May 30, 2012 5:05 AM -
User1943143334 posted
Hi,
You may need to enable JavaScript in the Internet Explorer of Microsoft Pocket PC!
Go the Settings in the Options of Internet Explorer and select the Enable JavaScript option!
Check the below link!
http://www.ehow.com/how_6080788_enable-javascript-2003-pocket-pc.html
Hope it helps u...
Wednesday, May 30, 2012 5:17 AM -
User-361971022 posted
thks for reply but I can not find "Internet Explorer Tool for Pocket PC" program. colud you help pls.
Thursday, May 31, 2012 3:01 AM -
User1943143334 posted
Hi,
Check the below links to enable JavaScript in Pocket PC!
http://www.ehow.com/how_6637057_enable-javascript-windows-mobile-6.html
http://www.ehow.com/how_8523718_enable-javascript-windows-mobile.html
Moreover, you can check this link!
Hope it helps u...
Thursday, May 31, 2012 4:41 AM -
User-361971022 posted
If I have use vs 2008 program os working fine. in vs 2010 problem. is it related .net 4.0 ? if so does it any application to install to mobile device?
Thursday, May 31, 2012 7:15 AM -
User1943143334 posted
Hi,
Can you show us the screenshot of emulators you use in VS 2008 and VS 2010?
Thursday, May 31, 2012 7:31 AM -
User-361971022 posted
I am not using emulator. I am using intermec 730 rf terminal barkod reader.
Thursday, May 31, 2012 7:35 AM -
User1943143334 posted
Hi,
Atleast show us how you are using in VS 2008 and VS 2010?
Hope it helps u...
Friday, June 1, 2012 7:51 AM -
User-126879547 posted
Hai
add this in u r gridview SelectedIndexChanged
protected void gvwappliedjobs_SelectedIndexChanged(object sender, EventArgs e)
{}
thank u
Friday, June 1, 2012 7:58 AM