ASPFriends.com 'aspngmob' list Archive - February 2002
Messages
Page: 1
OFF TOPIC - Free Mobile Emulator? (3 replies, VIP)
ASPFriends.com 'aspngmob' list
Moved from [aspngfreeforall] to [aspngmob] by Alex Lowe webmaster@asp grandrapids.net Sorry about this post, but I don't know where else to ask. Is there any free mobile emulator to test ASP.NET applications? Cheers, xico
Mobile Toolkit (4 replies)
ASPFriends.com 'aspngmob' list
Is it possible to manually install the Mobile Toolkit? Thanks, ~Brad Kingsley Microsoft MVP ASP Windows 2000 MCSE http://www.orcsweb.com/ Windows 2000 Advanced Hosting #1 in Service and Support
ASP.NET and PocketIE 2002 (11 replies)
ASPFriends.com 'aspngmob' list
Could someone who's tested ASP.NET AutoPostBack objects on PocketIE 2002 let me know how successful/unsuccessful their endeavor was? Thanks, Christopher Miller
Start of Hello World Fail (2 replies)
ASPFriends.com 'aspngmob' list
Hi, I'm new to Mobile App development, I just install a MMIT Beta 2, while once I try to open a new project in VS.NET (Beta 2), the Design Mode show a error message: The file failed to load in the Web Form Designer....File or assumbly name EnvDTE, or one of its dependencies, was not found. Moreover, in View Code mode, the System.Web.Mobile and System.Web.UI.MobileControls are both "underlined".. s...
Mobile Link vs. Command Objects (2 replies)
ASPFriends.com 'aspngmob' list
I have a Mobile Internet Toolkit (MIT) web that currently uses a Link to reference a file to be downloaded (PDF, MS Word document or MS Excel Spreadsheet). This all work great on my IPAQ Pocket PC 2002 including features to Open after download and redirection of storage location. However, I need to place some addition security and audit logic around the request. I have changed the Link to a Comman...
Start of Mobile web form (2 replies)
ASPFriends.com 'aspngmob' list
hi, i just want to start to do the mobile web from in VS.NET Beta 2. How should I start it? I wrote a simple function in Page load, while how can I browse this form in a Mobile Explorer? I download and installed a embedded visual tool, but I still can't find a Mobile Explorer option when I right click the Startup file in VS.NET? any more emulator I should download first? Thanks, Peter Chat with fr...
PocketPC 2002 Emulator with VS.NET Beta2 (3 replies, VIP)
ASPFriends.com 'aspngmob' list
Hi, How can I view a PocketPC point of view for a Mobile Web application in VS.NET Beta 2? I installed the embedded visual tool and pocketPC 2002 SDK already, but don't know how can view/browse with PocketPC 2002 emulator in VS.NET. Can I do so? Thanks, Peter Join the world s largest e mail service with MSN Hotmail. http://www.hotmail.com
Modile Question (4 replies, VIP)
ASPFriends.com 'aspngmob' list
Moved from [aspngfreeforall] to [aspngmob] by Charles M. Carroll charlesmarkcarroll@yahoo.com Does anyone know where I can get "Mobile Device Emulator" programs? Thanks Barry Akester Systems Analyst / Programmer Global Aerospace Phone: ( 905 ) 479 2244 x249 Fax: ( 905 ) 479 0751
Mobile Internet Toolkit for VS Beta 2 (4 replies, VIP)
ASPFriends.com 'aspngmob' list
Moved from [aspngibuyspy] to [aspngmob] by Charles M. Carroll charlesmarkcarroll@yahoo.com I am trying to run IBuySpy under Visual Studio Beta 2, but it requires the Mobile Internet Toolkit. I have downloaded both versions of the Mobile Internet Toolkit, but both fail to install, saying they did not find the proper version of the Framework. Question: is there a Beta 2 version of the Mobile Interne...
PocketPC 2002 Emulator and ASP.NET Framework (9 replies)
ASPFriends.com 'aspngmob' list
Hi, i installed the Pocket PC 2002 SDK and eMbedded Visual Basic, now, I create a dummy program in eMbedded VB to pop up the PocketPC 2002 Emulator, then click and use the Pocket Internet Explorer to view my newly created Mobile Web Application. But when I enter the address, e.g. http://localhost/MobileWebApplication1/default.aspx, it always show "The page you are looking for cannot be found.". Wh...
Smart Device Extension (4 replies)
ASPFriends.com 'aspngmob' list
How can I develop a Mobile Phone and Pocket PC 2002 enabled application in Visual Studio .NET (Beta 2)? I search that there is something called "Smart Device Extension" for VS.NET, while how can I download or use in VS.NET? Can my VS.NET Beta 2 also install such extension? (I downloaded and installed the Windows CE.NET and eMbedded Visual Tool already.) Get your FREE download of MSN Explorer at ht...
Config Network Setting(e.g.IP) in Pocket PC Emulator (2 replies)
ASPFriends.com 'aspngmob' list
Hi, my background: 1. use IE6.0 view microsoft.com and localhost OK 2. use Pocket IE view microsoft.com Fail 3. use Pocket IE view localhost Fail 4. use Pocket IE view 207.46.197.102 Ok Then, I may conclude that the IP config or DNS server setting in my Pocket PC 2002 Emulator may have some problem. Can anyone tell me how and where can I config a PocketPC network connection? The Network Adapters i...
Mobile Appl Login Question (5 replies)
ASPFriends.com 'aspngmob' list
1. I used Forms Authentication in my first mobile application, I want to ask will I be redirected to the main login page if I idle the emulator over timeout period. (e.g. 2 mins) authentication mode "Forms" forms name "AuthCookie" path "/" loginUrl "MobileDefault.aspx" timeout "2" / /authentication 2. Moreover, after I login my application, i used SetAuthCookie method, while I will be redirected t...
Openwave UP Browser/ Cookieless Session Problem... (3 replies)
ASPFriends.com 'aspngmob' list
Greetings, I am currently using the Openwave UP.Simulator 4.1 Emulator to browse a mobile page. The site has cookieless sessions turned on and the emulator is unable to render the page. The error I am getting is "AfxParseURL couldn't parse the URL" : /(ajfljdfjdf)/mDefault.aspx. I do NOT have the problem if I use a cookie enabled session. i.e It would appear that the emulator is having problems wi...
Newbie: Multi Mobile Form in a Page? (3 replies)
ASPFriends.com 'aspngmob' list
Hi, I read that it's possible to put multiple mobile form in the same aspx file, but i can also add more and more mobile web form in the same project. Then, what's the difference between use 1 mobile form in 1 ASPX file, use many forms in 1 aspx file, and use many forms in many aspx files? What's the decide criteria in determining when to add a new mobile form or normally people will save how many...
Datagrid like services in Mobile device (2 replies)
ASPFriends.com 'aspngmob' list
Hi, I know that there's no datagrid control in mobile application, while I now actually want to do a datagrid like service, hope all experts can give me some hint/guideline. My situation is: I want to let user view/update his personal details through mobile device. Is it possible to create or what's the best approach to create something like 'Editable Datagrid' control in mobile application? Like ...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com