How To: Automate - Email User Their New Pwd
Jun 21, 2010I have an asp shopping cart and when purchased I want to automatically send the user their login ID and pwd using ASP/VB.
View 12 RepliesI have an asp shopping cart and when purchased I want to automatically send the user their login ID and pwd using ASP/VB.
View 12 RepliesWhich of the following answer is true and why?
Question: Which type of .Net application can be used to automate tasks and does not require a user to login?
a. Windows Form
b. Windows service
c. XML Web Service
d. Net remoting object
I need to create a form that would work like this Choose Provider :( user would select gmail, yahoo, hotmail, ext) Enter Name: ( user enters there name) Message : ( user enters message) and then the "submit"button.
View 2 Repliesi have an aspx page, that takes in user data (name, number & email) after that information gets submitted to me, I need to send an email to their input email, with a message of confirmation.
View 1 RepliesI am building an email feature in my website (jobs site). By using this functionality, recruiters will be able to send emails to candidates. I want an option so that the user can also set 'From Address' and the email should be ANTI-SPAM compliant.
View 2 RepliesI am trying to do the following:1- Have the user select a date from a calendar.2- When that date comes, an email is sent automatically to the user.3- The web application is on a server.Does anyone have code in place that does this already. I was referred to the following articles below, would they solve my problem??. This the first time I tackle a problem like this.[URL]
View 2 RepliesInto below code which is working fine, but the last section which started from using (SqlCommand SendMailcmd ... update it as i want when the user click on the button the code take the AdsID and (QAdsEmail "the user email") and send an e-mail to user depending on QAdsEmail and inside the email create a link to URL... so the user when he receive the mail he can click on it and move to the page to edit his Ad info ...
The table where below info will store in is called "ads" and the column that's need for sending email with ad info/the E-mail part of the code below i just copy it from another part of my application ...
protected void adNewQdadsbtn_Click(object sender, EventArgs e)
{
string FileExtentio = System.IO.Path.GetExtension(RegInteFileUploadImg1.FileName);
string FileExtentio2 = System.IO.Path.GetExtension(RegInteFileUploadImg2.FileName);
string FileExtentio3 = System.IO.Path.GetExtension(RegInteFileUploadImg3.FileName);
string FileExtentio4 = System.IO.Path.GetExtension(RegInteFileUploadImg4.FileName);
string FileExtentio5 = System.IO.Path.GetExtension(RegInteFileUploadImg5.FileName);
[code]...
when user click forgot password it asked user name and email and send his password on his email.
How implement this task in asp.net. with datbase sql server.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
[Code] ....
Iam having registration page where user enter his credentials based on his email i want to send the confirmation link to his mail
View 1 RepliesUsing Create user wizard enter email address send mail to that email address when click submit button and redirect login page
View 1 RepliesWhat should i research in order to accomplish this task?
I am using MS-SQL & VB.Net
I have a SQL table that stores startdate and enddate. I want to run a query on that table every 10 minutes in order to check if the enddate is greater than today and if it is I would like to add a 1 to another column if it is not I would like to add a 0.
i'm trying to integrate Paypal in an asp.net app. It works fine, the last thing i would like to do is to automize payment notify.
In particular, how does it works IPN ? I would like to set a field to 1 when a user buy a service... How can i do with ipn ?
I'm asking here to avoid to read all 120 pages of paypal IPN documentation... ;)
I am developing the online bidding system using asp.net where I need to close the auction if the auction time is get closed without any bid.
As in the following web site :
{URL}Please help me to resolve to this problem.
Does anyone know how i can automate the process of publishing a webapplication.Normally in Visual studio i go to Build | publish and fill in the data.However i want to do this using c# , so that the process can be completely automated.I tried it using the Microsoft.Build.Engine. But i did not succeed
View 2 RepliesI am developing the online bidding system using asp.net where I need to close the auction if the auction time is get closed without any bid.
As in the following web site : [URL]
I have a gridview on my page. I want the page to show me next 10 records after every 10 seconds. i.e. automated paging.I have implemented manual paging on Gridview. How can I do this using Client Side event triggering
View 1 RepliesI have an aspx page that executes an HTTP posting of XML documents to a customer's server. Currently have a few textboxes and a button on the page and the procedure is executed when the button is clicked.
I need this process to happen automatically when the XML document created but I don't know how to integrate the use of a FileSystemWatcher control in a web page. How do I instantiate the FSW? To run automatically web page should never be opened manually.
I tried setting it up as a web service, but again, couldn't figure out how to instantiate the process. Can this be done with some kind of custom handler?
Asp.net web application (source stored in svn) sqlserver database. (Database schema (tables/sprocs) stored in svn) db version is synced with web application assembly version. (stored in table 'CurrentVersion')CI hudson server that checks out web app from repo and runs custom msbuild file to publish/package app.
My msbuild script updates the assembly version of the web app (Major.Minor.Revision.Build) on each build. The 'Revision' is set to the currently checked out svn revision and the 'Build' to the hudson build number (incremented on each automated build).
This way i can match the app to a specific trunk revision also get other build stats from the hudson build number.
I'd like to automate the collecting of migration scripts (updated sprocs etc) to add to the zip package. I guess by comparing the svn revision of the db that has yet to be deployed to, to the revision being deployed, i can find what db files have changed in the trunk since the last deployment to that database/environment.
This could easily be achieved by manually calling the svn diff -r REVNO:REVNO command to list changed .sql files. These files could then manually have to be added to the package.
It would be great if this could be automated.
Firstly i'd imagine I'll have to write a custom task to check the version of the db that has yet to be deployed to. After that I'm quite unsure. how this would be achieved through an msbuild task either existing or custom?
Finally I'll have to autogen a script to add to the package that updates the database version table so as to be in sync with the application.
I've been tasked with building a screen scraping application, and I'm looking for information on the best way to cope with web pages that would normally require user input and interaction.
Can this be done via standard web / javascript coding. Is there any API that would allow a desktop application to achieve the same effect?
We want to automate the DCOM Config - Permission settings for MS Office packages. This we need to be done through by C#.net. Is there any possible way to do this?Clarifications needed:
Instead to do manual settings by automation is there any possible to do by
Component Services->Computers->My Computer->DCOM Config Any C# or relevant Codes or Scripts available t o automate these Component Services->Computers->My Computer->DCOM Config - (relevant MS Office packages)
How can I automate a Stored Procedure, without using SQL Jobs, on a SQL Server Express 2005?
View 2 RepliesI had some requirement, in which i need to automate a report genration automatically on a prescribed time of the day. I had the done with the report generation part in a aspx page. But i need to the ping of the page automatically to genrate the report.
View 2 RepliesI am trying to implement OpenId for an internal web app. Our college is on Google Apps for Edu, so we have the suite of Google OpenID and OAuth exposed to us.
I would like my login page to have the standard username and password, and additionally a button on the side that will authenticate internal users to our app domain.
I have followed the example here [URL] but it seems that the rules are different for the google apps id than a general google id.
I have 2 pages, one is HTML and the other is ASPX. In the HTML I am able to get input from a user and then process a return email to them
The HTML looks like this:
<input type="text" class="input" value="e-mail" id="txtEmail" name="contactEmail" onclick="SelectAll('txtEmail');" >
and I'm using the following in the method
Dim sResponseToName As String = Request.Params("contactEmail").ToString
This part of my page works perfect as someone sends me a request I am about to direct an email to their "contactEmail"
However, in my aspx page it looks like this:
<asp:TextBox ID="contact_Email" CssClass="inputtext1" runat="server">
and the method used is:
Dim sResponseToName As String = Request.Params("contact_Email").ToString()
but no email is sent to the input email address.... If I hard code a random email instead of Request.Params("contact_Email").ToString() it works fine. But for some reason I can not get to the inputted user address.
kinda stumped, I've tried a few things but no luck. How do I get the Request.Params to work in an aspx, and do I need to add something in <asp:TextBox....> to reference it.