Mobiles :: Hardware Backbutton On Droid Only Semi Functional For Browsing

Sep 3, 2010

I have just completed my first mobile website. It works beautifully with an iPhone, and ALMOST does likewise on a Droid. That "almost" is an ultra-frustrating bug that I'm afraid is hardware-based and will not permit a software solution. Allow me to state my hypothesis: "When you perform a software redirect to another page on your website, you cannot return to a functional version of the page you were on when the redirect was launched via Droid's hardware backbutton. You'll have the graphics, but the code behind the form will be gone and it will be nonfunctional. The ONLY functional route back from a redirect to the originating page on a Droid is via software switching.

I've experimented endlessly with redirect option parameters, page cache settings and the pagestatepersister class in Visual Studio. Nothing works. And I HAVE to use the redirect method to open the second page, because I have to derive some complex information before I'm ready for it to open -- onclientclick and navigateURL aren't options. This is NOT an issue with an iPhone ... its backbutton always returns from a redirect to a still-functioning originating page. Is my hypothesis correct, or does somebody know some workaround that will enable me to offer iPhone functionality to Droid users? If I could open a new window after processing data, that would solve my problem (Droid does return properly from a new window), but there's no way that you can call Java's window.open command from VB code, and no VB equivalent.

View 1 Replies


Similar Messages:

Mobiles :: Recommend Emulators For Iphone / Blackberry / Droid Devices?

Nov 17, 2010

Can someone point me to their recommended emulators for IPhone, Blackberry, and/or Droid devices? Preferrably free products.

View 2 Replies

Changing CustomErrors In Web.config Semi-dynamically

May 24, 2010

The basic idea is we have a test enviroment which mimics Production so customErrors="RemoteOnly". We just built a test harness that runs against the Test enviroment and detects breaks. We would like it to be able to pull back the detailed error. But we don't want to turn customErrors="On" because then it doesn't mimic Production.

I've looked around and thought a lot, and everything I've come up with isn't possible. Am I wrong about any of these points?

We can't turn customErrors on at runtime because when you call configuration.Save() - it writes the web.config to disk and now it's Off for every request.We can't symlink the files into a new top level directory with it's own web.config because we're on windows and subversion on windows doesn't do symlinks.
We can't use URL-Mapping to make an empty folder dir2 with its own web.config and make the files in dir1 appear to be in dir2 - the web.config doesn't apply. We can't copy all the aspx files into dir2 with it's own web.config because none of the links would be consistent and it's a horrible hacky solution.
We can't change customErrors in web.config based on hostname (e.g. add another dns entry to the test server) because it's not possible/supported. We can't do any virtual directory shenanigans to make it work.

If I'm not, is there a way to accomplish what I'm trying to do? Turn on customErrors site-wide under certain circumstances (dns name or even a querystring value)?

View 2 Replies

Web Forms :: Managing Web Buckets On Semi-CMS Website?

Dec 20, 2010

Now i am developing web application, i wanted to be like a CMS but not with all the bells and whistles of a fully blown CMS system. To explain the idea, it is a classifieds ads site were users can log on and add their own ads or browse other users' ads. What i want to be able to do is to have full control on the application without having to write any line of code. I mean, after the application is launched, i want to be able to add / delete ad categories, change dynamic content on the site (like banners, polls and so on).

