473,782 Members | 2,487 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ajaxtoolkit : can you check this?

ma
Hello,

I download AJAXToolKit today and install it and configured my MSVC 2005
to use it. But there is no TabPanle control in it. I had an installation
some month ago and it had TabPanel control in it. Can you please help me to
find if it is a bug in AJAXToolKit You can help me by downloading the
toolkit today and installing it and seeing if there is any TabPanel in the
toolkit? I check everything and it seems that I am installing it correctly.
I download the no source version of the toolkit.

Best regards
Oct 24 '07 #1
3 1609

"ma" <ma@nowhere.com wrote in message
news:e8******** ******@TK2MSFTN GP06.phx.gbl...
Hello,

I download AJAXToolKit today and install it and configured my MSVC 2005
to use it. But there is no TabPanle control in it. I had an installation
some month ago and it had TabPanel control in it. Can you please help me
to find if it is a bug in AJAXToolKit You can help me by downloading the
toolkit today and installing it and seeing if there is any TabPanel in the
toolkit? I check everything and it seems that I am installing it
correctly. I download the no source version of the toolkit.

Best regards

What is the version # of the AJAXToolKit DLL you are using? I have one
(never used it before) but when I drag it to a test aspx with a scriptmanger
it show "Error Rendering Control - A scriptmanager is required on the page
to use ASP.NET AJAX Scripts".

This is way to typical for MS provided controls etc these days.

LS

Oct 24 '07 #2
there are 3 ajax toolkits, each installed separately:

1) ajax extensions - supplied by MS, contains ajax, update panel, and timer

2) ajax control toolkit - shared source, bunch control extensions,
including a tab

3) ajax futures - new ajax controls that may appear in a future release
(silverlight, data control, dynamic language support, etc).

-- bruce (sqlwork.com)

ma wrote:
Hello,

I download AJAXToolKit today and install it and configured my MSVC 2005
to use it. But there is no TabPanle control in it. I had an installation
some month ago and it had TabPanel control in it. Can you please help me to
find if it is a bug in AJAXToolKit You can help me by downloading the
toolkit today and installing it and seeing if there is any TabPanel in the
toolkit? I check everything and it seems that I am installing it correctly.
I download the no source version of the toolkit.

Best regards

Oct 24 '07 #3
ma
Thanks Bruce,
I have installed AJAX extension and it works perfectly.
I installed AJAX Control Toolkit and I can not find TabPanel in the control
which should be included with this toolkit.

Regards

PS: Can you please download and install AJAX toolkit and see if you can find
TabPanel control in it? If you can find it, then there is a problem with my
installation otherwise there is a problem with the distribution.

Regards

"bruce barker" <no****@nospam. comwrote in message
news:OR******** ******@TK2MSFTN GP06.phx.gbl...
there are 3 ajax toolkits, each installed separately:

1) ajax extensions - supplied by MS, contains ajax, update panel, and
timer

2) ajax control toolkit - shared source, bunch control extensions,
including a tab

3) ajax futures - new ajax controls that may appear in a future release
(silverlight, data control, dynamic language support, etc).

-- bruce (sqlwork.com)

ma wrote:
>Hello,

I download AJAXToolKit today and install it and configured my MSVC
2005 to use it. But there is no TabPanle control in it. I had an
installation some month ago and it had TabPanel control in it. Can you
please help me to find if it is a bug in AJAXToolKit You can help me by
downloading the toolkit today and installing it and seeing if there is
any TabPanel in the toolkit? I check everything and it seems that I am
installing it correctly. I download the no source version of the toolkit.

Best regards
Oct 24 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
4181
by: Craig Bailey | last post by:
Someone please explain what alternate universe I fell into this afternoon when PHP started telling me that 2 doesn't equal 2. Not sure about you, but when I run this, it tells me 59001.31 doesn't equal 59001.31. Change each side of the equation by a hundreth or two and it checks. Change it a bit more, and it won't. _What_ is going on here?! <?php
2
3600
by: Chris Davoli | last post by:
How do you enable a check box in the GridView. I selected Checkbox Field in the Columns of the GridView, and the check box shows up in the Grid view, but it is disabled. How do I enable it so I can check/uncheck it. Also, what event do I use to check it for a value? Any articles out there? -- Chris Davoli
1
11574
by: =?Utf-8?B?dGhlamFja29mYWxs?= | last post by:
Please help. I am getting the following error when I attempt to use AJAX in a web page. <%@ Page Language="C#" MasterPageFile="~/Master/Master1.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="MyApp_Default" Title="Space" %> <%@ Register TagPrefix="ajaxToolkit" Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" %>
0
2227
by: sijugeo | last post by:
Can anyone pls send me the code for using ajaxToolkit:HoverMenuExtender in the case of a grid using C#. My requirement is, whenever hover a particular row in a given column, i need to display the data from the database based on the current rowid.
1
2463
by: andyr | last post by:
I would like to dynamically insert a javascript call with with data retrived from the database. All I am trying to do is dynamically inserting the following <script type="text/javascript">alert(retrieved_database_id);</scriptto a panel using the ajaxToolkit:DynamicPopulateExtender Can someone enlighting me where I am going wrong or the best way to go about what I am trying to achieve.
1
5761
by: tutus | last post by:
Hi, I have a tabcontainer with 3 TabPanels. Hers is my reel purpose: I need to put a label on the right side of the last TabPanel' s header. This last TabPanel is the 3rd TabPanel in my TabContainer. So The Label is gonna appear still part of the TabContainer, but in different style, different from the style of the headers of my TabPanels.
1
4626
by: =?Utf-8?B?aUhhdkFRdWVzdGlvbg==?= | last post by:
I have downloaded ajax and this part of the code works fine in my new sample website <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" /> <asp:TextBox ID="txtTelerik" runat="server"></asp:TextBox> <asp:Button ID="btnTelerik" runat="server" Text="Show" /> <ajaxToolkit:CalendarExtender ID="CalendarExtender1" runat="server" CssClass="radcalendar" PopupButtonID="btnTelerik" Format="MMMM d, yyyy"...
1
4011
by: tshad | last post by:
I am trying to use a popup control extenter which works fine the following way where we have an object and a popcontrolextender objec that points to this object. <asp:ImageButton ID="ibPractitioners" runat="server" ImageUrl="~/images/icons/user_16.gif" ToolTip="Display Practitioners" Visible='<%# Convert.ToBoolean(Eval("PractitionersVisible")) %>' CommandName="practitioners" CssClass="action" />
1
1408
by: Rory Becker | last post by:
Hi all So I have a simple page with a textbox and an MaskEditExtender whose target is the textbox. I appear to be able to set the Mask property of the Extender declaratively but when I address the control through code I cannot see how to set this property. Any Ideas?
0
9639
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9479
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10311
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10080
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9942
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7492
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5509
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4043
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3639
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.