473,763 Members | 1,377 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Ajax Controll

malav123
217 New Member
Hi,
I am using Tab container Controll of ajax... but my problem is that when i put the tab container in "update pannel" the style of tab container tottly gets changed.. and if i removes the update pannel tag then my tab container controll works fine... before this post i also sent the post about the same problem but still i didn't get solution for my problem.... So please give me solution.. because this control is very crucial in my project...
awaiting for response... please reply as soon as possible...
thanks......
Mar 24 '08 #1
8 1486
Frinavale
9,735 Recognized Expert Moderator Expert
Hi,
I am using Tab container Controll of ajax... but my problem is that when i put the tab container in "update pannel" the style of tab container tottly gets changed.. and if i removes the update pannel tag then my tab container controll works fine... before this post i also sent the post about the same problem but still i didn't get solution for my problem.... So please give me solution.. because this control is very crucial in my project...
awaiting for response... please reply as soon as possible...
thanks......
Hi Malav,

Is this the Tab Control that you're using? A TabContainer?

-Frinny
Mar 24 '08 #2
malav123
217 New Member
Hi Malav,

Is this the Tab Control that you're using? A TabContainer?

-Frinny

HI Frinny,
I am usign ajax tab container controll....
Mar 25 '08 #3
malav123
217 New Member
Hi Frinny,
Please reply me i am awaiting for your reply...
Mar 25 '08 #4
Frinavale
9,735 Recognized Expert Moderator Expert
Hi Frinny,
Please reply me i am awaiting for your reply...
I apologize for the delayed response but between school and work I haven't had much time for myself lately.

I can't seem to reproduce the problem that you're facing.

What changes about your style when you place it in the UpdatePanel.
Do you have an external CSS file for a Panel or Div that the tab control is within?

A CSS style set for a panel applies to all elements within it.
Check to see if this might be the cause to your problem.

-Frinny
Mar 26 '08 #5
malav123
217 New Member
I apologize for the delayed response but between school and work I haven't had much time for myself lately.

I can't seem to reproduce the problem that you're facing.

What changes about your style when you place it in the UpdatePanel.
Do you have an external CSS file for a Panel or Div that the tab control is within?

A CSS style set for a panel applies to all elements within it.
Check to see if this might be the cause to your problem.

-Frinny


Hi Frinny,
First of all thanks for such kind response.......
I am using downloaded theme for tab controll and whenever i puts update pannel the theme not works properly... i also tried to used default tab controll without the use of theme but in dafault tab controll all the tabs disappears when i uses update pannel.... and my project's theme is tottaly depended on tab controll so what can i do ??? please give me some suggestion....
again thank u...
Mar 26 '08 #6
malav123
217 New Member
I apologize for the delayed response but between school and work I haven't had much time for myself lately.

I can't seem to reproduce the problem that you're facing.

What changes about your style when you place it in the UpdatePanel.
Do you have an external CSS file for a Panel or Div that the tab control is within?

A CSS style set for a panel applies to all elements within it.
Check to see if this might be the cause to your problem.

-Frinny

Hi Frinny,
First of all thanks for such kind response.......
I am using downloaded theme for tab controll and whenever i puts update pannel the theme not works properly... i also tried to used default tab controll without the use of theme but in dafault tab controll all the tabs disappears when i uses update pannel.... and my project's theme is tottaly depended on tab controll so what can i do ??? please give me some suggestion....
again thank u...
Mar 28 '08 #7
balabaster
797 Recognized Expert Contributor
I've found similar issues with formatting when it comes to certain controls such as the TreeView - but only when I included it in a UserControl, if I embedded it directly in a page, it worked fine.

To get around the problem, what I found was to nest my object (in this situation a TreeView) inside of a div with a fixed width/height and setting the overflow to auto, in my case, it alleviated the symptoms of this issue.

That's not to say that it will definitely alleviate the symptoms of yours but in most cases, html formatting issues are down to the fact that you've got opposing or missing formatting entries.

For instance - if your object is set to auto-size but your div doesn't have any style properties set, then of course it will resize. The easiest way to fix the issue is to simplify. If AJAX is truly the cause of the issue, then you may need to download the AJAX source (which is just JavaScript and a bunch of .NET scripts) and modify and recompile the source.
Mar 28 '08 #8
malav123
217 New Member
I've found similar issues with formatting when it comes to certain controls such as the TreeView - but only when I included it in a UserControl, if I embedded it directly in a page, it worked fine.

