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
Similar Messages:
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
Mar 29, 2011
i have some textboxes that each of them are in a panel and each panel is rounded with roundcorner ajax toolkit.how can i change this code and say on textbox click the border of roundcorner that rounded panel change?remmember textbox is in panel
[Code]....
View 2 Replies
Jan 24, 2011
Is it possible to change the width of the calendar over all? If so, what is the CSS class that you do it in?
View 10 Replies
Jan 5, 2010
I have a Imagebutton in gridview that displays an image when i click.I am using jaxToolkit:ModalPopupExtender control for display the image.The problem I have is that I only want it to display an image based on another fields like width and Height.After clicking the Image button the image should display exact width and height as in ImageWidth and ImageHeight fields in table.My table structure is
Imageid bigint, ImageWidth bigint,ImageHeight bigint,Image varchar(128)
View 3 Replies
Feb 25, 2010
I am building a library of asp.net user controls which I am deriving from a custom UserControlBase class which further derives from actual UserControl class. Hierarchy looks like this :
ASCX -> UserControlBase : UserControl
I have this requirement to put a border around all the ASCX's. So, I thought if I can modify UserControlBase it will apply to all ASCXs. I tried following code in Page_Load of UserCOntrolBase but its not working
Code:
this.Attributes.Add("style", "border-color:#FFFF66;border-width:4px;border-style:Dashed;");
What should I do to make it work?
View 6 Replies
Feb 25, 2010
I am building a library of asp.net user controls which I am deriving from a custom UserControlBase class which further derives from actual UserControl class. Hierarchy looks like this :
ASCX -> UserControlBase : UserControl
I have this requirement to put a border around all the ASCX's. So, I thought if I can modify UserControlBase it will apply to all ASCXs. I tried following code in Page_Load of UserCOntrolBase but its not working
this.Attributes.Add("style", "border-color:#FFFF66;border-width:4px;border-style:Dashed;");
View 1 Replies
Apr 27, 2016
I use GridLines="Vertical" for gridview now I want change bordercolor of gridlines...
How I Can do it?
View 1 Replies
Jun 10, 2010
I'm sure this question has been asked before but I have been unable to find an answer so far. I want to create a control consisting of a label, an editor control and make the editor control resizable using the ResizeControlExtender:
[Code]....
I have is to extend the control vertically, effectively making it longer, but I don't want the user to make it any wider than it parent control - effectively disabling the option to make it wider. Hopefully that makes sense - for an example, look no further than the control used to input text when creating a post.
View 1 Replies
Feb 20, 2011
tell me how can i change the border color of the text in label?
View 7 Replies
May 2, 2010
This time I need assistance in to change the border color of Weekend. For this purpose I am using default Calender in asp.net.
Actually I already done it by changing color in the properties window (WeekendDayStyle) but there is a default setting in Calender that it is changing colors of Saturday and Sunday.
Actually I have to change it to Friday and Saturday.
View 6 Replies
Feb 3, 2011
I have a report and in the body are a series of list to group the data. I can change text color no problem based on the value, but what I would like to do is change the Border Color based and values. I have gone to the Border color property and added an expression, but it does not alter the border color based on field values.
I have = iif(Fields!AmountOfContribution.Value < 70, "Green", "Red")
and regardless of the the vale in AmountOfContribtion it always gives me a green border.
If I put the same code in a text box of the list I do get the proper text.
View 4 Replies
Jul 21, 2012
I want to change the background and border color of textbox when its validated bay validation control. Here ErrorMessage="*" But is want also change the background or border color of textbox.
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="*"></asp:RequiredFieldValidator>
View 1 Replies
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
May 7, 2015
After item databound I've one or more button inside a datalist. How can I format the clicked button with different border style from the unclicked buttons?
View 1 Replies
Mar 18, 2011
[Code]....
i would like Fixed Columns[1].width=1 ; While Body containing 100 words;
This Code Does Not Change Width Gridview?
View 3 Replies
Jan 19, 2010
I have a select button in gridview, and I want to change the width of the button. I have tried the ItemStyle-Width . But it does not work.
<asp:CommandField ButtonType="Button" ItemStyle-Width = "20px" ShowSelectButton="True" >
</asp:CommandField>
And I tried the following in
protected void grdHeading_RowCreated(object
sender, GridViewRowEventArgs e)
if (e.Row.RowType ==
DataControlRowType.DataRow)
{
e.Row.Cells[0].Width = 40;
e.Row.Cells[1].Width = 40;
e.Row.Cells[2].Width = 20;
}
}
But the width of the Select button still not changed. How can I change the width of the select button?
View 5 Replies
Jun 15, 2010
I have small design question about
html.DropDownListFor()
How can i change width of html.DropDownListFor() ??
For example by css.
View 2 Replies
Nov 15, 2010
I have a css that has background image, width, etc of all the tabs. I am trying to make customizable tabs. If the text of the tab is bigger, the background image should be changed to bigger one and also the width shouldbe increased.
#tabs a {
float:left;
background:url("../images/selection_deselect_bg.jpg") no-repeat right top;
margin:0;
white-space:nowrap;
text-decoration:none;
width:105px;
text-align:center;
height:24px;
font-size:12px;
color:#00779c;
font-weight:bold;
text-decoration:none;
}
Only the background and width should be changed.
View 1 Replies
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
Jan 30, 2010
I have a gridview that was quite easy to setup and pull all the reqested database info from an object data source in my BLL. However for the life of me I cannot get any of the columns to change there widths. If I change the columns footer, header, and item style to something around 50px or as large as 5000px it will not change whatsoever. The gridview width as a whole is left blank. Currently I have a phone number column that is the default column size that is overflowing the entire grid. Is there some trick to adjusting column widths in a gridview? It should be as simple as going to the smart tag, editing columns, and changing each ones style to the width I want?
View 4 Replies
Mar 4, 2010
Hi thanks for your effort in trying to reply for my post.I know how to add an asp.net menu to a master page, But its not so neat and i am trying to add a menu which is similar to
http://javascript-array.com/scripts/simple_drop_down_menu/
Its a Html page and not an asp page, i tried adding the menu, style sheet, javascript to my asp.net master page page by making some alterations to the code but it didnt really work. I.e. it dosent fit in well with the other components, the components below it are being pushed away to the right and i have checked the css several times but nothing is obvious.
I was wondering if there are any specific changes that needed to be done in order to accomodate it.I would be happy to paste my code if somebody would like to observe and point out why addng the menu is causing imbalance to the page .
View 5 Replies
Dec 22, 2010
I now that I can just define the width and height of a page with the div tag to allow for dragpanels to work, but it messes things up with some browsers when rendering, sometimes shrinking the actual content to allow for the complete page and width to be shown such as on the IPAD. I have tried the Javascript below, but it doesn't work, and whenever I try to resize a page manually, it puts my computer into never never land.
Anyone have a clean Javascript that will change the width and height dynamically as I am moving a dragpanel.
I can move the dragpanel, but it snaps back as soon as I let go so in essense it doesn't work.
[Code]....
View 1 Replies
Sep 25, 2010
I would just simply like to change the size of an image or panel when hovering over it. What is the simplest way to accomplish tha?
View 1 Replies
Apr 3, 2010
I've been working with this tutorial:
[URL]
It's basically how to create an editable gridview.
I've got it up and working, but I need to change the width/height of the textboxes when the gridview is in edit mode.
The problem is, when the textboxes are rendered, they don't have ID's so I can't use FindControl to modify the textboxes.
Adding textboxes in the template items just created an independant - textbox that doesn't do anything.
My question is, how can I find these textboxes & change their height/widths, or how can I find these textboxes & assign ID's to them...so I can modify their height/widths?
Here's a snippet of what I've been playing with....haven't had any luck though...I'm probably way off:
[code]....
View 5 Replies