C# - Is It Possible To Integrate Nokia Connectivity API
Jun 14, 2010Is it possible to integrate Nokia connectivity API with asp.net? If so, How to get started?
View 1 RepliesIs it possible to integrate Nokia connectivity API with asp.net? If so, How to get started?
View 1 Replieshow to receive sms from nokia n70 or upper to pc with c#?i have on ListView and to cloum 1.cloum is sms number and 2.cloum is text messege.
View 1 RepliesHow can i test the mobile application in different emulators like BlackBerry & MOtrola etc phones. Can any body tell, where can i get the BB, Nokia, motrola emulators.
View 2 RepliesI would like to know if I can write asp.net mvc website that works for all these types of phones: iPhone, Nokia, Blacberry, Palm and Windows
View 5 RepliesI am working on an asp.net (or winforms) app that is supposed to detect wifi connectivity and strength. The intention is to provide the field agents with an indicator that they can connect to our main office
What would I need to detect wifi connectivity?
I'm just starting development on a new website and am trying to do it correctly, that is, with a DAL and not with queries in code which I had before. I understand the principles of it all, but I am finding this DAL with table adapters and wizards that do too much to be really messy to work with. Does anyone have any recommendations on what I should be using instead and a link to a tutorial on how to get going quickly with it?
View 5 RepliesI am not able to use
String connectionString = ConfigurationManager.ConnectionStrings["DevBackup"].ConnectionString;
I am getting error 'The name 'ConfigurationManager' does not exist in the current context' I have used namespaces
using System.Data.SqlClient;
using System.Data.Sql;
what should be done..?
Can we perform Database connectivity without using ado.net?
Can we create our own architecture to connect to database?
I have a dropdownlist which is connected to object data source for displaying data, now what I need is to connect to database using semicolon seperated list from web.config connection strings and then connect that to dropdownlist.
View 5 RepliesI have an asp.net3.5 app. It has multiple client folders in the root folder. There are multiple web.config files. One is in root folder and one each in client folder. The web.config in client folder contains connection string for the database to be connected. I am using FORMS authentication. Each client has a specific page which are lying in root folder. This page redirects to the client specific folder and user logs in the application using the one more login page which is in client folder. And this page uses the connection string which in this client specific folder web.config.Now my problem is that I am not able to connect to the database using the client specific web.config on my live server. Live server is a Windows 2008 Datacenter and IIS7 machine. And my local system is XP IIS6 machine.Please help me to resolve this issue. Or how can I configure my application on IIS 7 &Win2008 DC system in WINDOWS authentication mode?
View 2 RepliesI have MS SQL Server2005 enterprise edition. And MS VS.NET 2008. And have IIS 5.0 (which is available in XP professional). Now I want to run .net web application in our intranet (LAN). But I can't access database. Only static pages remain ok....but can't invoke database
View 16 RepliesI have Visual Studio.When a create a new ASP website (so not a project), I can go to the configuration management and enable roles and an aspnetdb.mdf is automatically created in the app_data directory.When I create a new ASP (MVC 3) project, the configuration management says: can not load MvcApplication1.MvcApplication .Is there some configuration setting for this?
View 3 RepliesHow to create a JSON webservice in ASP.NET that connect to MS SQL Database and update/delete values from the database?
This webservice will eventually be used to communicate with iPhone SDK.
Ive integrated a custom asp.net web application into a Sharepoint site by creating a virual directory, that contains my web app files, that points to a directory in the Sharepoint inetpub folder.
On my local dev server I can access all my web app pages just fine by typing in /virtualdirectoryname/page.aspx
My Problem is that: When I deploy to my Live Test server that is internet facing, none of the pages that make a MS-Access database call will work.
The Error I receive is '[SecurityException: Request for the permission of type 'System.Data.Odbc.OdbcPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]'
I have researched the issue online and tried numerous solutions which include giving all the assemblies in my application a strong name, and modifying the security policy to trust this strong name.
My Custom Web App consists of 2 projects
1. A Class Library Project (Data Layer)
2. A Web Application Project (Web Layer)
My .mdb database file is stored at root level within the Virtual Directory.
I have 1 class in the Data Layer (ClassConnect.cs) that when instantiated, creates the ODBC connection for all other pages to use (OdbcConnection dbConn = new OdbcConnection();)
I have a Connection String stored in the web.config file that is as such. When I deploy to the Live Test Server I change the path in this connection string, because I haven't figured out yet how to get a relative path that works.
I also place the dll's for my 2 projects in the Sharepoint bin folder.
Could anyone suggest what might be the dfference between my Local Dev Server and the Live Test Server and why I might be getting these errors.
what code should i write in web.config for the connection string for DB connectivity woth ado.net component??
View 2 RepliesI have added a web reference using the wsdl file that was provided to me. I also created an instance from the proxy class as follows :
Code:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim DLObj As New WebReference.DrivingLicenseInfoServiceService
But after this am totally confused on the next steps and how to pass username and password and test the service connectivity.I have attached the autogenerated code.
Is it possible to call a C# method and asp.net page through php?
View 3 RepliesI've been building an ASP.NET MVC 3 web application for about 11 months now, and I have some content based components that I'd like to separate from the actual HTML views and move to more of a CMS system. This will allow the communications people in my company handle that portion of the content without requiring the web app to be redeployed.I'm not looking for a full CMS system. I have specific places in the web app where I want to be able to include CMS based content, and I'd like to be able to host a blog on the CMS as well.
View 2 RepliesI am working on three tier application.
1.UI
2.BUZ
3.SQL
I want to integrate LINQ in existing application , can any body suggest what should i have to do for integration LINQ.
I am looking for CMS which I can integrate into my Asp.net project. That means that I do not want to integrate my website into the cms because I want to use Visual studio for development. The CMS should dynamicly publish the website structure/definition, content and sitemap from database. Also a Richtext-Control for Editing and Authoring is required. Very important is, that I can use the standard Asp.net Functionality (SitemapProvide, Masterpage, Controls, Global.asax) and that I can control the CMS over API.
View 6 RepliesI want to integrate SAP with ASP.NET C# application. What is the best possible & widely used industrial approaches to carry out this integration?
View 1 RepliesI have been trawling the internet trying to find a solution but all fingers point to Ajax which is not an option in my environment.
When running complex SQL queries or uploading files i would like to display some kind of messge or animated gif to tell the user its thinking as one or two users are getting impatient.
I am assuming some kind of semi transparent or popup javascript window that over lays the page until the task is complete.
Does anyone have any sample code that can be integrated within my ASP/VB webpage?
Does VS 2010 intergrate better with sql server r2 like are there any benifits of using sql 2008 r2 over plain old sql server 2008. When I installed VS 2010 it installed packages for sql server 2008 R2 and I was wondering why R2. I dont have sql server 2008 R2 just 2005 and 2008 so I'm questioning if I it's worth getting R2. [URL]
View 3 RepliesI have a web application written in ASP.Net. When a user clicks a button in my application I want to open a MS Word file. How could I do this?
View 1 RepliesOne of my client wants to track his cars/cabs from his own house... So i thought of getting help from our fellow users of SO... Is it possible to integrate GPS system in an asp.net web application? If so,How to get started... Any webservice that does it for me? Should i use google maps api?
View 2 Replies