AJAX :: Removing Border For TabContainer Control?

Jan 6, 2010

i am developing an appilication using ASP.NET with C#. in my application i have used Tabcontainer control.

for that i have to remove the border.

so i had applied the style to the TabContainer control as

<style type="text/css">
.CustomTabStyle .ajax__tab_body{border:0;}</style><cc1:TabContainer ID="ItemTabContainer" runat="server" ActiveTabIndex="0" CssClass="ajax__tab_inner"></cc1:TabContainer>

but when i use this, the border for header of the TabContainer also removed.as per my requirement i have to remove only the left,right and down border of the control and header will remain the same.

View 3 Replies


Similar Messages:

AJAX :: TabContainer Body Border Doesn't Work For Hidden Div Inside Tabcontainer

Dec 17, 2010

I use a border for the TabContainer body which works fine.

[Code]....

also I use three hidden divs and one visible div inside a main div which works as body of Tabcontainer

View 1 Replies

AJAX :: TabContainer Display - Tiny Gap & A Border Line Below TabPanel Header

Apr 6, 2010

I'm have a project that uses a TabContainer. When I view the TabContainer from my local IIS it displays fine. When I run this from a production environment I'm getting tiny gap & a border line below my TabPanel Header. My browser is IE 8.0

View 3 Replies

Web Forms :: Removing The Border Style For Dynamically Created Image Controls?

May 21, 2010

sometimes we need to use the asp image control so we can generate empty alt tags (visual studio 2005 does not render any attributes set
to an empty string). I know how to do this and also how to remove the border style that is automatically added

