473,785 Members | 2,400 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem with ajax toolkit

ma
Hello,

I installed the latest version of AJAX toolkit today and start playing
with it. I can not add any AJAX control to my page. When I try to add it, it
is added as follow:

<cc1:TabContain er ID="TabContaine r1" runat="server">

</cc1:TabContaine r>

There is no tabpanel in the toolbox.

When i am trying to run this demo, I can wee the output page but it tell me
"Done but with errors on page"!

Where is TabPanel?

Why Am I getting this error?

Regards
Sep 25 '07 #1
3 2442
Hello ma,

cc1?!

u need smth like this
<ajaxToolkit:Ta bContainer runat="server"
OnClientActiveT abChanged="Clie ntFunction"
Height="150px">
<ajaxToolkit:Ta bPanel runat="server"
HeaderText="Sig nature and Bio"
<ContentTemplat e>
...
</ContentTemplate >
/>
</ajaxToolkit:Tab Container>

and dont forget to Register the ajaxToolkit control on the top of your page

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
m<cc1:TabContai ner ID="TabContaine r1" runat="server">
m</cc1:TabContaine r>
m>
Sep 25 '07 #2
ma
Thanks for your help. What do you mean by registering AJAX Toolkit at the
top of page? should I add anything to the page?

I am following the same steps as shown on ajax.asp.net web page ( the
videos)

Regards

<Michael Nemtsev>; "MVP" <ne*****@msn.co mwrote in message
news:3d******** *************** **@msnews.micro soft.com...
Hello ma,

cc1?!

u need smth like this
<ajaxToolkit:Ta bContainer runat="server"
OnClientActiveT abChanged="Clie ntFunction" Height="150px">
<ajaxToolkit:Ta bPanel runat="server" HeaderText="Sig nature and Bio"
<ContentTemplat e>
...
</ContentTemplate >
/>
</ajaxToolkit:Tab Container>

and dont forget to Register the ajaxToolkit control on the top of your
page

---
WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

m<cc1:TabContai ner ID="TabContaine r1" runat="server">
m</cc1:TabContaine r>
m>

Sep 25 '07 #3
Hello ma,

<%@ Register ...%on the top of your page, referencing to the ajaxToolkit

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
mThanks for your help. What do you mean by registering AJAX Toolkit at
mthe top of page? should I add anything to the page?
m>
mI am following the same steps as shown on ajax.asp.net web page ( the
mvideos)
m>
mRegards
m>
m<Michael Nemtsev>; "MVP" <ne*****@msn.co mwrote in message
mnews:3d******* *************** ***@msnews.micr osoft.com...
m>
>Hello ma,

cc1?!

u need smth like this
<ajaxToolkit:T abContainer runat="server"
OnClientActive TabChanged="Cli entFunction" Height="150px">
<ajaxToolkit:T abPanel runat="server" HeaderText="Sig nature and Bio"
<ContentTempla te>
...
</ContentTemplate >
/>
</ajaxToolkit:Tab Container>
and dont forget to Register the ajaxToolkit control on the top of
your page

---
WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we
miss it, but that it is too low and we reach it" (c) Michelangelo
m<cc1:TabConta iner ID="TabContaine r1" runat="server">
m</cc1:TabContaine r>
m>

Sep 25 '07 #4

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

Similar topics

0
1843
by: melledge | last post by:
Ajax Developers' Day to Kick Off XTech 2006 Conference Industry experts offer insight into next generation of the Web ALEXANDRIA, VIRGINIA, USA - April 25, 2006 - In response to the rapidly developing world of Ajax user interfaces on the browser, IDEAlliance (www.idealliance.org) announced today that its annual XTech Conference will kick off on May 16 with Ajax Developers' Day. XTech 2006 (www.xtech-conference.org), to be held May...
1
1759
by: mark4asp | last post by:
Which should I use: 1. "ASP.NET AJAX-Enabled Web Site" or 2. "AJAX Control Toolkit Web Site"? In the first, controls from the control toolkit start as: <cc1:SomeControl></cc1> In the 2nd, those controls are: <ajaxToolkit:SomeControl></ ajaxToolkit>
1
4730
by: Victor | last post by:
Hi guys i have a strange problem about my modalpopupextender. In my page, i put a gridview inside a updatepanel with paging enabled. also i put a modalpopupextender in another updatepanel to do the edit and add new job. My problem is everytime time i change the page index in my gridview. and i click my add new button the validator in the modalpopupextender will show the error message. but after i click the cancel button to close the...
2
3812
by: Mike P | last post by:
Whenever I startup an Ajax Control Toolkit Website I get the following error: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. C:\Inetpub\wwwroot\LBM_CallRecordings2\web.config 31 Can anybody help? Any assistance would be much appreciated.
1
1666
by: querry | last post by:
Hi all, I am using the ASP.NET AJAX Toolkit form http://asp.net/ajax It has something called ModalPopupExtender to create a popup. You can view the live demo at http://asp.net/AJAX/Control-Toolkit/Live/ModalPopup/ModalPopup.aspx This extender takes the ID of a control as the value of the "TargetControlID" attribute. <ajaxToolkit:ModalPopupExtender ID="MPE" runat="server" TargetControlID="LinkButton1"
2
1594
by: Cirene | last post by:
3 quick questions... 1. Are the controls in the AJAX Futures download "beta" or the release and stable version? 2. Also, where is the best way to learn how to implement these? (Other than by downloading the stuff at asp.net/ajax.) 3. When will the new version of AJAX be out? Will it be included with the Visual Studio 2008 release?
2
8274
by: kai | last post by:
Hi, I installed VS 2008 Professional Final version. I followed Joe Stagner video try to install Ajax Control Toolkit 3.5 into Toolbox, then I get an error message: "The following assemblies are installed SDK asssemblies, but could not be shown in customize toolbox dialog because they are missing one or more components, Please make sure that all necessary libraries are available: Microsoft.ReportingServices.Interfaces.dll"
5
3111
by: simon | last post by:
hello, I have a server set up on my local (home) network and can not get an ajax application to run on the box. it works fine on our developement server and also works fine locally. I copied the application to the server, setup the website, installed the ajax extensions, also loaded/enabled front end extensions so i could load the site in visual studio 2005. when i attempt to run the site, either from the server or from another pc...
8
2740
by: Tomasz J | last post by:
Hello developers, After migrating my web project application (using the old model) to .Net Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control no longer works correctly. In certain cases (only) it renders but is dead - does not initialize. Before the migration it worked, no changes have been made. Here is the complete scenario description:
1
3282
by: nehalsmistry | last post by:
Hello.. I am using visual studio 2005. So there is framework 2.0 Now I m using ajax toolkit for 2.0 and installed it. But there is no option like Asp.net ajax enable website. But there is 1 option like Ajax control toolkit website. When i select this website then in default.aspx page there is one control like script manager. but in that also there is error. Its display like this: Error Creating Control- ScriptManager1 Unkown server...
0
9483
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
10346
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...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7504
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
5386
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5514
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4055
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
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2887
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.