Click here to Skip to main content
15,885,876 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use ajax tool kit,

download from codeplex website
add tab on toolbar and select choose items give AjaxControlToolkit.dll

i select tab control

Error

when i build my project ,build successfully no errors came

but i run that tab control doesnot display on the page

Why
Posted

1 solution

Point to note:

1. Are you using ToolkitScriptManager instead of the ScriptManger?
2. Set the ActiveTabIndex property like ActiveTabIndex = 0
3. Add Style to TabContainer like
C#
style="display:block;visibility:visible;"
 
Share this answer
 
Comments
Bala25111989Dotnet 13-Jan-14 7:28am    
i had replaced script manager to toolkitscriptmanager,
then gave tabcontainer style style="display:block;visibility:visible;"

but it is visible can't change tabs properly always view one tab like ActiveTabIndex = 0
Sandeep Singh Shekhawat 13-Jan-14 7:34am    
Please try follwing article javascript code

http://blogs.msdn.com/b/phaniraj/archive/2007/04/16/howto-change-visible-tab-using-javascript-in-the-ms-ajax-tabcontrol.aspx

Or Remove ActiveTabIndex = 0 from your code.
Bala25111989Dotnet 13-Jan-14 7:51am    
https://drive.google.com/file/d/0B0DC3yqbwKF_RDE3aDdDdW95c3c/edit?usp=sharing see this my project
Bala25111989Dotnet 13-Jan-14 7:52am    
https://drive.google.com/file/d/0B0DC3yqbwKF_RDE3aDdDdW95c3c/edit?usp=sharing
Sandeep Singh Shekhawat 13-Jan-14 7:58am    
Sorry Bala25111989Dotnet. I have not access google drive on my system due to permission issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900