I managed to create a control panel for myself where i can edit and manage the ad categories (after all it's a data repeater bound to a database and rendering to an ul list containing the categories). My question now is: i am using Master / child pages design, I have some content that's on the Master page and other on the child pages (by content i mean those plugins that are frequently found on websites like polls, news tickers, stocks...etc). Using the Master / Chile paradigm: how can i control the visibilty of those controls through my control panel?

add labels for those controls and control their content from the backend database together with a boolen indicating their visibility. But the problem is that: how can i determine which page is serving this content currently. Like for example, a news ticker on the addad.aspx child page but not on viewads.aspx child page.

View 1 Replies

Forms Data Controls :: Inline If In Repeater / Meas_fit = 8018010 Also Semi-Fitted Is Displayed

Jan 14, 2011

I have this construction:

[Code]....

Problem: when I have meas_fit = 8018010 also Semi-Fitted is displayed.

View 1 Replies

MVC :: Is Video Web Helper Functional

Nov 26, 2010

I'm trying to use the Video helper (Microsoft.Web.Helpers) but nothing happens to Flash or Silverlight.

View 7 Replies

Web Forms :: How To Assign Functional Keys

Feb 24, 2010

I develop a project for this project i want shortcut key, how to assign functional keys

View 2 Replies

AJAX :: RoundedCornersExtension Not Functional For Menu Top Right

Dec 2, 2010

I am only able to apply the rounded corners on the bottom right for the menu control. I know I am applying the ajax control correctly since I am able to get all corners to be rounded on the panel control. I have tried each of the corners properties in the RoundedCornersExtender, but have not been successful with any "top" corners when applied to the menu control.

View 1 Replies

Forms Data Controls :: Develop A Fully Functional Shopping Cart

Jun 14, 2010

I have some experience in developing a shopping cart in Dreamweaver. Now I wanna develop a fully functional shopping cart with Paypal payment integration in Visual Developer Express Edition 2010. My question is - Is there any nice tutorial to develop fully functional Shopping cart with Paypal Integration in ASP.NET?...

I have seen some tutorial some of them are without Payment System and Some of them are content management systems. I wanna develop my own. what is best Tutorial to develop fully functional shopping cart with Payment System in Visual Developer Express Edition 2010.

View 3 Replies

Develop An Application Which Will Directly Connect (store And Retrieve) To The ACT Databse Already Functional?

Apr 9, 2010

I have been asked to develop an ASP.Net application which will directly connect (store and retrieve) to the ACT! databse already functional. I am new to ACT and looking for a starting point to integrate it with ASP.Net application. In particular I am looking for answers to the following questions:1. What database technology is used by ACT? Is SQL Server? In that case, I should be able to connect just like any SQL Server database?2. Is there any class library or API for .Net from ACT which will help achieve this?3.

View 1 Replies

Login Restriction With Ldap But Where To Store The Functional Rights/access Control List

Mar 28, 2010

Question is:

LDAP authentication required Internal users automatically authenticated, external users requires login
Where do I store complex access control rights?

In the AD/LDAP or in the Application itself (asp.membership db).

Looking to build this in asp.net mvc 2 and using membership features, so best practice here i guess is that we roll our own custom provider to acomplish this...

View 1 Replies

How To Dynamically Create A Fully Functional Gridview In Javascript With The Results Returned From A Script Service

Jan 8, 2010

i need to create a fully funnctional gridview with the results returned from a script serice ( AJAX enabled WCF Service ).

The grid should allow user to sort and page the data.

could any body drive me to the proper technology or a useful link.

View 1 Replies

Mobiles :: Interfacing Application With Mobiles?

Jan 1, 2010

wanted to know what is the easiest way to interface a mobile phone device with an online system. I have literally NO knowledge in this domain. However, I am brainstorming on possibility of an online application that will allow me to backup my data in nokia set 3110 such as my Address book in the application and restore it. This I want to achieve without connecting my phone to any PC. I am thinking on some way to achieve this by leveraging mobile phone line only. I beleive it may require my application to connect to mobile phone through mobile phone network. Currently my mobile phone line subscriber is offering Address Book backup/ restore service with some charge. I want to see if I can replicate similar features. I would really appreciate if you can give a direction to my random thoughts.If anything is not clear then please feel free to inquire. I look forward to your kind response.

View 2 Replies

AJAX :: Cannot Have Functional Timers In Both Master Page And Content Page?

May 22, 2010

The following is an edited version Let me describe what I have observed and I hope some Ajax guru can shed some light on this. The master page has a timer (Timer1) and a content page also has a timer (Timer2). When Timer1's interval is shorter than Timer2, Timer1 works and Timer2 does not (i.e. Timer1's Tick handler is called periodically, but Timer2's tick handler is never called). If Timer2's inerval is shorter, it seems Timer1's handler is invoked by Timer2(i.e. Timer1's interval appears to be shortened to exactly the same as Timer2). Both of these timer controls are in their separate UpdatePanels.

View 2 Replies

Error While Browsing Application In IIS?

Jul 8, 2010

I am using asp.net 2.0 with C#. I have deployed my application on IIS and while browsing it I am receiving below error:

