Mobiles :: Different Pages For Browsers?
Jun 28, 2010
What is the best way to respond to browsers that have a small form factore (ie mobile devices)? Is there a way to have it return a different aspx page if the size is below a set number?
View 2 Replies
Similar Messages:
Jan 18, 2010
We have our site which user accesses from desktop browser as www.domainname.org now I am working on mobile version of the same. I came to know that some mobile sites have URL as [URL] so i thought of making our site as accessible from both domainnames I am using WS 2008 & IIS 7.0.
View 3 Replies
Apr 9, 2010
We are creating an web application in VS 2008 to be used in smart phone. We are not using any MOBILE templates. The issue we are facing is the controls get to the top left corner of the page and is so tiny in other browsers but NOT IE. We have to ZOOM in the page to read the text and the access the controls. In IE it gets to the controls to be viewed. (We had issues here too, but not sure what fixed, but now it gets auto zoomed). Any lights on what need to be done to acheive this?
View 1 Replies
May 15, 2010
At my current place of employment, a university, we are going to take a stab at making a mobile browser-oriented section of our web site. I was wondering if anyone could direct me to some good resources that they know of for such a thing. Primarily, names of books would be nice, but any kind of resource at this point would be extremely helpful. We are approaching this as more of an HTML project at the moment, so the resources don't need to be Asp.Net based, but such things would be great too.
View 4 Replies
Aug 9, 2010
i am developing a PDA application in ASP.net......ok, the point is, on my form i have a text box , in which the text appears after the Bar Code is being read through the BarCode Reader....but immediately after it with pressing the Cancel Button (which is also placed on tha same form) the event of this button trigers automatically.....I have checked the Handle statement which is Handles btnCancel.click, and one more thing the auto-post back property of textbox is true.
View 3 Replies
Apr 7, 2010
How can i detect if iPhone access to my pages?
For example default.page. When users use iphone to browse default page, it will redirect to iphone default page.
View 3 Replies
Jan 21, 2011
Mobile web is no longer supported in latest version of Visual Studio. Please do following with Vs2008 or VS2010
- Create standard ASP.NET website with standard "Web Forms"
- Design the content of web forms for your mobile pages based on device family that are
going to access your website. For e.g. iPhone, Andriod
- Add a detector process, which detects from where request is coming. If it is mobile than redirect user to mobile optimized pages.
- Different mobile has different capabilities (e.g screen size, image support, html support, xhtml support etc.). So it is very important that you know what type of device is trying to access your website and accordingly render required HTML/XHTML supported by the mobile device. [URL] So I have a basic website with .aspx pages. When they are on a blackberry the words wrap on top of the second line over the TEXTBOXES. Is there a basic place that can tell me how to fix this? Or what to use in the place of the CSS that are causing this on the blackberry devices?
View 2 Replies
Mar 26, 2010
Response.Clear();
mFileName = "ABC.jad";
mPath = ResolveUrl("~/" + mFileName);
Response.ContentType = "text/vnd.sun.j2me.app-descriptor";
Response.TransmitFile(Server.MapPath(mPath));
Response.Flush();
Response.End();
this code is not work in blackbarry mobile but work in nokia & windows mobile.how can i do for blackbarry mobile.
View 3 Replies
Feb 19, 2011
Say that, there is a login.aspx page for any application. I would like to see this login page in different format if user visit by Iphone or any other mobile device. I have already designed two different page for test purposes. If i visit the page which is modified for Iphone, everything works fine.
what is the best way to switch between these two page depends on by which device user visit? These two pages could be even totally different two pages like black and white because of page layout issues.
View 2 Replies
Apr 27, 2010
I have one .xamel page and this one is default page (first page) and then I added a new one page (named page2.xaml) in same solution. I added a button on the firs page and i want to navigate to a second page when i click on button
private void button1_Click(object sender, RoutedEventArgs e)
what to write to navigate to page2.xaml? like response.redirect in asp.net
View 2 Replies
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
Oct 29, 2010
I get different outputs in different browsers.
[code]....
View 1 Replies
Feb 18, 2011
I am trying to use domain masking to simulate multi-tenant access to my application. The plan right now is to read the subdomain portion of the domain ie: [URL] and load settings from the DB using that name.
The issue I'm having is that request.url is getting the request url - NOT the url in the browser.
So if I have [URL] forwarding to [URL] with masking, request.url is grabbing the latter, simply because of how masking works, i assume - by putting the masked site inside of a frame.
Is it even possible to read the url in the browsers address bar?
View 1 Replies
Aug 5, 2010
I am designing ASP.net Web pages and not sure if this would be the right way to do this.I am designing the web sites that will be accessed from either regular computers or mobile devices (phone).I was thinking to detect at very first page that whether users are coming from mobile browser or regular browser and direct to appropriate pages. So for mobile users, create/display separate UIs (rearrange controls to fit on mobile device) and for regular users, create/display separate UIs. The backend functionalities will be same, but just the UIs. Therefore, in this case I will create two separate projects in same solution, one for mobile UIs, and other one for regular UIs, but same code behinds.
View 3 Replies
Dec 9, 2010
I had bad problem I had table in database which display images for products the data type of model image VarBinary(Max) when I published new web site and tested the pages on sararie,firefox,IE8 the image in some of images appeared with small size from the original on image size
View 2 Replies
Sep 17, 2010
So I'd like to redirect mobile users to a different page. But instead of trying to detect any number of mobile browsers, I'd just like to see if the user is using IE, Firefox, Safari, Chrome, or Opera; all other users go to the mobile site. My biggest problem is detecting regular Safari from mobile Safari.
View 1 Replies
Jun 12, 2010
Upon my study in ASP.net i came across something very weird. Earlier this day my application ran fine in Firefox and Internet Explorer.
When i now try to debug my application it wont pop-up in both. When looked more deeply i saw that it didnt load the right port, is there a way to fix this so i dont have to check and change it manualy all the time?
View 5 Replies
Dec 19, 2010
i'm programming an application where an action is done if i access with a version equal or higher than other and another action if i access with a lower version; but the problem is that the lines to indicate the versions doesn´t work. The code is the following:
[Code]....
As you can see, an action should be done if the version is the 9.0 or higher and other if it is lower, but these lines doesn't work and only works the detection of the web browsers (no the versions of them, action that doesn't works).
View 2 Replies
Aug 4, 2010
I realize that pages are just going to look different in varying browsers, but mine is looking awesome in Chrome, ok in mozilla, and pretty bad in IE 7.
Sadly, most people using my page will use IE.
My issue is with the borders. I have a redish border around the rows of the grid. In chrome they all appear as they should. In Firefox the bottom and top of each row are working, as well as the right and left of the outside columns, but all the inner columns do not have vertical borders.
In IE, all the borders are missing. There are simply white gaps between my columns and rows.
EDIT:
<asp:GridView ID="ProductsGrid" runat="server"
AutoGenerateColumns="False" Height="323px"
style="margin-top: 23px; margin-left: 0px;" BackColor="White"
BorderStyle="None" BorderWidth="0px" CellPadding="4"
[Code]....
View 1 Replies
Jun 10, 2010
I just ran Google's Page Speed application against our site and one of the recommendations was to Leverage browser caching. Expanding this revealed the following:
The following cacheable resources have
a short freshness lifetime:
Specify an expiration at least one week in
the future for the following resources:
<a long list of images >
<some javascript files >
How do I go about lengthening the "freshness lifetime" of particular images?
It's an ASP.NET project running on IIS7.5
View 2 Replies
Feb 18, 2010
ASP.Net Session is having same value for differnt browsers....Why is it so?
View 3 Replies
May 29, 2010
I have a Web Application and I want to get a confirmation from users when they are closing the application no matter what.
I mean I'm looking for a way to display a message touser whenever user try to close the application.
Update : I want to use my dialog box not browsers dialogbox. r at least a dialogbox which only shows my message no extra message.
View 1 Replies
Sep 5, 2010
i'm developing a site using VS2010 and with my windows vista busniness OS. i used the default VS2010 wizard for new web application to create it. included a folder in the root directory and created new aspx pages to derive from the master page in the root directory of my site. everything shows on the new pages except the jpeg image logo in the master page. But other aspx pages i created in the root directory shows every thing fine.
View 1 Replies
May 17, 2010
I have my website up and running, and i've got many respones from surfers that the Accordion object that I have on one of the pages won't openpanes. I geuess that it got something to do with old browsers or security settings, but I'm not sure which. Besides, assuming that it does has somethingto do with old browsers to bad settings, what can i change in the Accordion's settings to make sure it will run on old browsers as well?
View 1 Replies
May 17, 2010
I want to rotate the text vertically in all general browser. I find some solution, but it works on some broswer and not on some browser. how to rotate the text vertically in almost all the genral broswers.
View 1 Replies