ConvincingMail

Emailing Software News Emailing Software News RSS Feed


Advanced Email

With the advancing technology the role of emails is also changing and transforming into a broader role than it used to have. What new tools are being used? How can they influence your business?
Read Advanced Email Full Text Full Text  Advanced Email Comments Comments (0)
 

Email Marketing : Quality vs. Quantity

What should be the main goal when adapting an email marketing strategy?
Is it building a list of a certain number of customers? Or is there something else behind the lists?
Read Email Marketing : Quality vs. Quantity  Full Text Full Text  Email Marketing : Quality vs. Quantity  Comments Comments (0)
 

How to get your message read?

Though it takes a person just a few minutes to overview the received emails, the majority still are likely to check their mail wherever they are: at work, on holiday, home, etc. As a result there is a huge opportunity for you to build your relationships with potential customers by using exactly Email marketing campaigns.
But how to make your letter be opened and read? Imagine yourself on the place of the subscriber; what would you pay attention to?
There are a few tips for creating a really convincing mail ...
Read How to get your message read? Full Text Full Text  How to get your message read? Comments Comments (0)
 

Email Marketing Tips

Writing an email marketing campaign is really easy, isn’t it? Just open a window, tap in some text and click "send". But is it as simple as it seems to be from the first sight?
Read Email Marketing Tips Full Text Full Text  Email Marketing Tips Comments Comments (0)
 

A new version (v1.4.4.2) of ConvincingMail Email Marketing Software is available!

Firstly, it offers a new easily customizable automatic bounces management system.
Secondly, our team started the language localization process of ConvincingMail software so now it is available in both English & Russian. More languages and a localization toolkit will be added soon.

Get a convincing start now!
Read A new version (v1.4.4.2) of ConvincingMail Email Marketing Software is available! Full Text Full Text  A new version (v1.4.4.2) of ConvincingMail Email Marketing Software is available! 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: 27
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
fancyclown wrote:
Friday, November 06, 2009 9:24:01 AM
Hi Mikhail

Thanks for posting back so quickly!
I took your suggestion and compiled the AdvancedAutoSuggestControlExtender project again with AjaxControlToolkit 3.0.30512.0.

This got rid of the compile error. But now I'm having issues with the control itself. I use the declaration:

cc1:AdvancedAutoSuggestExtender
TargetControlID="txtFriendSelect" ServiceUrl="~/Services/GetFriendsAutoComplete.asmx/GetFriendList"
UpdateField="TextBox3"
ID="CityAASE"
AdditionalFields="TextBox1,TextBox2"
runat="server" /


But this does not invoke the service.
The same service is called fine when testing with the original AjaxControlToolkit AutoCompleteExtender.

I must be doing something wrong in the Extender project, so I will wait for you to release a new version with the latest/most stable version of the AjaxControlToolkit.
Thank you.
Mikhail wrote:
Friday, November 06, 2009 5:24:00 AM
Hi Fancyclown,
actually I was a little afraid of updating to .30930 because it looks too buggy release.
read the comments people write here http://ajaxcontroltoolkit.codeplex.com......


I think that I still need to update and I'll do it this weekend.
If you don't want to wait you can compile the project using the latest version of AjaxControlToolkit yourself.

Thanks
Mikhail

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