Could not write to output file 'c:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Files
oot7179d944dd7c82aeApp_Web_adlogin.aspx.cdcab7d2.rqcxmj0e.dll'

View 2 Replies

Browsing App_theme Folder?

Jun 16, 2010

Is there a way to stop someone from looking into the App_Themes folder, by putting it into the url, like this:

http://localhost/myapp/app_themes/

same with app_data, can those be blocked, i didn't try app_data as i don't have anything in there, but just curious, as app_themes I was able to get into. Is this an IIS setting I need to adjust?

View 6 Replies

MVC :: Preventing URL Browsing Without ChildActionOnly?

Dec 30, 2010

there any way where i can make a page only accessible through a RedirectToAction? It's a bit dumb of a question given a redirect writes a URL.. I know it might sound a bit silly, but i really don't like the fact i have to be 'forced' to create a partial view to be able to make the page i want to redirect to. What i want to do is quite simply, after deleting a user account, redirecting to a page where it says, account deleted (with a bunch of other stuff), so its quite a simple task. I have no problem making a partial view here and there, but if i want to make many pages unaccessible, i think i would have to make most of the website in partial views haha. Maybe i'm getting it wrong though, i've read a couple of posts about it, including Phil Haack's ->http://haacked.com/archive/2009/11/18/aspnetmvc2-render-action.aspx But i'm still very confused about this subject,

View 5 Replies

Web Forms :: 404 Error When Browsing On Page?

Mar 5, 2010

I have an ASP.NET page :

==========================
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="brent.aspx.vb" Inherits="FisEqSim_brent" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="[URL]
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
================================================

I have not add any .NET code yet. However when I try to browse to this page, I get a 404 error. I can browse to .HTM files fine, but .ASP file seem to lock up.

View 8 Replies

Connecting To Some User Browsing Web Page

Mar 8, 2010

I would like, as administrator, list all users currently browsing the web-page (some id or something would be enough) then, what I need is to connect to that user and see what he is browsing. I have a class in my web-application, lets call it Node, in wich I store data what user is browsing. So which page he has clicked, so the next time he visit the same page, page is not rendered from db but from that Node. Is that even possible?

View 3 Replies

Browsing Web Page (ASPX) From Remote PC

Jan 9, 2010

I am unable to browse a simple asp.net page from a remote PC through the IP address of that computer. However IIS is responding on a local computer with http://localhost and even when I type the local computer's IP address where the page is present. Computer is running XP and IIS 5.1. The message displayed on browser is "The server is taking too long to respond" however the page is just "Hello World" which displays local time.

View 4 Replies

Web Forms :: Browsing Other Websites In ASP Application

Dec 2, 2010

In my present project I have to open one site through my asp.net application and this site I have to control. And after that if we close the site the application master page should display. How I can accomplish the requirement .Any ideas will be very useful for me to start thinking on those lines.

View 3 Replies

Configuration :: Browsing After Deploying Web Application In IIS 7

Jul 26, 2010

I had deployed an asp.net 2.0 web site in IIS 7 in windows 7( with .net 4.0 installed ).

But while I am going to browse my starting page Welcome.aspx it shows error:
HTTP Error 404.0 - Not Found. The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Is there any problem with deployment of the application?

View 3 Replies

C# - Use Music Player While Browsing Through Pages

Jan 5, 2011

I have a master page and inside : a music player.

<object type="application/x-shockwave-flash" data="[URL]"
width="200" height="20">
<param name="movie" value="[URL]" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="mp3=Preloader.mp3&loop=1&autoplay=1&autoload=1" />
</object>

It works and I can hear sound, but if I go to a different page, it stop (pause and return to start, I can still see it through and press play since its in my master page) How do I make it play while I'm browsing through pages? Note : The player contains a pause function and doesn't auto play so users wont be annoyed.

View 5 Replies

Security :: Block Css & Js Script Browsing?

Jul 4, 2010

we can download other site css like right clikc their websites and we can see the css src / js src, then if we providee that filename in the address bar then it'll download, how to avoid this?

View 2 Replies

Web Forms :: How To Clear Browsing History

Dec 9, 2010

How to delete page history which you can see from the dropdown beside the browser back and forward button? I want to clear all the history on logout that is only specific to my website.

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved