Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 12, 2010 02:41 PM by sun2moon86
Member
2 Points
12 Posts
Jan 16, 2010 06:04 PM|LINK
can any one help how we write program in c#.net to send sms to the mobiles.
it is urgent requirement for me.
waiting for reply.
All-Star
37350 Points
6840 Posts
Jan 16, 2010 09:11 PM|LINK
Hi,
Check these posts...
http://forums.asp.net/p/1374367/3543701.aspx#3543701
http://forums.asp.net/p/1459384/3349833.aspx#3349833
for more informationvisit on this post
http://forums.asp.net/t/1191703.aspx?PageIndex=1
Thanks..
Contributor
2810 Points
480 Posts
Jan 17, 2010 05:07 AM|LINK
check the links http://bytes.com/topic/c-sharp/answers/256831-sending-sms-through-c http://www.codeproject.com/KB/database/SMS_message_from_SQL.aspx
Feb 12, 2010 02:41 PM|LINK
<%
<
.buttonRich
{
background-color: #a4c9ff;
}
.buttonOver
background-color: #ffd497;
.frame
width: 400px;
height: 130px;
border-style: solid;
border-width: 1px;
display: inline;
</
window.onload =
var
document.getElementById(
else
sun2moon86
Member
2 Points
12 Posts
how to send sms by c#.net
Jan 16, 2010 06:04 PM|LINK
can any one help how we write program in c#.net to send sms to the mobiles.
it is urgent requirement for me.
waiting for reply.
Rajneesh Ver...
All-Star
37350 Points
6840 Posts
Re: how to send sms by c#.net
Jan 16, 2010 09:11 PM|LINK
Hi,
Check these posts...
http://forums.asp.net/p/1374367/3543701.aspx#3543701
http://forums.asp.net/p/1459384/3349833.aspx#3349833
for more informationvisit on this post
http://forums.asp.net/t/1191703.aspx?PageIndex=1
Thanks..
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
amanbhullar
Contributor
2810 Points
480 Posts
Re: how to send sms by c#.net
Jan 17, 2010 05:07 AM|LINK
check the links
http://bytes.com/topic/c-sharp/answers/256831-sending-sms-through-c
http://www.codeproject.com/KB/database/SMS_message_from_SQL.aspx
Aman Bhullar
ARLiveSupport.com
Mark as Answer, on the posts replys that helped you !!!.
sun2moon86
Member
2 Points
12 Posts
Re: how to send sms by c#.net
Feb 12, 2010 02:41 PM|LINK
<%
@ Control Language="c#" AutoEventWireup="false" CodeBehind="RichTextControl.ascx.cs"
Inherits="RichTextBox.RichTextControl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %><
style type="text/css">.buttonRich
{
background-color: #a4c9ff;
}
.buttonOver
{
background-color: #ffd497;
}
.frame
{
width: 400px;
height: 130px;
border-style: solid;
border-width: 1px;
display: inline;
}
</
<
style>script language="javascript">window.onload =
{
function ()var
{
document.getElementById(
document.getElementById(
}
browserName=navigator.appName; if (browserName=="Netscape")'<%= pnlIE.ClientID %>').style.display="none";'<%= pnlMozilla.ClientID %>').style.display="block";else
{
document.getElementById(
document.getElementById(
}
}
if (browserName=="Microsoft Internet Explorer")'<%= pnlIE.ClientID %>').style.display="block";'<%= pnlMozilla.ClientID %>').style.display="none";</
<
script>table cellspacing="0" cellpadding="0" width="450" border="0">
<tr valign="top">
<td> <asp:Panel ID=pnlIE runat=server>
<table id="tblFormat" border="0" width="450">
<tr>
<td width="100%">
<img alt="Bold" src=' <%= ResolveUrl("~/Images/Bold1.gif") %>' align="absmiddle"
onclick="textCommand('bold','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Italic" src=' <%= ResolveUrl("~/Images/Italic.gif") %>' align="absmiddle"
onclick="textCommand('italic','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Underline" src=' <%= ResolveUrl("~/Images/Under.gif") %>' align="absmiddle"
onclick="textCommand('underline','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Left Align" src=' <%= ResolveUrl("~/Images/Left.GIF") %>' align="absmiddle"
onclick="textCommand('justifyleft','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Center Align" src=' <%= ResolveUrl("~/Images/Center.GIF") %>' align="absmiddle"
onclick="textCommand('justifycenter','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Right Align" src=' <%= ResolveUrl("~/Images/Right.GIF") %>' align="absmiddle"
onclick="textCommand('justifyright','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Justify" src=' <%= ResolveUrl("~/Images/Justify.JPG") %>' align="absmiddle"
onclick="textCommand('justifyfull','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Ordered List" src=' <%= ResolveUrl("~/Images/NumList.GIF") %>' align="absmiddle"
onclick="textCommand('insertorderedlist','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Unordered List" src=' <%= ResolveUrl("~/Images/BulList.GIF") %>' align="absmiddle"
onclick="textCommand('insertunorderedlist','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="SubScript" src=' <%= ResolveUrl("~/Images/SubScript.GIF") %>' align="absmiddle"
onclick="textCommand('Subscript','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="SuperScript" src=' <%= ResolveUrl("~/Images/SuperScript.gif") %>' align="absmiddle"
onclick="textCommand('Superscript','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="De-Indent" src=' <%= ResolveUrl("~/Images/Deindent.gif") %>' align="absmiddle"
onclick="textCommand('Outdent','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="In-Indent" src=' <%= ResolveUrl("~/Images/Inindent.gif") %>' src="Images/Inindent.gif"
align="absmiddle" onclick="textCommand('Indent','<%= this.RichTextChildID %>')"
class="buttonRich" onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Insert Line" src=' <%= ResolveUrl("~/Images/InsertRule.gif") %>' src="Images/InsertRule.gif"
align="absmiddle" onclick="textCommand('inserthorizontalrule','<%= this.RichTextChildID %>')"
class="buttonRich" onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="Remove Format" src=' <%= ResolveUrl("~/Images/RemoveFormat.gif") %>' align="absmiddle"
onclick="textCommand('RemoveFormat','<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<img alt="WordCount" src=' <%= ResolveUrl("~/Images/WordCount.gif") %>' src="Images/WordCount.gif"
align="absmiddle" onclick="WordCount('<%= this.RichTextChildID %>')" class="buttonRich"
onmouseover="className='buttonRichOver'" onmouseout="className='buttonRich'">
<asp:TextBox ID="TxtCount" runat="server" ReadOnly="True" Width="40px">0</asp:TextBox>
<select class="richtxtdrops" onchange="textCommand('fontname','<%= this.RichTextChildID %>',this[this.selectedIndex].value);"
name="select">
<option selected>Font</option>
<option value="Arial">Arial</option>
<option value="Arial Black">Arial Black</option>
<option value="Arial Narrow">Arial Narrow</option>
<option value="Comic Sans MS">Comic Sans MS</option>
<option value="Courier New">Courier New</option>
<option value="System">System</option>
<option value="Tahoma">Tahoma</option>
<option value="Times">Times</option>
<option value="Verdana">Verdana</option>
<option value="Wingdings">Wingdings</option>
</select>
<select id="FontDropDownonchange" title="Choose Font Size" onchange="textCommand('FontSize','<%= this.RichTextChildID %>',this[this.selectedIndex].value)">
<option value="1" selected>Size</option>
<option value="1">1 (8pt)</option>
<option value="2">2 (10pt)</option>
<option value="3">3 (12pt)</option>
<option value="4">4 (14pt)</option>
<option value="5">5 (16pt)</option>
<option value="6">6 (18pt)</option>
<option value="7">7 (20pt)</option>
</select>
</td>
</tr>
<tr>
<td id="RichTextSize" runat="server">
<iframe id="RichTextFrame" runat="server" name="RichTextFrame" class="frame" src=""
onblur="fillTxtId('<%= this.RichTextChildID %>')"></iframe>
<script language="javascript" type="text/javascript">setDesignMode('<%= this.RichTextChildID %>')</script>
</td>
</tr>
</table></asp:Panel>
</td>
</tr>
<tr valign="top" height="0px">
<td>
<asp:TextBox ID="HTMLText" runat="server" Width="0px" Height="0px"></asp:TextBox>
<asp:TextBox ID="TextValue" runat="server" Width="0px" Height="0px"></asp:TextBox>
</td>
</tr> <tr><td ><asp:Panel ID=pnlMozilla runat=server></
<asp:TextBox ID="txtRich" runat="server" TextMode=MultiLine CssClass="textbox" Width="500px" Height="150px"></asp:TextBox></asp:Panel></td></tr>table>