ConvincingMail

Emailing Software News Emailing Software News RSS Feed


Achieving company goals via Web 2.0

According to Google search engine, the phrase “web 2.0” has 424 mln citations, what means that the Web 2.0 technologies are continuously penetrating the Internet and companies of all different spheres of business are coming to that approach. Why?
Read Achieving company goals via Web 2.0 Full Text Full Text  Achieving company goals via Web 2.0 Comments Comments (0)
 

Marketing 2.0 – The Future of Marketing?

The fact that you are reading this post means that you are already taking part in the world tendency of searching for information via Web 2.0.
Read Marketing 2.0 – The Future of Marketing? Full Text Full Text  Marketing 2.0 – The Future of Marketing? Comments Comments (0)
 

What is Customer Oriented Internet Marketing?

Online communication and building virtually based relations between you and your customer are essential for raising customer satisfaction of your company. Internet provides you with the most interactive approaches and a very distinctive targeting line. Moreover, according to research provided by comScore Networks, 747 million people, age 15+, used the Internet worldwide in January 2007, what means that exactly Internet can open you access to a great segment of your target audience all over the world.
Read  What is Customer Oriented Internet Marketing? Full Text Full Text   What is Customer Oriented Internet Marketing? Comments Comments (0)
 

Are you still thinking whether to buy or not Email Marketing Software?

Email marketing has a great value to your business. It gives you an opportunity to build long-term relationships by sending your messages only to those, who are really interested in them. Whatever you do: send some information, promote your product or service – ConvincingMail Software helps you to get feedback and to have a dialogue between you and your potential clients.
How does it work and what are its advantages?
Read all to receive more detailed information.

Read Are you still thinking whether to buy or not Email Marketing Software?   Full Text Full Text  Are you still thinking whether to buy or not Email Marketing Software?   Comments Comments (1)
 

New Version 1.41 of ConvincingMail Software is Available

ConvincingMail v1.41 is released, we offer more editing features, thanks to two new extra editors and new effective client contact possibilities.

Read New Version 1.41  of ConvincingMail Software is Available Full Text Full Text  New Version 1.41  of ConvincingMail Software is Available Comments Comments (1)
 

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: 26
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?

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