ConvincingMail

Emailing Software News Emailing Software News RSS Feed


Level of openings is a key to success!

When speaking about email marketing, one of the key elements of the overall analysis of the campaign remains the level of opened messages.
Depending on what web platform you are using, the list of following indicators can be used in
the analysis ...
Read Level of openings is a  key to success! Full Text Full Text  Level of openings is a  key to success! Comments Comments (0)
 

Signed Out Users: from Global to Local

Having the general overview of the campaigns isn’t enough when the question comes to the reason why some users signed out.
Read Signed Out Users: from Global to Local Full Text Full Text  Signed Out Users: from Global to Local Comments Comments (0)
 

Launched a campaign? Track the data!

Launching a campaign is just a first step towards improving the brand awareness and overall
position on the market of your company. The next step is the campaign evaluation process aimed
at assuring a high quality of performance.
What indicators are taken into consideration in this process?
Read Launched a campaign? Track the data! Full Text Full Text  Launched a campaign? Track the data! Comments Comments (0)
 

Can a campaign be successful without following the tracking data?

If you want to reach your goals and attract your target audience by your email marketing campaigns, than it is utterly important to follow the results after launching any campaign.
What indicators can help you enforce the performance of your mail marketing campaigns?
Read Can a campaign be successful without following the tracking data?  Full Text Full Text  Can a campaign be successful without following the tracking data?  Comments Comments (0)
 

Database or Email Address Valorization is Necessary

In order to register the number of transactions made as a result of your campaign, a valorization by signed-up users or email addresses is used.
This approach allows following the sources of transactions within a certain period of time.
Read Database or Email Address Valorization is Necessary Full Text Full Text  Database or Email Address Valorization is Necessary 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.5)

Leave a Comment

Rows per page: 
10 25 50 100 
1 2 3 > >> Total Found: 29
Mikhail wrote:
Tuesday, April 20, 2010 9:09:00 AM
Hi All!
Please use our forum http://forum.convincingmail.com for questions.

Thanks for using the control!
backlinks are appreciated!!!
Alex wrote:
Saturday, April 10, 2010 12:44:00 PM
Hi!

I have a question:

Can I use ConvincingMail AutoComplete Control without WebService?

Can I connect it to a WebMethod on the page. And how can I do?

Thank you
Gültekin KAYA wrote:
Tuesday, March 09, 2010 3:45:33 AM
A great control. Thanks so much.. But how to navigate to a URL on seleect any item of the autocomplete list instead of taking the value to a textbox. For example imagine I use it to easily search within my news and when the end-user clicks or enters a desired result the control leads him to the news detail page.

Thanks in advance.
forgiven wrote:
Thursday, December 10, 2009 9:02:43 AM
here is fully customizable autocomplete control for ASP.NET (facebook like)..

http://simp.lified.com/ControlDemo.aspx
Mikhail wrote:
Monday, November 16, 2009 9:39:56 PM
Hi all,
The new version of AutoComplete control has been released.
There are no changes in the code. The control now uses the latest version of AJAXControlToolkit framework.

Also replaced the local prototypejs javascript with a google CDN more info about it.

Please use our form if you have any questions or need help. http://forum.convincingmail.com

Thanks
Mikhail
Mikhail wrote:
Monday, November 16, 2009 4:19:09 AM
Hi,
Yes. I'm working on it now
fancyclown wrote:
Monday, November 16, 2009 4:15:19 AM
Hi Mikhail

I've located the codeplex project:
http://aace.codeplex.com/

But I note that the projects are the same as the those available on this site which uses the AjaxControlToolkit version 3.0.20820.

Would be great to see your control provide support for AjaxControlToolkit version 3.0.30512 or later.

Any chance of this happening?
Mikhail wrote:
Sunday, November 15, 2009 11:09:58 PM
Hi all,
I've created a project on CodePlex site for the control.
I also plan to provide access to the git repository. I'll provide more info later this week.

Please use convincingmail forum http://forum.convincingmail.com when you want to ask a question or need help it is much easier to communicate via it.

Thanks
Mikhail
Miha wrote:
Sunday, November 15, 2009 10:10:05 AM
Hello,

Extender control type

I have implemented autosuggest control, but I am getting the error below. I cannot find the appropriate solution. I hope you can help me.

'ConvincingMail.AdvancedAutoSuggest.AdvancedAutoSuggestExtender' does not have any attributes of type 'System.Web.UI.TargetControlTypeAttribute'. Extender control types must have at least one attribute of type 'System.Web.UI.TargetControlTypeAttribute'.
fancyclown wrote:
Monday, November 09, 2009 10:31:09 AM
Hi Mikhail

Any progress with this control with AjaxControlToolkit 3.0.30512.0?
It's a great control and would love to utilise it.

Thanks

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