(http://blog.josh420.com/archives/2007/10/aspnet-image-control-border-width-inline-style.aspx).

We implemented this 6 months ago, however, only today have I discovered that it does not work when images are created dynamically.The first implementation was for asp images that have been set up within an aspx page:

-<asp:image runat="server" id="imgMast1" GenerateEmptyAlternateText="True" alternatetext="" imageurl="" />

The above works-no border style is rendered and the imageurl is populated in code.I have other pages where I'm building up sections dynamically using C# code, such as:-

System.Web.UI.WebControls.Image featureImage = new
System.Web.UI.WebControls.Image();
featureImage.GenerateEmptyAlternateText = true;
featureImage.ImageUrl = imageSrc;
divImage1.Controls.Add(featureImage);
divImageFeature.Controls.Add(divImage1);

When creating controls dynamically like this, the solution describe above does not remove the border style.

View 8 Replies

AJAX Tab Control Not Removing Tabs

Aug 15, 2011

I have even tried to comment out the XML to remove the tab, but it would appear that even tbcContainer.tabs.remove and removeat just dont flippin work, any work around, for once google's not being useful.

View 2 Replies

AJAX :: How To Lazy Loading Using Ajax Toolkit TabContainer Control

Jul 22, 2010

At present we are using <ajax:TabContainer> to load tabs. I have 5 user controls inside <ajax:TabPanel>.

The problem is that all the data on these 5 pages gets loaded at once and increases the loading time as well as it is very hard to debug. Can we do lazy loading uisng TabContainer control? so that only the data of the current tab is loaded and when we click on the other tab then that's control data gets loaded.

View 7 Replies

AJAX :: Use Tab Control / Learn About TabContainer For 3.5?

Jan 20, 2010

First time ever I am using a ajax tapcontainer control. To learn some info I went to look for the video hosted by asp.net about how to use tab control.

The one I am using it seems different. I am using AjaxToolkit 3.5 in VS 2008.

So is there any place I can learn about tabContainer for 3.5.

View 2 Replies

AJAX :: How To Put Cursor When Change Tab Control In Tabcontainer

Feb 9, 2010

I am using TabContainer in my aspx page ,i am using 5 tabs and i want to put the cursor in every first textbox when i change tabs .

View 7 Replies

Ajax Control Toolkit - TabContainer Always Hidden?

Mar 28, 2011

I used the following code to add TabContainer to page

<asp:TabContainer ID="TabContainer1" runat="server">

<asp:TabPanel runat="server" HeaderText="tab one" ID="TabPanel0">
<ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</ContentTemplate>
</asp:TabPanel>

<asp:TabPanel runat="server" HeaderText="tab two" ID="TabPanel1">
<ContentTemplate>
<asp:Button ID="Button1" runat="server" Text="Button" />
</ContentTemplate>
</asp:TabPanel>

</asp:TabContainer>
[code].....

but when the page is rendered TabPanel is always Hidden,I wateched the html code by Firebug and found visibility is hidden... what is the problem? http://i.imgur.com/m1eSW.jpg

View 2 Replies

AJAX Control Toolkit Tabcontainer Is Not Working?

Mar 8, 2010

I am using Tabcontainer of AJAX Control Toolkit . The problem is that, i have 10 tabpanels. I want to show this tabs in two lines, first 5 in one line, second 5 tabs in another line.

View 2 Replies

AJAX :: Run Javascript Control Inside Tabcontainer?

Apr 29, 2010

I'm working on a web where i have a Tabcontainer in which I only use two tabs, and what i do there is that I added a control to show virtual keyboard (VK) for use with tablet PC or mouse, it will appear when a textbox is onFocus.

The problem is that when I add the control VK inside a Tabpanel, run the page, and when I focus the textbox inside the Tabpanel, it doesn't appear the VK, but i try using outside the tabpanel and it work. I also added an updatepanel inside the Tabpanel, and moved the textbox and VK control there, but is the same, it doesn't appear the VK.

i will show my web code and a link to the VK control web, cause I think it have to be a way to call the keyboard in client-side mode, but i tryed all i know and nope, isn't showing the VK.

[Code]....

The web VK control: [URL]

View 4 Replies

AJAX :: How To Dynamically Add Tabs To TabContainer Control

May 7, 2015

Dynamically add Tab Pages to tab control in Web form using asp.net and c# ...

View 1 Replies

AJAX :: HTML Editor Control Is Removing Blank Lines?

Jan 25, 2011

I a using an HTML Editor control on a page within a Update Panel, when te user selects from a DropDownList the page gets the requested Text from an SQL DB and updates the HTML Editor. This all works fine and if the user edits the text it is also saved back to the DB perfectly fine.

However if the user tries to put a blank line in to the TEXT (Line theline above this one!) even switching from Design to Preview this line is removed and if the Text is saved back to the DB the line is removed. I have tried adding lots of lines but they are always removed as if the control is thinking well we don't need this white space so lets get rid of it.

View 4 Replies

AJAX :: TabContainer With User Control Inside Not Displaying?

Mar 5, 2011

I have an ajax tabcontainer on a master page that has a user control inside one of its tabs.The user control is just a gridview that gets a list populated from a DB table.The strange thing is that the gridview is displaying in VS, but when I build the site the tab is empty; no error message just nothing.Below is the code for the tab in my master page:

<ajaxToolkit:ToolkitScriptManager
ID="ToolkitScriptManager1"
runat="server">

[code]...

View 1 Replies

AJAX :: Change Background Color Of Tab Of TabContainer Control

Jul 31, 2013

Tabs.Tabs.Item(1).Font.Italic = True
Tabs.Tabs.Item(1).BackColor = Drawing.Color.Red

i have the above code for changing the background color of a tab of tabcontainerbut the color doesnot change

View 1 Replies

AJAX :: Control Toolkit + Tabcontainer: How To Set Values In Controls Using Javascripts

Dec 31, 2010

am trying put values using javascript function but for some reason that is not working and the values are lost :(what i am trying do?, from the tabchanged event I ask if the user want return to the last loaded tab and go to the functionNavigateToLastLoadedTab

[Code]....

after to run this method i don't know how the browser is cleaning the values from the control :(.

var tabs = $find('<%=Tabs.ClientID%>');

View 4 Replies

AJAX :: Dynamically Create TabPanels TabContainer Control In Code Behind

Aug 18, 2015

How to create a Tabpanel (AJAX) add in code behind using vb.net ...

View 1 Replies

AJAX :: ControlToolkit TabContainer Control Not Working In Internet Explorer

Aug 2, 2012

I am using  Tabcontainer of AJAX Control Toolkit . The problem is that, i have 15 tabpanels. this tabs in three lines, first 5 in one line, second 5 tabs in second line,third 5 tabs in third line.

If I click first / six/fifteen'th tab means it shows the relevant tabpanel with data correctly.

Each tabs have three buttons like Save, Edit and Cancel

All three line's tabpanels works properly in Chrome and Firefox.

But in IE,

First line tabpanel's button work properly...

second and third line tabpanel's buttons is not work properly,

if I click the second and third line tabpanel's buttons means.. It didn't go to page load..

How can I do that??

View 1 Replies

AJAX :: Set Cursor Focus In TextBox Inside TabPanel Of TabContainer Control?

Jul 14, 2012

i want to focus my cursor on the starting position but it can't be possible in ajax how it can be done in ajax control.

View 1 Replies

Forms Data Controls :: GridView Row Border Style And Border Color

May 6, 2010

i have a gridview that directly bind to a dataset.Hence there is no column in code behind for me to control the boarder color and border style.I try my code in RowDataBound, but it does not take effect.

View 3 Replies

AJAX :: Finding Control From Master Page Inside Tabcontainer In Content Page?

Oct 16, 2010

I have a codebehind.vb for a master page from which I'm trying to find a hiddenfield in the content page. I was finding it like this without a hitch...

[Code]....

View 2 Replies

Web Forms :: How To Control The Title / Border And Others In A Webpart

Feb 7, 2011

how can I control the border ( currently it displays thin-line border) and control the display of heading (currently it display 'untitled') and other similar features.

<asp:WebPartManager ID="WebPartManager1" runat="server">
<Personalization Enabled="False" />
</asp:WebPartManager>
<asp:WebPartZone ID="WebPartZone1" runat="server" BorderColor="#CCCCCC"
Font-Names="Verdana" Padding="6">
<EmptyZoneTextStyle Font-Size="0.8em" />
<PartStyle Font-Size="0.8em" ForeColor="#333333" />
<TitleBarVerbStyle Font-Size="0.6em" Font-Underline="False" ForeColor="White" />
<MenuLabelHoverStyle ForeColor="#D1DDF1" />
<MenuPopupStyle BackColor="#507CD1" BorderColor="#CCCCCC" BorderWidth="1px"
Font-Names="Verdana" Font-Size="0.6em" />
<MenuVerbStyle BorderColor="#507CD1" BorderStyle="Solid" BorderWidth="1px"
ForeColor="White" />
<PartTitleStyle BackColor="#507CD1" Font-Bold="True" Font-Size="0.8em"
ForeColor="White" />
<ZoneTemplate>
<site:AboutUs ID="AboutUSControl" runat="server" />
</ZoneTemplate>
<MenuVerbHoverStyle BackColor="#EFF3FB" BorderColor="#CCCCCC"
BorderStyle="Solid" BorderWidth="1px" ForeColor="#333333" />
<PartChromeStyle BackColor="#EFF3FB" BorderColor="#D1DDF1" Font-Names="Verdana"
ForeColor="#333333" />
<HeaderStyle Font-Size="0.7em" ForeColor="#CCCCCC" HorizontalAlign="Center" />
<MenuLabelStyle ForeColor="White" />
</asp:WebPartZone>

View 3 Replies

Configuration :: Removing Login Account Without Removing User?

May 31, 2010

Long ago, I created an ASPNET user for development use.However, every time I boot up my dev system, I'm presented with a user login for ASPNET, among others.I don't want to remove ASPNET; I need it for dev work.But how do I keep it from appearing among the list of User Logins available at boot-up?

View 4 Replies

AJAX :: How To Change The Border Color Of An Tabpanel

Apr 24, 2010

how to change the border color of an ajax tabpanel?

I have already set the CssClass = csspanel

where

[code]....

View 1 Replies

AJAX :: RoundedCornersExtenders - Change Border Width?

Mar 19, 2010

Is it possible, either through layout tricks, or modifying the roundedCorners.js file, to change the default border width of the roundedCornersExtender? I would like to make the border a little thicker than the default 1px width.

I have read a few people who have tried to do this but no one could seem to come up with anything, and most of the posts were several years old, so I wanted to check back and see if anyone knows if this is possible?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved