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...
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...
.NET Security Roles and Management, using multiple tiers / levels
We have one application that we will be re-writing soon. To say it simply, the security and premissions in it is very complex.Can the management and role classes in .NET 2.0 handle this sort of situation:-Multiple Items.-Multiple Departments-Multiple Staff in each department.Staff members can have the ability to view items in their own departmentStaff Members can have the ability to view items in other departmentsStaff members can have the ability to view items in no departments.Staff members can have the ability to view all items.STaff members are in departments.There can be X number of de...
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================...
How to use net use?Please can any one tell me how to use the dos command net use properly?
I have read the help but can't seem to get it to work. Keep getting sytax
error message.
Thanks in advance.
"Beowulf" <who-knows@no-one.com> wrote in message
news:9krutk$puu$1@news.grc.com...
> Please can any one tell me how to use the dos command net use properly?
>
> I have read the help but can't seem to get it to work. Keep getting sytax
> error message.
what are you trying to do? There are about 50 options to "net use" that do
a ton of different thin...
How to use InterBase with VS.NET (vb.net)??
Hi all;
Q1:How can I use "InterBase" as a RDMS with Visual Studio.NET (VB.NET) for developing a small application??
Q2:What should I use for a Data Provider?
Q3:How ConnectionString will be build??
Thanks in advanced!Regards,CS4Ever~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Dont forget to click "Mark as Answer" on the post that helped you.This credits that member, earns you a point and marks your thread as Resolved so we will ALL know you have been helped. This will help me, you and others....
how can i write this line using vb.net : container.dataitem ?.... in vb.net its not working
Dim container As GridView = CType(newLinkButton.NamingContainer, GridView)
Dim dataValue As Object = DataBinder.Eval(container.dataitem, _ColName)
_ColName its just a string a name of the field in my database
This is Vb.Net code man what you want?
You can convert any format from this link
http://www.developerfusion.com/tools/convert/vb-to-csharp/
If this post is answer of your question then don't forgot to Click Mark As Answer...
Re: Gadget using vb.net and c#.net
Hi,
I am new to Gadget Concept.
i want to create new Gadget. it must show the name 'Gadget Application'.
pls, guide me how to create Gadget using .net application with some sample.
thanks for your help in advance.
Regards,Suriyanarayana.N
Unfortunately creating a Gadget using the .NET framework is not so simple. I have found a few post that might help you understand the process:http://www.codeproject.com/KB/gadgets/gadgettips.aspx http://www.codeproject.com/KB/gadgets/GadgetInterop.aspx Gabriel Bogéa (http://www.gbogea.com)-----------------Please 'Mark...
Insert datetime, using ADO.net VB.net
Hello there,I got a little code there are inserting a record into my msSQL database..But i cant insert the datetime, for one reason?The problem is in line 7 () where i want to insert DateTime.Now 1 Protected Sub SendPmTilAfviste(ByVal modtager As String, ByVal festID As String)
2 ' Connection
3 Dim conn As SqlConnection = New SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;Integrated Security=True;User Instance=True")
4 conn.Open()
5
6 ' SQL-kommandoen
7 Dim cm...
.Net 2.0 Web application using Vb.net is unable to create object of another dll writen in C# .net 2.0
Hi,
I habe created one ASP.net web application using Vb.net which is adding reference of dlls written in C# and .net 2.0. But whenever trying to create object of referencing dll, it is throwing error :Object reference does not set to an object. But, locally it is working fine,. In the server i have deployed the .aspx files and dll files in the bin. There were already an web.config in the server which is of .net 1.1. But checked it is retrieving value for that web.config correctly.
Should i have to deply any other files and if not what can be the solution for this? Please help.
Thanks,
So...
How to Add Applications to ADAM using vb.net or C#.net
Hi Pls thrown light any one on How to Add Applications to ADAM using vb.net or C#.net RegardsMallikarjunaP.Mallikarjuna...
designing a chat room using anthem.net and vb.net
hi i'm trying to learn how to use anthem.net to develop a chat room that stores information in an xml document but all the code i find is in c# and i use vb. can anyone help guide me through developing it using vb and give me any useful tips?thanks
Hi,
Check out http://www.codeproject.com/KB/aspnet/ASPNetChat.aspx
Thanks,
FarooqMark as answer if this post helpfull to you.Don't be afraid to be wrong; otherwise you'll never be right.
HI danielagaba
For the chat application, please check:
http://forums.asp.net/p/1327851/2660629.aspx#2660629
For th...
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...
How benificial is it to use VS.NET? Can I do just as well with VB.NET?
How benificial is it to use VS.NET? Can I do just as well with VB.NET?
I'm probably going to be moving from handcoding with HomeSite and ASP Classic to ASP.NET.
From all I read VS.NET seems the tool of choice but expensive. Will VB.NET do just as well if all I plan to write is VB code?
Any other good choices?
Thanks
As far as i know there is no Product" entitled vb.net. Visual Studio.Net 2002/2003 differs from it's non .net predesser (mental block, cant spell - sorry) in that all technologies (ie. VB, c# C++, J#) are developed from within the one application(IDE).
There...