Detect A Mobile Phone In A Web Application?
Jan 7, 2010If a web application, how can you figure out the visitor is viewing from a mobile phone?
is it also possible figure out the make/model like blackberry versus iphone?
If a web application, how can you figure out the visitor is viewing from a mobile phone?
is it also possible figure out the make/model like blackberry versus iphone?
Can I detect the Name/model no of the mobile phones ,which are browsing my asp.net website from C# code behind? I need to show welcome message, addressing their model numbers and redirect to appropriate pages.
View 4 RepliesCan I detect the Name/model no of the mobile phones,which are browsing my asp.net website from C# code behind?I need to show welcome message,addressing their model numbers and redirect to appropriate pages.
View 4 RepliesI have a web application,asp.ent 3.5,I want to access this site using mobile phone how could be done,what are the other componets required?
View 2 Repliesprovide me some source code example? i using my Nokia as a gateway/modem. is it simple as just connect my cellphone to computer using usb port? pls advice me, im totally new with cellphone programming.
View 6 RepliesI want to send sms to the member of my website in USA from my website. how can i progress?
Is it required to buy a web service to send SMS. if So what web service is the best? Is there any free webservice to send SMS? What is that? My main terget to send sms to USA member.
Can i write my own web service to send SMS? If so what is the process.
I want to send SMS to any mobile.How is it possible in .Net
View 1 RepliesI need to make my site work well on a blackberry, i haven't put too much effort into getting this working yet, but i have a few questions which google is struggling with.I've read about detecting brower type and modifying the default behaviour of asp.net controls hereHow would I go about supplying a differant stylesheet to a specific browser, should i just do this?
if (Request.Browser.Browser.ToString() == "blackberry") //pseudocode
{
Response.Write("bb.css");
}
else
{
Response.Write("bb.css");
}
This will work fine, but i feel like there is a better method, i'm sure i've read about something in the past but i can't seem to recall.I'm also considering a response.redirect to a differant page for a blackberry, which at the moment i would implemenet in a similar way.
I am working in Windows Mobile 5.0 application using C#. I want to get the status of phone memory e.g. Total memory, memory in use, free memory.
View 1 RepliesI need to send the alert message to mobile phone in vb.net....
View 1 RepliesHow to handle input/output streams to read some data sent from mobile phone app and send it back via ASP page?
The thing is, I've managed to do this with Java servlets, but now I need to do the same thing in ASP.
Database driven ASP.Net Menu control: Populating Menu items from the Database in ASP.Net using C# and VB.Net. When I minimize Browser then menu break.
View 1 RepliesBuilding an application on responsive design.
Is there a way to convert Gridview to responsive?
So that it should match with design.
i have mobile website.. in this i need to detect mobile wap browser and its screen size or resolution.. so then my website b displayed accordingly.
detecting wap browser and screen size and also i would i like to know how can i open my website according to the screen size?
Right now, I have designed my page that works great with an iphone screen, with the help of this meta tag:
[Code]....
Problem is, how do i detect what kind of phone that are acessing my page, and afterwards change this meta tag to fit it to that phone?
I'm developing a office site but i wnt to include popup in tht but all mobile is not support fully to javascript & jquery . ........
View 1 Repliesi want to develop an asp.net mobile web application whith Ajax features. i dont khnow whether these technologies are supported in mobile developpement?
what stups should i follow to make such project ( IDE + SDK....) . finally what are free windows mobile emulator ( except Microsoft ones)?
how to show the quick changing text as like shown in text editor of mobile phone(While message writing it shows no of characters left)
View 5 Repliesi am going to start first mobile application.Already Vs 2008 installed, but no Mobile SDK.So please tell which SDK i have to install to start up my first mobile application?Or some VS 2008 plugin requires for Mobile application
View 3 RepliesNeed to learn mobile development for web applications( .net 2.0).
View 3 RepliesI am trying to develop an application to do file transfer between 2 WIN Phone 7 through 3G.How can we accomplish this task?Is there any msdn articles available for this?
View 2 Replieswhile studying a way of properly detecting crawlers on our ASP.NET application, I came across Owen Brady's broswercaps project. In order to use it, I did this: Created App_Browsers folder Created Spiders folder in the above Downloaded [OceanSpiders.browser.xml][2] and renamed it to OceanSpiders.browser so, the final final looking like App_Browsers/Spiders/OceanSpiders.browser. I do have NET Framework 4 installed on my dev machine, but targeting NET Framework 3.5. The problem is a parser error: 'The browser or gateway element with ID 'docomon505i' cannot be found.' I did google/search on SO, but could not find a solution.
View 1 RepliesI found this code:
AspNetHostingPermissionLevel GetCurrentTrustLevel() {
foreach (AspNetHostingPermissionLevel trustLevel in
new AspNetHostingPermissionLevel [] {
AspNetHostingPermissionLevel.Unrestricted,
AspNetHostingPermissionLevel.High,
AspNetHostingPermissionLevel.Medium,
AspNetHostingPermissionLevel.Low,
AspNetHostingPermissionLevel.Minimal
} ) {
try {
new AspNetHostingPermission(trustLevel).Demand();
}
catch (System.Security.SecurityException ) {
continue;
}
return trustLevel;
}
return AspNetHostingPermissionLevel.None;
}
Get current ASP.NET Trust Level programmatically):
but for C#, and would like to have it for VB.NET. Any chance of someone expert in both VB.NET and C# that can translate this to VB code?
I tried myself and got the following VB.NET code but it generates an error inside my VWD:
Private Function GetCurrentTrustLevel() As AspNetHostingPermissionLevel
For Each trustLevel As AspNetHostingPermissionLevel In New _
AspNetHostingPermissionLevel() {AspNetHostingPermissionLevel.Unrestricted, _
AspNetHostingPermissionLevel.High, AspNetHostingPermissionLevel.Medium, _
AspNetHostingPermissionLevel.Low, AspNetHostingPermissionLevel.Minimal}
Try
New AspNetHostingPermission(trustLevel).Demand()
Catch generatedExceptionName As System.Security.SecurityException
Continue Try
End Try
Return trustLevel
Next
Return AspNetHostingPermissionLevel.None
End Function
These parts seems to be wrong:
New AspNetHostingPermission(trustLevel).Demand()
and
Continue Try
Obviously, need to be handled by someone fluent in both C# and VB.NET and can spot the errors in VB.NET
I have to create application which should work in web, mobile and PDA. I am using Silverlight application. Any one has idea that which type of problem can I face in Mobile and PDA? It is working fine in web. I am also using some third party control like Telerik control.
View 2 RepliesI'm currently developing a web application in asp.net 3.5 that will be accessed by windows mobile internet explorer on Windows Mobile 5. I'm using access for the backend (Yes, I know MS SQL would be a better option). The problem is that I'm receiving inconsistent query results between my test server and the when I access the application on IIS. I have a page that will scan a number and update the db on that number(which is stored as text in the database). This works on my test server but when I try it on my web server from my machine or someone else's mobile device, i will get a "No value given for one or more required parameters." But this is the same query that works on my test server! I don't get it, I've even tried to upgrade Windows Mobile 5.0 to Windows Mobile 6.0, with no success. Can someone give more insight into this issue?
View 6 Replies