Connecting To A Mobile Device
I need to dial in and connnect to mobile devices from my asp website over internet(using VOIP) and sent numeric messages to that mobile device (not just the sms or email). I did some reading on VOIP but couldn't get usefull info. If any of you could help me out on how to do this.
View Replies
ADVERTISEMENT
How can i build a simple (Classic) ASP page which can be viewed from a mobile device?
Can someone give me an example.& is there any way that i can test these asp pages of mine using some emmulator of some sorts. as i do not have any mobile devices to browse the net.
View Replies
View Related
I was wondering if anyone can tell me the effect of having device filters
such as for isnokia7110 in your web.config on IIS/ASP peformance? Is there
anything to be aware of here?
View Replies
View Related
Is it possible to run ASP on a handheld device? There's information on my website that I would like available on a portable device without connecting to the internet. Basically, I'm looking to run a ASP site locally on the device.
View Replies
View Related
I have a list with product names (the list will grow),each of those products could be read as a barcode as well,so I was asked to change my web site so that users are able to scan that barcode, that would be easy if I didn't have to look after users who have a scanner and once that don't,
so the idea was if they have a scanner they scan in into a input box(not sure if combo box can be used) and according to the product code scanned that automatically populates the combo box list with the relevant product name, if they don't have a scanner then they just manually select the product name from the list.
View Replies
View Related
i need to retrieve data with a portable device inside a building that don't have wireless network.i need to run some application/page/whatever saying "person name" and a "[check box]" for true/false . wich device (the most inexpensive) could i use ?
can ASP help ?
View Replies
View Related
I have a project in which I need to send info to/get info from a RS-232 port of the server depending on the client clicks on a asp web page.
How can I access a serial port from the ASP code itself. I tried to use MSCOMM... But it is not working. Is there any way to do this?
As an alternative mechanism, we planned to shift all the communication related stuff to Visual C++ application which sits as a service in the Server and do the necesary communication stuff whenever it receives any request from an ASP page. We planned to use socket communication between ASP page and VC++ application if we go with this way. What are the other ways that a VC application and a ASP application can talk to each other...?
View Replies
View Related
does anyone know some code to be able to divert mobile phone users to a different site (wap version) clicking on the same link as a pc user would.I have been able to get the browser by using Request.ServerVariables("http_user_agent")Though it is only mobiles that i want to divert else where (this does not include PDA's).I'm guessing it is via an 'IF' statement but I don't know?
View Replies
View Related
I'm supposed to send sms from our intranet to mobile phone. I'm not
relevant to this; its extremely new to me. I need ASP code to build
connectivity from our server to the mobile numbers of any service
providers.
View Replies
View Related
how can trap mobile no. with asp & wml?i want when user send email through mobile then there mobile no. is also show in the recipient email same as the message show in there e-mail how can i trap the mobile no?acctually when i enable my site with wap then some body missuse this feature (send e-mail).and i can't trap them .
View Replies
View Related
I keep getting this message when logging on OMA
Server Error in '/OMA' Application.
-----------------------------------
Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request.
Please review the specific error details below and modify
your configuration file appropriately.
Parser Error Message: Unable to read the security policy
file for trust level 'WSS_Minimal'.
Source Error:
Line 62: <compilation batch="false" debug="false" />
Line 63: <pages enableSessionState="false".....
View Replies
View Related
I'm working on my first ASP web site. The idea of the site is to calculate
which mobile phone plan is right for you. The idea is that the user answers a
few questions about their calling habits, and the server calculates the
ammount of talk time for each plan and then recommends on or two.
I've created 2 excell sheets already. One is a user input sheet, the other
is a database of all the plans available.
At the moment the excell sheet works like this. The user selects a rate
plan, enters in their details and calling habits, and a total talk time is
displayed on the bottom of the page. I want to go one step further.
I want the ASP page im working on to calculate the total talk time for ALL
the plans in my database (based on the users input) and then recommend the 3
with the most talk time.All of the tutorials I've
seen are simple "add this to, delete this from" database
View Replies
View Related
Does anyone know whether it is possible to recognise a users mobile number over WAP.
I think it must be possible because when a mobile phone call is made, the recipient gets the callers id. So is it possible to do the same over WAP so that the users mobile number can be used to identify them?
View Replies
View Related
How can I detect if someone is browsing with a mobile phone or other small screen device?I'd like to give them a text and small pic version of my site.
Also, what media player is common to them, and is it programmable, ie, can I turn sounds off and on.
I have an interactive page with alot of text, I'd like to offer the interactive page without the text. Do they run javascript?
View Replies
View Related
i am trying to make a wap application using ASP.net. I have some problems viewing some pages. I have used mobile form class to create a wap page and in some of them i used a link or command which use onActivate or onClick command to call a function.
These aspx pages will shown on the IE but on the mobile it says there is no response.
View Replies
View Related
Some of the newer cell phones have a built-in GPS. What I was wondering was if when a mobile browser from that phone opens a web-page on my server is there any location information that I can use? Presumably it would be stored in the request.servervariables
collection somewhere.
View Replies
View Related
We have a WEB-based application (developed in Visual Studio 2005) running on
handheld devices in Internet Explorer on Windows Mobile 2003. The application
needs to print tickets on a Bluetooth printer, which is accomplished by
preparing a RTF-file on the server and then downloading this file to the
handheld device. We use a third-party application (PrintPocketCE from
FieldSoftware) for the actual printing of the downloaded file. However, when
the file is about to be downloaded we first get a question saying "Download
<filename> to the My Documents folder in Main Memory?" with Yes, Change and
Cancel buttons.
Is there a way to avoid this question and download the file
directly? We need the checkbox "Open file after download" to be checked (as
it is by default when the question is displayed) to get the file processed by
PrintPocketCE after download.
To avoid adding file by file to the handheld device we always use the same
filename for the downloaded file. This leads to another question on each
download, asking whether to overwrite the previously downloaded file. Since
the file has no interest after being printed this question is always answered
with Yes. Is there a way to avoid this question too, for example by setting
some Registry value?
View Replies
View Related
I having problem in displaying chinese character with asp.net mobile control. what configuration or settings should i set in Pocket IE or PC IE in order to display correct code page??
View Replies
View Related
I have a db table with 3 rows (ID, date, points). How can I in my script tell that ID 1=Mike and ID 2=Thomas and ID 3=William without making a new field in my table?
View Replies
View Related
I am trying to connect to remote mySQL db and getting "Data source name not found and no default driver specified" My connection string looks like this -
Conn.Open "Driver={mySQL ODBC 2.50 Driver}; Server=Station1; Port=3306; Option=4; Database=cds; Uid=andy" Is there anything wrong with it? I can't figure it out
View Replies
View Related
how to fetch values from a specific record from access in asp.and how to compare data entered in a form with data in record and if comparison returns true then how to open desired page.
View Replies
View Related
I have a form that submits the information to a SQL database. The form has a two radiobuttons name="Cheese" with value="yes" OR value="no" and then collects contact info.
The form submits to the SQL DB and I want to create a display page that will show the form and sort the form based on the name="Cheese" yes or no.
All yes values will display form info under the yes column.
All no values will display form info under the no column.
So there are two columns displaying the information based the results of the SQL row name=Cheese. How do I connect to the DB and "sort" the info based on this value and dynamically show this information on my site? Code:
View Replies
View Related
I have just purchased my domain name, and subscribed to a hosting service that supports ASP. I tried to copy my asp files over to my new domain, and I get the following error:
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
The line that is referenced is:
MyConnection.Open DSNName
..here is the code I've been using on DomainDLX (free) to connect to the database ...
View Replies
View Related
I am using a DSN connection created using Dreamweaver and an ASP page. The connection works fine on the local computer (i click the "test" button) but when I upload the files to my server I get the following error:
"Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/mkoenig/survey.asp, line 120
and the line that it is referring to:
MM_editCmd.ActiveConnection = MM_editConnection
my editConnection is set to QUERY which is a DSN variable pointing to the database on my hdd?
View Replies
View Related
Why the code below is not working?
Set rs=Server.createObject("ADODB.recordset")
conn.execute(rs.open sql,conn)
//...
View Replies
View Related
is there a way i can map or find out the driver that the server i am on is using? and what is a 500 internal error of here is another question. i just upgraded to an NT server, i want to use ASP and databases etc,, what info do i need from my host to get this done?
View Replies
View Related
Im using abyss web sever to run asp. Now Ive downloaded a specialst software called activehtml which will help run asp- my questions are not based upon this but are far simpler.
Im using frontpage to code asp and trying to connect a access database to it. Both the web server and database are on my laptop. My questions are as follows:
1) As the access database is on my laptop i.e. in a folder, how do I connect it to the asp page that I am coding? I do realise some sort of code such as Code:
View Replies
View Related
what scripting languages are best for interfacing with an SQL database?
View Replies
View Related
how to connect to MySql Database using IASP .
View Replies
View Related
I don't know why I am getting this Error
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
The Code I have used is
Dim cnDB ' As ADODB.Connection
Set cnDB = Server.CreateObject("ADODB.Connection")
cnDB.ConnectionString = _
"Provider=SQLOLEDB;" _
& "Data Source=ENTERPRISE;" _
& "Initial Catalog=SchQry;" _
& "User ID=3453;" _
& "Password=aw33;"
cnDB.Open
View Replies
View Related
I have moved my database from an sql2000 server to an SQL7 server I am trying to connect to the database using windows authentication (no need for username and password) but I keep getting this error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I have already created a DSN driver named "projects" to point at the server
This is the code I have used:
set con = Server.CreateObject("ADODB.connection")
' Use the object to open the inventory ODBC DSN
con.Open ("dsn=projects,"",""")
Can you please help me set it up?
View Replies
View Related
I know absolutely nothing about connecting Access databases. However, I know a tad bit of VB.NET (my site is written in ASP, though). I need some help connecting to the DB. Here's the script I'm currently using (I removed the database, account name and site name for security): Code:
View Replies
View Related
Has anyone ever connected asp to AMOS II
It is an object relational database.
View Replies
View Related