Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: 10 digit Crypted Value Pin
OriginalGriff7-Dec-10 1:09
mveOriginalGriff7-Dec-10 1:09 
AnswerRe: 10 digit Crypted Value Pin
Yvan Rodrigues12-Dec-10 13:59
professionalYvan Rodrigues12-Dec-10 13:59 
AnswerRe: 10 digit Crypted Value Pin
Sathesh Sakthivel7-Dec-10 0:52
Sathesh Sakthivel7-Dec-10 0:52 
GeneralRe: 10 digit Crypted Value Pin
Enobong Adahada7-Dec-10 1:03
Enobong Adahada7-Dec-10 1:03 
GeneralRe: 10 digit Crypted Value Pin
Not Active7-Dec-10 2:16
mentorNot Active7-Dec-10 2:16 
QuestionASP C# WebSite to load a simple CSV File Pin
gorovdude6-Dec-10 21:54
gorovdude6-Dec-10 21:54 
AnswerRe: ASP C# WebSite to load a simple CSV File [modified] Pin
Dan Mos6-Dec-10 22:17
Dan Mos6-Dec-10 22:17 
QuestionRe: ASP C# WebSite to load a simple CSV File Pin
Luc Pattyn6-Dec-10 22:26
sitebuilderLuc Pattyn6-Dec-10 22:26 
AnswerRe: ASP C# WebSite to load a simple CSV File Pin
Dan Mos6-Dec-10 22:27
Dan Mos6-Dec-10 22:27 
GeneralRe: ASP C# WebSite to load a simple CSV File Pin
Luc Pattyn6-Dec-10 22:30
sitebuilderLuc Pattyn6-Dec-10 22:30 
GeneralRe: ASP C# WebSite to load a simple CSV File Pin
Dan Mos6-Dec-10 22:31
Dan Mos6-Dec-10 22:31 
GeneralRe: ASP C# WebSite to load a simple CSV File Pin
Luc Pattyn6-Dec-10 22:32
sitebuilderLuc Pattyn6-Dec-10 22:32 
AnswerRe: ASP C# WebSite to load a simple CSV File Pin
TweakBird7-Dec-10 1:35
TweakBird7-Dec-10 1:35 
AnswerRe: ASP C# WebSite to load a simple CSV File Pin
Alok Sharma ji7-Dec-10 1:49
Alok Sharma ji7-Dec-10 1:49 
GeneralRe: ASP C# WebSite to load a simple CSV File Pin
gorovdude7-Dec-10 1:52
gorovdude7-Dec-10 1:52 
AnswerRe: ASP C# WebSite to load a simple CSV File Pin
Muhammad Mazhar7-Dec-10 3:47
Muhammad Mazhar7-Dec-10 3:47 
QuestionLOGFONT in C# Pin
VCsamir6-Dec-10 19:46
VCsamir6-Dec-10 19:46 
AnswerRe: LOGFONT in C# Pin
_Erik_7-Dec-10 0:16
_Erik_7-Dec-10 0:16 
AnswerRe: LOGFONT in C# Pin
RaviRanjanKr17-Dec-10 17:46
professionalRaviRanjanKr17-Dec-10 17:46 
Questionhow to make excel with zero before the number in C# Pin
goldsoft6-Dec-10 19:31
goldsoft6-Dec-10 19:31 
AnswerRe: how to make excel with zero before the number in C# Pin
Mycroft Holmes6-Dec-10 20:49
professionalMycroft Holmes6-Dec-10 20:49 
QuestionSend SMS in asp.net Pin
yesu prakash6-Dec-10 17:50
yesu prakash6-Dec-10 17:50 
AnswerRe: Send SMS in asp.net Pin
keyboard warrior6-Dec-10 17:56
keyboard warrior6-Dec-10 17:56 
AnswerRe: Send SMS in asp.net Pin
Muhammad Mazhar7-Dec-10 3:55
Muhammad Mazhar7-Dec-10 3:55 
AnswerRe: Send SMS in asp.net Pin
Yvan Rodrigues12-Dec-10 14:11
professionalYvan Rodrigues12-Dec-10 14:11 
May I ask why you do not want to use a gateway?

If it is cost I recommend reconsidering a gateway. I use Twilio (no affiliation) and my cost is USD 0.02 per message. You can literally be up and running in 15 minutes and all you'll have to do is add a few lines of code to your application.

I've seen a lot of people go the route of harvesting all the addresses of the free email-to-sms gateways that the carriers offers as a cheap way of not using an SMS gateway. That will work if you don't mind having absolutely no control over the quality of service or delivery.

Lastly, you can get a GSM modem and put it on the wireless network. This is great as a learning experience but if you intend for your application to ever be used in a production environment, count on at least two dedicated servers on a reliable network plus the costs of a couple of truly unlimited texting plans with a local carrier.

Seriously, have fun learning about all of these options but if you want to save time an learn from your elders Wink | ;) find a gateway that meets your needs.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.