To get around the problem, what I found was to nest my object (in this situation a TreeView) inside of a div with a fixed width/height and setting the overflow to auto, in my case, it alleviated the symptoms of this issue.

That's not to say that it will definitely alleviate the symptoms of yours but in most cases, html formatting issues are down to the fact that you've got opposing or missing formatting entries.

For instance - if your object is set to auto-size but your div doesn't have any style properties set, then of course it will resize. The easiest way to fix the issue is to simplify. If AJAX is truly the cause of the issue, then you may need to download the AJAX source (which is just JavaScript and a bunch of .NET scripts) and modify and recompile the source.




Hi,
Thanks for response.... i am not using div tag for my tab container but i am using panel controlls because my page contains both tab container as well as gridview that's why i am using pannel because sometimes i needs to display tab container and sometimes i needs to display gridview...
I have also two more pannels one for displaying notes and one for filtering of gridview....i have given fixed height as well as width of the tab container so what can i do now ??
when i removes the update panel my tabcontainer properly works but when i puts update panel it is not working properly....
So give me suggesion please....
Thanks for giving me Response...
Mar 31 '08 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

1
4071
by: Michael ALbanese | last post by:
I am developing a telephone directory for my company. I have Fist Name, Last Name, Department and Phone Number as fields. A user can search by entering data into any one, or combination of these fields. I have been trying to write a custom validation control that will test each of the textboxes and reject the request if they are ALL blank.
1
8765
by: Michael Albanese | last post by:
I am developing an application to handle my compay's OSHA reporting requirements. Some of the input criteria are technical and narowly defined, so I was trying to prvide what i call "Context Sensitive Help" by providing a short instructional message based on which control has Focus. Because of the way that a Radio Button List control is rendered in the browser i can not attach an onFocus event
5
1607
by: Stampede | last post by:
I browsed the web and found a GUI Controll on a ScreenShot. As the software which uses this controll is written as an Add-In for MS Outlook I think this Controll has to be with the Visual Studio. The screenshot is here: http://www.mapilab.com/images/screenshots/nntp/nntp1_small.gif And the controll I would like to use in my application is the list of topics (with the answers "tabbed" in.)
6
1444
by: KS | last post by:
Is it possible to make the title attribute, which shows a text inside a postit, for a html tag get displayed forever when the coursor is over the html tag. I want the postit to be displayed until cursor moves away from the html tag? If it not possible to controll the title attribute, any other solution that makes the same result? KS
0
1256
by: Danke | last post by:
I want than only few users are able to use a certain controll (tab) in a form. Is that possible in the security system we have in Access 97 or do I have to program everything in VBA. Helge (Norway)
0
1149
by: jobs | last post by:
Pardon the confusion.. Atlas is now Ajax Extensions? Anyways, I;m going through the install process, having installed 1.0 beta, CTP, and the control toolkit. Everything appears to have gone well.. some confusion about tags and the name switching from Atlas to Ajax Extensions now just ASP: tags...
2
1228
by: Robert Bravery | last post by:
HI all, I just downloaded the latest ajax extentions, the controll toolkit and the Jan CTP versions. Now I get a lot of errors in my project/soltution. I cannot add any ajax controls, like scriptmanaget. I get the error "Cannot find the Control type in the control assembly" I have tried to change all the references in my web.cinfig file, like Microsoft.web to system.web But still no joy. Can anyone help me, being new to all this stuff,...
1
1352
by: ajishapj | last post by:
hii guys i am ajish i am having a problem with my panel controll in vb.net actually i am creating a panel user controll with out a scroll bars(auto scrolling set to false) ,and i have to scroll the panel using an external button
2
1530
malav123
by: malav123 | last post by:
HI, I am using Ajax's tab container controll, my problem is that when i puts this tab container into update panel the format gets changed means the pointer gets changed as well as appearence of all the tabs also gets changed and my page contains also one gridview so where is the problem in my page ??? is it occurs because of gridview or because of update pannel, please give me solution it's urgent....
0
9563
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
9386
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
9998
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...
0
9822
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...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
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
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3523
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.