Configuration :: Portal Send Sms From Excel File Contian Mobile Number?
Aug 30, 2010
I have sms portal for send sms.part of this prtal send sms from excel file contian mobile number.
my portal was share hosting.Now i buy VPS server but send from excel not work.
Will my server needs addons from office family.
Note:I use OLEDB connection for connect to excel file
View 1 Replies
Similar Messages:
Jul 23, 2010
I have a requirement that i need to send closing stock value of my company to my boss mobile every day.. how to send sms to mobile...
im using here asp.net 2.0 C# with ms sql server 2005...
View 2 Replies
Apr 12, 2012
How can i send messages to a particular mobile number from my website using asp .net c#?
View 1 Replies
Jun 10, 2010
How to send sms to any mobile no. by web application in asp.net on click of button and automatically on particular date.
View 5 Replies
May 7, 2015
How to get current location of mobile using any mobileno.It is possible using Asp.net?
View 1 Replies
May 3, 2010
I have a web page which I have created to allow users to upload excel file sheet and thus these sets of data will be inserted into the database. However, as I was testing out, I realized that if the excel file is too large (i.e. mulitple sheets, > 5 sheets) , the portal may not be able to handle the large amount of data and displayed error message like the connection is reset. I tried it with only less than 5 sheets it will be fine. Any idea if there are any codes or mechanism which could solve this problem?
View 6 Replies
Jan 17, 2011
I'm working on a SharePoint portal site, while user should be redirected to it from SAP Portal, both of the two portal, user is going to be authenticated through Active Directory.So is there a way to have a single sign on for both of them, so user login to SAP portal and then be redirected to sharepoint portal without providing his login credentials again?
View 1 Replies
Jun 8, 2010
in my application i have to read from an excel files and check the value of every cell i'm using an OleDb connection to open it and reading but i have this issue if some of the cells in the excel sheet is having this warning when i try to read it returns DBNull ??could any one give me a clue ....knowing that i can not force the user for not having this warning ...i have to solve this within my code .
View 5 Replies
Oct 19, 2010
How to implement AD(AD users) + FBA(external users, suppliers and job seekers) login option in SharePoint 2007 internet bilingual site. How to proceed with this?
View 1 Replies
May 7, 2015
Here is a link with code that I used to Export data as Excel: [URL]....
That set up an ASP.Net page to allow a user to export data from a database to an Excel file.
View 1 Replies
Aug 27, 2010
I facing a problem when I upload a file from my side while the application is running in server.
The error shows below:
'C:Excel FilesStaff Directory1.xlsx' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
View 4 Replies
Aug 6, 2010
I am trying to create double and number format cells in excel using NPOI library. I used code like
Dim cell As HSSFCell = row.CreateCell(j)
cell.SetCellValue(Double.Parse(dr(col).ToString))
In excel numbers are aligning right but when I check format it is showing in "General"
then I changed my code to like below
Dim cell As HSSFCell = row.CreateCell(j)
cell.SetCellValue(Double.Parse(dr(col).ToString))
Dim cellStyle As HSSFCellStyle = hssfworkbook.CreateCellStyle
cellStyle.DataFormat = HSSFDataFormat.GetBuiltinFormat("#,#0.0")
cell.CellStyle = cellStyle
Then While opening file it is giving error and also taking so long to open. But Excel format showing in "Number" error showing is like below.
View 2 Replies
Dec 10, 2010
i m creating asp.net Mobile website page to download symbian .sis file to mobile ,but its not geting download properly.its working perfectly on desktop.
View 2 Replies
Dec 13, 2010
I am working on a project where i need to retrieve the mobile phone's PIN number.
Actually, the aim of this is.. sales man visits the mobile stores and fills the details through the mobile phone. After submitting the details from the mobile, we will get a mail regarding that. What we have to do is, apart from the details the sales person send, we need to know the sales person location and the mobile PIN numnber.(The mobile phone we are using is BlackBerry)
View 8 Replies
Jan 5, 2010
I want to do validation in asp.net with javascript on age and mobile number. Can you suggest how I could do this?
View 3 Replies
Jul 21, 2010
How to send SMS from PC to Mobile using ASP.Net 3.5(I need fundamental also). I am new one in asp.Net.
View 3 Replies
Jan 6, 2011
provide 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 Replies
Mar 10, 2010
At the click of a button information is sent to a mobile phone number by sms? How is this accomplished?
View 1 Replies
May 7, 2015
i want to get the latitude and longitude of a mobile phone in a windows application..
View 1 Replies
Nov 26, 2013
In my project i want to send acknowledge message on mobile after completion of perticular work that i have done.now i want to trace mobile's area and some few information and zone .
View 1 Replies
Mar 19, 2011
I am new to asp.net c sharp; right now I am working on one project, in that I need to send the [short message service] to mobiles, I don't how to send the message to mobile. Please someone help me, give some ideas or some links where I can find the sample code or sample projects
View 6 Replies
Apr 22, 2010
I 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.
View 4 Replies
May 27, 2010
Is there any way to send a business card to a mobile phone using C#? I have an application in j2me which requires some set of data corresponding to some contacts so I want to send the business card of that contact via my server
Business Card is a type of special sms which contains the contact details of any person
View 1 Replies
Sep 16, 2010
I have a form for the user to add a Contact's details. Within this form I have fields to enter telephone, mobile, fax numbers etc.
Each have a separate textbox for country code, area code and number. Basically, what I want to do is have validation on these fields so that all or none of the textboxes are filled.
So if the user just adds a number in they are required to enter also the country code and the area code. Or if they don't enter any of the details then the validation will not kick in.
View 4 Replies
May 9, 2013
i am having a textbox for mobile number.
wt should be the validation expression to show error if user enters 0000000000 or 1111111111 or?
and i want the number to start either form 9 or 8 or 7.
View 1 Replies