Sending SMS using vb.net or C#.net using vb.net or c#.net
Hi
My requirement is
I hav one csv file with these fields id,mobilenum,messgae,status.intiallu staus is 0.
once i read the all fileds and take that mobile number.using tat mobile number i need to send sms .after sending sms i shuld change status as 1
How to send sms thru coding (please dont provide any links.if it is provide also please give working links becox i checked codeproject .i didnt get any nice link.
and also provide the how to update the status field im csv file
Thank
ssandhya
To send SMS, you need some third party SMS providers. if you consul...
Net:Net:Net::LDAP::FAQ------_=_NextPart_001_01C6429F.D89AA417
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello,
Net::LDAP
Net::LDAPS
Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
....) password? I don't like to write the secret password to the perl
file.
Best regards
Barbara Wilbert
------_=_NextPart_001_01C6429F.D89AA417--
Wilbert Barbara (CI/OSI) * wrote:
> Hello,
>
> Net::LDAP
> Net::LDAPS
>
> Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
> ......
use VB.NET and C#.NET code in the same C#.NET project
All-- Here is a sample that is "off the beaten path", (at least for me). Is it possible, in an ASP.NET application, using the code-behind page building technique, to have both pages written in VB.NET and pages written C#.NET?At http://www.WebLogicArts.com/DemoList.aspx there is a sample that shows that, (contrary to popular belief), it IS possible to mix ASP.NET pages built with C#.NET with ASP.NET pages built with VB.NET in the same VS.NET 2003 project. Note that this is just a "fun" sample to see if it can be done and I do not recommend this practice as a "standard" way of develo...
converting to vb.net from c#.net authorize.net
authorize.net offered me some sample code when I signed up with them the only problem is the sample code is in c#.net but my page that they type all of their credit card into is vb.net
<code><%@ Import Namespace="System.Net" %>
<%@ Import Namespace="System.IO" %>
<script language="C#" runat="server">
void Page_Load(Object Src, EventArgs E) {
myPage.Text = readHtmlPage("https://certification.authorize.net/gateway/transact.dll");
}
private String readHtmlPage(string url)
{
...
To .NET or not .NET, that is the questionI'm running WinXP pro 32-bit, meaning I've got the version
1-dot-something of .NET that XP came with. I've been looking for
various softwares, and more and more often come across .NET version 2
being prerequisite. No urgency for me re. my questions to this group -
so far I have just decided to hit the red X on those download pages -
but the desire for this newer version of .NET seems to be growing for me.
Firstly, according to my (limited) research, newer .NET versions are
inclusive of the previous ones, and the current version seems to be 3.5.
So if I go for i...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
Have a look into this links
http://en.wikipedia.org/wiki/.NET_Framework
http://blogs.msdn.com/mohammadakif/archive/2006/12/03/net-3-0-different-versions-of-the-net-framework.aspx
http://www.codeproject.com/aspnet/ComparisonASP1xASP20.aspAshok Rajawww.iGold.inDon't forget to click "Mark as Answer" on the post that helped you. This credits that m...
net send in .net
Hi,
I am trying to execute net send comman in my vb.net code. But I am getting "win32 exception unhandled error". Please help me. My code is:Dim psi As New ProcessStartInfo()
psi.UseShellExecute = False
psi.FileName = "Net send"
'xxx.xxx.xx.xx - IP address of a system in my network
psi.Arguments = "xxx.xxx.xx.xx test"
Process.Start(psi)
Thanks in advance!
Shwetha
Tryu changing
psi.FileName = "Net send"
'xxx.xxx.xx.xx - IP address of a system in my network
psi.Arguments = "xxx.xxx.xx.xx test&quo...
Net Farmers netHas anyone been able to access any of the tests at
http://suicide.netfarmers.net ? I can get the default page but none of the
tests appear to be operating over the last several weeks.
--
CK
I just tested and works as usual!!!Every session TCP_error,because my
Shields_guard is intact<<G>>
--
Regard: Joh@nnes�
1216771 Ont.Inc.
"Nothing is more damaging to a new truth than an old error"
"CK" <ckphalon@lascenltd.com> wrote in message
news:9i45gg$1qa9$1@news.grc.com...
: Has anyone been able to access any of the tests at
: http://suicide...
Using Dot Net Nuke to maintain a site developed in VS.NET using C#
Hi,Does anyone know if there is a way to create a site using C# and Visual Studio.NET 2003, but then use Dot Net Nuke to allow non-technical users to add content to the site. The current state of the site must be accessible in both VS.NET and DNN regardless of which application saved it last. Also preferably I would like the language used to remain C# even when edited by the marketing staff, so that I can still maintain it myself using VS.NET. Hope you understand what I mean.
If this is not possible, I wonder if anyone knows what solution I am after.
Thanks in adv...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0 #2
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
There are too many differences for one email - - from 1.0 to 1.1 (not a whole lot of real change, other than fixes, at least compared to 1.1 to 2.0)
With 2.0, there were many new declarative controls, with many new ideas added in
With 3.0, it's a superset of 2.0 - instead of replacing the installation completely, it just 'added on' new functionality - I would...
vb.net vs c#.net vs j#.net
just out of curiousity which looks, acts most like java? i'm still learning trying to used to vb.net but it seems that it was easier to do some stuff with java.
C# is Java++ in my opinion. If you have done C or Jave you will prefer C#.Mike Schellenberger - MCAD
If you are looking for language similar to java go for J#.
However most code samples you find on the net will be in VB.NET and C#....
VB.NET is 65% of all .NET development.
I'm picking a number out of the air though (and working with limited information of course) but it appears to me that VB.NET is being used more than C# for .NET programming currently.
Here's why it seems so:
-the largest migration of programmers to .NET are coming from vb6.
-many on the MS .net team are active vb.net programmers.
-DDN has the largest community, and also most modules are being created in vb.net (mostly because it's easier to deploy (with source), test, modify (code in same project), and work with than using a language foreign to the core.
It takes a pre...
use of vb.net and c#.net
i make a small website using vb.net,
in it i make a 2 class in C#.net. that i want to use in that website, i dont know how to call that class.
let your class is - class clsMyClass { public void myFunction() { // do something } } now the first way - create objectclsMyClass myObj = new clsMyClass();myObj.myFunction(); // call function================...
Is there a .NET component for use with Authorize.Net?
I am wanting to find a .NET dll for use with real-time online credit card processing with Authorize.net, does anyone know where I can locate one? I do not want to use the MS WinHTTP component.
Thanks
DotNetCharge - http://www.dotnetcharge.comDotNetNuke Core Architect
So, in the Site Settings in DNN 2.1 you can specify a variety of Payment Processors but a quick look at the code makes it look like only paypal is actually supported. Am I missing something.
Are there ways to tie into Authorize.net. Specifically I want to do it for membership services.David O'Learywww.EfficionConsulti...