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,
> ......
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...
ASP.NET and .NET
Sorry if this is basic, but thats where i'm at. What is the difference between .NET and ASP.NET? Is ASP.NET an offshoot from .NET? I'm looking to do a training course and just need some facts here. I'm a newbie web developer.
Thanks
Dan
At its simplest level .NET to a developer usually refers to the .NET Framework, which is a set of classes that you can extend to create your software applications. ASP.NET is a way of building a web based user interface for your application using the .NET Framework.
Dan.
Cheers Dan, some home work required for me i think.
Thanks
Dan...
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...
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...
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...
ASP.NET VB.NET to VB.NET Executable
Forgive me if this is the wrong place to post. I could not find a more suitable section.
I have several ASP.NET (using VB.NET) web pages that I have to convert to VB.NET executables. Can someone recommend a roadmap? Is this a huge task? Is it more manageable with the .NET platform? Thanks.
the roadmap is to move as much code as possible out of the GUI into codebehind, and get GUI code out of code-behind.
then move as much as possible into library assemblies and/or Webservices.
then use the Visual Studio editor to drag and drop your new winapp gui, and easily plug in the back end....
Diffrence Between ASP.NET , VB.NET and C#.NET
please give me the explanation of diffrence b'n asp.net and vb.net is in asp.net there is no code behind file exist?
C# and VB.Net it the langauge you use to create your app.. (The code you write is either VB.Net or C#) ASP.Net is the Web framework to build web applications and ASP.Net have Web Forms, a Web Form is the .aspx file that represents a page/view. A Web Form can have a code-behind file where you put your code (written with VB.Net or C#)./Fredrik Normén - fredrikn @ twitterMicrosoft MVP, MCSD, MCAD, MCTASPInsidersMy Blog...
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...
ASP.NET/ADO.NET/VB.NET Books
Can anyone suggest a good book(s) on ASP.NET, ADO.NET and VB.NET, I have familiar ASP 2.0 and have used VB 6 a few times, so I’m a total newbie, to this type of thing.
Thanks
Jason
One free place to start is the Quickstart tutorials. They are available on the tutorials tab on this website.
The best "starting out" book, IMO, is still "ASP.NET Unleashed", by Stephen Walther. This gives you an excellent introduction to all of the essentials.
From there, it would depend on your needs.
BTW - there is a "Book Review" forum within the ASP.NET Forums t...
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)
{
...
Converting .net desktop application(vb.net app) to .net web application(asp.net app)
is it possible to convert/upgrad .net desktop application(vb.net application) to .net web application(asp.net application) ? If possible how? is there any extra software or wrapper for it? If possible please...Thanks..
There is no conversion software or wrappers that I know of. For the most part, you will have to rewrite it since the platforms are completely different.Cheers, Kevin JonesMy Blog...
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...
Difference between ASP.Net , VB.Net & VS.Net
I'm confused, I saw two books
1- Sams Visual Basic.Net (Web Programming)
2- Sams ASP.Net
How are both VB.Net and ASP.Net for web programming?
and what is VS.Net ?
Can anybody clear this concept plz.
Regards
Visual Basic .NET is a programming language that can be applied to applications in many different platforms, including Windows applications and web (ASP.NET) applications.
VS.NET is Visual Studio .NET, an integrated development environment you can use to build applications. It is not required, however. You can use text editors and command line compilers, ...
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#....