Web Forms :: How To Send Voice SMS From Website
May 7, 2015How to send voice sms from internet to mobile in asp.net using c# language using your own website.
View 1 RepliesHow to send voice sms from internet to mobile in asp.net using c# language using your own website.
View 1 Repliesam developing my project in asp.net 2.0 and c# and Now I am sending Text sms using Third party API.Now I want to send voice sms to mobiles.Do I need to develop it as mobile application or I need to purchase 3rd party API. some reference links for this process.
View 1 Repliesfind a voice recorder software to be used in my asp.net website in windows 2003 server. The recorder software must be installed only on the server and not on the client.
View 1 RepliesIn my C# website i want to add some speech which should be in UK English British Male Voice, how can i do that, and from where i may get that voice. Is there any way to do that?
View 1 Repliesi want to send some user information one website(ASP) to another website(ASP.NET)
View 3 RepliesHow to set voice in Captcha validation
View 1 Repliesin short how to convert text into voice in asp.net? when i enter a text in textbox like this "my name is ram" it specch me my name is ram in voice.
View 2 RepliesI am getting this error when I am trying to send e-mail on my website. I Have My web.config settings but I am getting it in a server. In a different one I am not getting it.
View 2 RepliesI'm trying to develop a new application for multiple users. the main idea is that one user talks and the entire users (who logged in ) could hear him (1 way).
How this can be made? how can i transfer voice from one client to multiple clients in live?
Note that my clients are mobile users (Android, IOS and Windows phone) and the server is .NET.
in my webpage forgot password is there,this forgot password contain some required field values are there
those are Email,username. in email give the information the send ,this mail contain link like
http://localhost:45705/VegaFABSWeb1412/ResetPassword.aspx this link contain the localhost
how to get www.VegaFABSWeb1412/ResetPassword.aspx
Send data to webpage on another website request is made successful but time of retrieval at page load event of destination website webpage it is not preserving data ..i am using following example
[1] Link button on page from where i try to transfer a data to destination website page.
protected void LinkButton1_Click(object sender, EventArgs e)
{
// START Code to pass User related Information on to server using POST method.
string url = "http://localhost:5934/Login.aspx";
string UserName = "Satish.thummar@gmail.com";
string UserID = "592334C3-D836-441E-96B4-15F242D34F15";
[code]...
[2] Destination website page where i am trying to retrieve a data and use it for more operation but not preserve it menas it is not ASSIGN TO ANY SERVER CONTROL PROPERTY AND NOT EVEN TO VIEW STATE.
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
NameValueCollection nvc = Request.Form;
//string userName;
if (!string.IsNullOrEmpty(nvc["UserNameFromPMS"]) && !string.IsNullOrEmpty(nvc["UserIDFromPMS"]))
[code]....
Is there a way to send an email to a certain email address and have the message inserted into a database? The subject would be intered into "Subject" table field and the message body would be inserted into the "Message" table field.
View 4 RepliesI want to sent automatic mails to my clients to that date, on which they selected reminder. I went through article for window service and using sql server, but I didn't understand its working, any alternate option, is it possible to use google calendar in my website and when calendar date is set to some event then google alert set automatically to client email, and google alert sent to that email automatically...
View 1 RepliesI am trying to create an instance of System.Web.HttpResponse to send the uers to another website.I am doing some other stuff in my vb.net that does not let me use the regular Response.Redirect.when I do Dim myRsp As System.Web.HttpResponse = New System.Web.HttpResponseit complains about a textwriter.
View 4 RepliesHow can I record voice usinf c# or vb.net (web aplication)? Is there any API that can work with all major platforms like Windows and apple?
View 2 RepliesI need Source Code Of Contact Us form Which Send mail to any website mail address..
View 1 Replieswe have to develop a enterprize application in asp.net c# and i have to getting a module of voice recording but i dont have any solution about voice recording in asp.net c# for webapplication.
View 2 RepliesWith reference to example: [URL]
I downloaded it and worked fine. However, I wish you push it further adding the following features:
1- Download button: where after the bitmap is captured and published into the image control, a "Download" button can be clicked to force the client browser open the "Save As File" dialog box in order to enable the user download the image into his/her client machine after choosing his/her suitable directory path.
2- Email button + Textbox to type the target email: where after te bitmap is captured and published into the image control, a "Email" button can be clicked in order to send the captured image to any email the user had specified in the textbox.
Condition:
- Captured image shall remain as bitmap in memory. It shouldn't be saved in the server.
- Email shall be sent with the image placed in the BODY and ATTACHMENT.
how to implement an Asp.Net application which records voice using mic.
View 3 RepliesI want to know the requiremets to develop Video and voice chat using C#.
View 2 Repliesi want to send sms to mobile from asp.net web Application. i am using this but its not working. is there any other free webservice which i can use to implement this.
View 2 RepliesI want to create a text, voice and video chat facility in our website like gmail/gtalk (video chat quality like skype)? how to find refernce/ project source code or any useful links to create chat application also to send/share any file to him. we can be able to send text and voice message when user is offline.
View 2 Replies"there is one forgot password module in my website..
whenever user click on "forgot password" link then one mail with password directly sent on his email address.."
i dont know how do ,,
I need to make a non-voice chat support tool for a client in ASP.NET 3.5 framework.Can anyone tell me how can i make it using ajax control toolkit??
View 4 RepliesI have create a website and i need to send/receive email from website . I am able to send email through system.net.mail namespace . But it needs an gmail id and password . I want to send email from my website like Username@mywebsite.com and also receive email from another domain like gmail.com . I didn't know how i can perform this task . I don't have a logic .
View 8 Replies