Ajax tab panel showing error
Hello,
I am getting a error regarding the ajax. When i am using the ajax it shows the error with the ajax tabbed panel. It happens after adding the tabbed panel. When i open it in the web browser that is internet explorer at that time i found the error with the the same. So now i need help from your side. Help me please it urgent for me to do so because my project has been stopped in midway.
Thanks in advance.
Re: Ajax tab panel showing error
I am sure that your problem can be sorted out with the code which i am forwarding to you so please enter this in you CSS and see the result but make sure that you are putting it after the CSS file is included.
Code:
<style type="text/css">
.ajax__tab_xp .ajax__tab_tab
{
width; 20px;
height: 50px;
}
</style>
Re: Ajax tab panel showing error
Hi,
I am also having the same problem that you are going through and after doing lots of changes finally i came to result i.e. the problem of the doctype. So I think the problem which you are facing with the AJAX tab is the same issue as i am facing with the DOC TYPE. So i will suggest you to do the same and see that whether it is working or not. Just make the small change in your doctype which is as follows:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Transitional//EN" "Enter the address here">
Re: Ajax tab panel showing error
On the build time the CSS itself put the tab panel in it and later on if you will put it again in the CSS and the master page it will be considered as early. Ajax.NET always put its CSS file afterword. The better way to use it on the top of your page. If you will put it in a CSS file the code is generated on the top of the file and will be overwritten by the tab panel's built in CSS.
Thats it!!!!!!!!!!!!