i am trying to use ajax control toolkit (combobox) for 4 days, but i have problem in showing items of combo box, it does not show any items, please help which version i have to download.
i have used version (
April 12, 2010 release of the AJAX Control Toolkit for ASP.NET 3.5 Service Pack 1 and Visual Studio 2008 SP1.)
but it does not show any item in the combo box.
vesion of my visul studio is like below:
- Microsoft visual studio 2008 version 9.0.30729.1 sp 2007 Microsoft Corporation
- Microsoft.net Framework version 3.5 sp1 2007 Microsoft Corporation
mark up code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default19.aspx.cs" Inherits="Default19" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><title>Untitled Page</title></head><body><form id="form1" runat="server"><div><asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate><ajaxtoolkit:ComboBox ID="ComboBox1" runat="server"><asp:ListItem>JACK</asp:ListItem><asp:ListItem>MASOUD</asp:ListItem></ajaxtoolkit:ComboBox></ContentTemplate></asp:UpdatePanel></div></form></body></html>