ConvincingMail

Emailing Software News Emailing Software News RSS Feed


Aren’t You Happy to Have Customers You Can Talk to?

Email marketing is not only about autoresponders and newsletters. It shouldn’t be a monologue, because no marketer can build relationships by just broadcasting.
From now on with ConvincingMail Software v1.4 you can communicate with your existing and potential customers by receiving their comments concerning your marketing campaigns and by responding them back.
Read Aren’t You Happy to Have Customers You Can Talk to? Full Text Full Text  Aren’t You Happy to Have Customers You Can Talk to? Comments Comments (0)
 

Have you already scheduled your email follow-up messages?

A sequential autoresponder is an essential tool for your business development and growth. With the autoresponder you communicate with your readers using a pre-written follow-up sequence. ConvincingMail© Autoresponder service is included in Standard, Professional and Enterprise versions of ConvincingMail© Software v1.4. You get:

Unlimited number of autoresponders;
An ability to personalize all of your autoresponders;
Unlimited follow-up message capability;
The built-in tracking capabilities.
Read Have you already scheduled your email follow-up messages? Full Text Full Text  Have you already scheduled your email follow-up messages? Comments Comments (0)
 

A new version of ConvincingMail Software 1.4 will be released on July 1, 2009

We are happy to announce upcoming release of ConvincingMail Software 1.4 with new email marketing possibilities to significantly increase efficiency of your email marketing campaigns and make them even more convincing.

ConvincingMail Software 1.4 offers:
Easier and Faster Message Creating
Autoresponders
Multiple Level Accounts
Read A new version of ConvincingMail Software 1.4 will be released on July 1, 2009 Full Text Full Text  A new version of ConvincingMail Software 1.4 will be released on July 1, 2009 Comments Comments (0)
 

Right Timing Results in Desired E-mail Open-Rate

Regularity is a key to your mailing success; therefore make your mailing regularly expected. Another way to increase your open-rate is to change your usual mailing schedule. Finally, it proves to be useful from the very beginning to structure email readers into two groups: frequent, also known as emailaholics, and standard readers with more classical approach to email for their better targeting.
Read Right Timing Results in Desired E-mail Open-Rate Full Text Full Text  Right Timing Results in Desired E-mail Open-Rate Comments Comments (0)
 

How to Improve Your Message Open Rate

Two main factors that usually decrease your open rate are 'from' and 'subject' fields.

In this article we would like to share with you several tips on how you can increase your open rate by working on these two standard fields.
Read How to Improve Your Message Open Rate Full Text Full Text  How to Improve Your Message Open Rate Comments Comments (0)
 

ASP.NET AJAX AutoComplete Control Demonstration.

Start typing in the textboxes below. Note that County is filtered by state and City is filtered by County boxes.
The state box shows suggestions even if the box is empty. Also it allows to select more than one state.
State
State IDs:
Selected states:  
The county box Autocomplete extender uses a template to render list items. You can create your own template to change the look of the items.
County
County Id:
The city box Autocomplete extender uses a different css style for list items. You can change this to fit your design.
City
City Id:

ConvincingMail AutoComplete Control Description

ConvincingMail AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup list to display items that returend by the webservice for the prefix typed into the textbox.

The list with suggested items supplied by a web service is positioned under the textbox.

In the sample above, the textbox is associated with a ConvincingMail AutoComplete extender that pulls States, Counties and Cities. Start typing in the textbox to see a list of suggested items returned by a webservice.

The County suggestions are filtered by the State value and City suggestions are filtered by County value.

Starting from version 2.2 your can specify an html template to render the listing item. Also your server side function can return a more complex json object which you can use to render the item template or in client side functions.

Starting from version x.x.2.3 you can specify the header and footer templates, loading text and also we added more clientside events.

The latest version is x.x.2.4. Fixed IE8 bugs and some other minor changes in javascript code. Should work fine with the server code from the previous version.

ConvincingMail AutoComplete Properties & Usage

Control setup:
To use the control on the asp.net page you need to follow this steps:
  • Step 1: Add ConvincingMail AutoComplete dll refference to your project.
  • Step 2: Declare control refference on your page. e.g.:
    <%@ Register Assembly="ConvincingMail.AdvancedAutoSuggest" Namespace="ConvincingMail.AdvancedAutoSuggest" TagPrefix="cc1" %>
  • Step 3: Add Prototype JS Framework reference to your page.
  • Step 4: Add the control to your page and set properties. e.g.:
    <cc1:AdvancedAutoSuggestExtender TargetControlID="CountyTextBox" AdditionalFields="StateIdTextBox" UpdateField="CountyIdTextBox" TitleTdCss="titleTd-green" TitleTrCss="titleTr-green" CommentsTdCss="commentsTd-green" CommentsTrCss="commentsTr-green" HilightedTrCss="suggestionsHilightedTr-green" ServiceUrl="~/Suggestions.asmx/CountySuggest" ID="AdvancedAutoSuggestExtender1" runat="server" /%>
    TargetControlID -- Required. The TextBox control where the user types content to be automatically completed.
    ServiceUrl -- Required. URL of the webservice which returns suggestions.

    View Optional Fields
Suggestions WebService:
  • Step 1: -- Create new webservice (.asmx) in your project. e.g.: Suggestions.asmx
  • Step 2: -- Create the method to return a JSON list of items. View Code Example

Download ASP.NET AJAX AutoComplete Control (v2.0.2.4 and v3.5.2.4)

Leave a Comment

Rows per page: 
10 25 50 100 
1 2 > >> Total Found: 13
Mikhail wrote:
Tuesday, June 30, 2009 3:39:01 PM
Rizwan, can you post your question in the forum
http://forum.convincingmail.com with more details.
It is really hard suggest without a detailed info.

Thanks
Rizwan Javed wrote:
Sunday, June 28, 2009 7:42:48 AM
Can any one help me out in this secnario.

http://forums.asp.net/p/1428438/3262621.aspx
Rizwan Javed wrote:
Sunday, June 28, 2009 7:42:11 AM
Can any one help me out in this secnario.
Mikhail wrote:
Sunday, June 21, 2009 1:16:12 PM
Billy,
I replied in the forum
http://forum.convincingmail.com/yaf_postsm595_AutoComplete-show-in-Local-PC-and-not-work-in-web-server.aspx#595

Thanks
Mikhail
Billy Hui wrote:
Sunday, June 21, 2009 12:47:00 PM
Hi Mikhail,

I am using IE6 to test.
Your site autosuggest is working fine.
However, I have developed a site with autosuggest.
It works fine in IE7,8,firefox but not IE6.

I have the following javascript - Missing Object.
May you help? Many thanks
Mikhail wrote:
Sunday, June 21, 2009 12:11:24 PM
Hi Edi,
Thank you for noticing this bug in IE 6.
It is currently fixed on the site and I'm going to release a hot fix of the control soon.
Thanks
Mikhail
Edi wrote:
Tuesday, June 16, 2009 8:51:42 AM
I am currently runing your page on IE6 and I get javascripts error.
And the State list above doesn't display values.
Could you check it?
Mikhail wrote:
Tuesday, June 16, 2009 8:38:06 AM
Yes. It works fine in IE6
Edi wrote:
Tuesday, June 16, 2009 7:54:15 AM
Does it work on IE 6 ??
Arlen wrote:
Wednesday, May 06, 2009 3:15:33 AM
Thanks it works for me perfectly
thanks a lot,

Try the demo version of our email marketing software. Try Online

Before choosing the version right for you, try our online demo absolutely free. You can use our demo account
(user:demo password:demo) or create a new one.

Download the free  edition of ConvincingMail email marketing solution and try it on your server and environment. Free Edition

Try ConvincingMail© solution in your environment. The starter edition is limited to 5 lists and 500 contacts. Download now and use it absolutely free.

ConvincingMail Free Online Email Validation Tool. Validate any number of email accounts for free. Email Validation

Try ConvincingMail© free email validation service. Validate email syntax, domain and account.

Discuss any topic related to email marketing, list building, deliverability etc. and other ConvincingMail tools (Email List Validator and Autocomplete/Autosuggest ajax control) in the forum. Discussion Forum

Visit our community forums! Feel free to ask questions about ConvincingMail© software & Servicies and email marketing. We are ready to share our experience with everyone.
ConvincingMail.com - Email Marketing Software. Terms of use License Agreement Privacy Policy
Copyright © 2007 ConvincingMail.com