Data Controls :: GridView With Rounded Corners
Apr 17, 2013I have a GridView rounded corners. I tried this.. [URL] ..... But it did not work, there was a protuding border towards the right handside.
View 1 RepliesI have a GridView rounded corners. I tried this.. [URL] ..... But it did not work, there was a protuding border towards the right handside.
View 1 RepliesI ran across a bug with the asp:RoundedCornersExtender when viewing in Firefox. Sometimes there will be a gap between the top of and the body of the panel. There are a few posts out there about using the solution
[URL] here, but the problem is my hosting account (GoDaddy) won't allow the PrettyUI.dll file to run. Is there any other solution to using the dll file? The source code is available - but I'm not familiar with how I'd go about using the source files in place of the DLL...
[Code]....
When using the rounded corners app in Ajax the corners are bad shaped. I have found this article from Matt Berseth using antialiasing. But I need code I can use for commercial use, do you have any good ideas for solving my problem? I need code for vb.net applications [URL]
View 3 RepliesYet another post regarding rounded upper corners on an ASP.NET 3.5 horizontal menu control. I've done a day and a half of Googling.Found this link http://forums.asp.net/p/1582204/3989473.aspx. It looked promising but didn't pan out.I got pretty close with some experimenting but it isn't quite there. Could really use some insight or a general agreement that it just can't be done within our constraints.The project is an ASP.NET 3.5 web app. For reasons that are too lengthy to go into here, theoption of using the AJAX tab container has already been examined and rejected. Due to the customer's requirements, we will need to proceed with a menu control set to horizontal display with 2 levels showing. The customer would like to see rounded edges on the top of the menu elements so they have the appearance of tabs. In our corporate-controlled environment, we have as our options the AJAX Control Toolkit, css,
[code]...
My Asp site does not support some version of IE and chrome. however its working fine on all version of firefox.
What could be the solution that my site function on all version of IE.
I have used round corner extender on textbox and dropdownlist so some version of IE does not show data in dropdown where i applied round corner extender.
I have master page with a rounded corners extender that is not working.
Not sure why. should it work on a master page? Is there anything I need to do to the page that is using the master page?
Here is my master page .aspx
[Code]...
I've looked everywhere and googled everything and couldn't find anything good. What I need is a class that is able to draw an image (graphics) with rounded corners (different on each corner is a plus) with a border and gradient fill.
All the examples I find have some flaws (like bad quality, missing functionality etc).
I will use this with a ashx that will draw the image and then show it to the user.
how i can apply rounded corners and drop shadow style on a box with jQuery?
View 1 RepliesI am having an amount filed in my grid and i would like to display the amount field rounded with two decimals value. Like if i enter quantity as 2 and my rate as 300 i would like to display my sum as 600.00 in the cell.
My grid view is as follows
<asp:GridView ID="grdInvoice" runat="server" AutoGenerateColumns="False" GridLines="None"
Width="100%" OnRowDataBound="grdInvoice_RowDataBound" CellPadding="2" CellSpacing="1"
ForeColor="#333333" BackColor="#D3DADA" CssClass="inv_grid_data">
<RowStyle BackColor="#F7FBFD" ForeColor="#333333" BorderColor="#333333" BorderStyle="Solid"
[Code]....
I have created the user control and i am showing it dynamically on the page load event. There will be about 10-15 instance of that user control.
How can i use the ajax rounded control with all the instances of the user control?
In the user control, there is one Div and inside the div there is one place holder which has got few text boxes and label controls.
I have created rounded template user control. The need is what ever we add in the user control should appear appear.
[Code]....
I am loading the calendar inside the update panel. when the page loads, the calendar renders the day events for current month.
Curvery corners works fine on Firefox, Chrome and Safari even after the page load but not on IE.
here is the code:
<script type="text/javascript">
Sys.Application.add_load(AppLoad);
function AppLoad() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequest);
//Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(BeginRequest);
}
function pageLoad() {
var isAsyncPostback = Sys.WebForms.PageRequestManager.getInstance().get_isInAsyncPostBack();
if (isAsyncPostback) {
tb_init("a.thickbox, area.thickbox, input.thickbox");
}
else {
var btn = document.getElementById("ctl00_contentBody_BtnReload");
if (btn) {
btn.click();
}
}
}
function loadCalendar() {
__doPostBack('ctl00_contentBody_UPCalendar', '');
}
</script>
I'm using roundedcorner extender for panel.following is code,
[Code]....
If I change div backcolor to silver and panel backcolor to white it does not rounded corners as expected. I have uploaded pics at,http://www.flickr.com/photos/40036203@N04/4556755957/.
I am using asp:menu control to display horizontal menu.I need to display tabs with rounded top corners.
View 4 RepliesI need to style the asp:Menu so the navigation buttons have rounded corners.
I have a javascript-based navigation menu (not asp.net) that uses images to simulate rounded corner navigation. However, I think I have to use an asp:Menu for my asp.net 4 website instead of a static page navigation menu.
I also plan to use Dynamic Data on multiple tabbed pages.
I'll use the Math.Round function, but there happends something strange. If i have a numer like 10.0012356 he adds with round(10.0012356) only 10, and not the wanted 10.00 But if i have 10.534, he adds 10.53, so then its ok. How can i change that? I use this code right now:
double PriceIn = PriceExcl * ((BTW + 100)/100);
lblPriceEx.Text = "€" + Math.Round(PriceExcl, 2).ToString();
lblPriceIn.Text = "(" + Math.Round(PriceIn, 2).ToString() + "incl.)";
When i am trying to update a text box value to data base ,say 3.1 it is getting updated as 3.09999... when iam running the stored procedure in query analyzer it is updating correctly. When i am updating the same from page , it is giving this problem. Iam using sql server 2005.
Iam using float for this
I want to use Rounded Corner Button in my asp.net application. Do we have anything in ASP.NET 3.5 which helps us to make a rounded corner button ?
View 5 RepliesI have created my own login control (for a few reasons) and would like to surround the textboxes and label controls with a rounded corner box. How do I surround the controls with a box and then how do I make its corners rounded? Can I then create a background-color within the box? I have the AJAX toolkit installed and do know how to add extenders but I am kind of stuck on surrounding the controls.
View 3 RepliesI was trying to use Ajax rounded corner control. When I set properties for panel from theme folder css file it was not working. If i provide from server control it is ok. Why it is like that?
View 1 RepliesI am trying to m ake rounded buttons using CSS. I serached a lot on the internet but all the solutions that I found is using the Images. (See URLs Mentioned Below). is it possible to create rounded button using CSS without using any image. [URL]
View 1 RepliesI want to create rounded corner webparts in my webpage using .
View 3 RepliesI have a requirement by which I need to have something like below as the background of my asp.net menu item background.
NOTE: The menu is populated by sitemapdatasource which is dynamic depending on querystring.
I was doing some googling up and found that I can apply JQuery's rounded corner functionality along with asp.net menu item.
I have a datalist which contains only the image button.I want to add rouned corner to this image.So i have used rounded corner extender for image button.But still no rounded corner,but there was no bug.
View 5 Replieshow to make rounded corner panels.
In default property styles rounded corner is not there.