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 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
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
fancyclown wrote:
Friday, November 06, 2009 4:57:27 AM
Hi Mikhail

I have just started using the AJAX Autocomplete control but have run into a problem. I am running ASP.NET version 3.5 with the AjaxControlToolkit 3.0.30512.0

I then get this error:
"Could not load file or assembly 'AjaxControlToolkit, Version=3.0.20820.16598, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"

Is there a way to continue using the new version of the AjaxControlToolkit with your control?
Mikhail wrote:
Thursday, September 17, 2009 9:43:34 AM
Hi Rick,
I don’t remember where I got the state-county-zip db but I think you can google for it. I’m sure there are sites which offer this info and regular updates.

I use it as a demo of the control only.

Thanks
Mikhail
Rick Spaulding wrote:
Thursday, September 17, 2009 8:50:27 AM
Is there a public webservice or available SQL database that contains the lookup values for the state -> County -> City lookups? Especially in the US, Canada, and the UK?

Thanks,

Rick

groovepoets @ hotmail dot com
Joe wrote:
Friday, August 14, 2009 5:03:42 AM
Nice control!
Thank You!
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 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,
saulo cavalcanta wrote:
Thursday, April 16, 2009 7:55:54 PM
thanks man!
Joe wrote:
Saturday, January 31, 2009 7:03:23 PM
WOW that's really great!!!
I was awayting for the loading feature.
That is exactly what I need.
Thank you
Mikhail wrote:
Saturday, January 31, 2009 6:54:35 PM
Hi All,
The new version x.x.2.3 has been released.
some of new features are:
Loading indication, more client side events, header and footer templates, changed server side core structure.

Note that if you want to upgrade from the previous versions you need to change your serverside code.

From
return SuggestionItem.SuggestionArrayToJSON(items.ToArray(), tryValue);

To
//create result Item
SuggestionResult suggestionResult = new SuggestionResult();
suggestionResult.Items = items.ToArray();
suggestionResult.Header = new BasicSuggestionTemplate("Please select an item.");//optional
suggestionResult.Footer = new BasicSuggestionTemplate("Powered by ConvincingMail");//optional
return suggestionResult.ToJSON(tryValue);


For help please use our Discussion Forum

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