Want To Use Rounded Corner Button In .net Application?
Nov 3, 2010I 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 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 am trying to use Rounded Corner buttons in my ASP.NET website using AjaxControlToolkit's RoundedCornerExtender. When I use this on a Buton control, I get an error saying "htmlfile: Unexpected call to method or property access" to which I can Break/continue.
When I run the sites, it gives me an error "Unexpected call to mathod or property access".Here's the screenshot:
http://img29.imageshack.us/img29/7051/roundedcornersp.png
I 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 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 RepliesI am developing one application in SSRS. I want to show my report in the form of rounded corner. to create the rounded corner in the report?
View 1 RepliesI 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 trying to implement "rounded" corner for my pop up message box. I have the rounded corner working for standard panels but not for pop ups.
Code behind:
[code].....
I'm using facebox plugin to display iframe link. I want to change the style of my close button. I want to show it on Top . I want to make facebox draggable is it possible to do.
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 am opening a popup window from javascript using window.open. I want to open this popup window at right corner of the page (height="700px" width="400px"). How can i achieve this
View 3 Repliesi used JQuery to make rounded corner effect(pic1), but i can't add border to it. Can someone pls guide me on how to do it so that the effect will be like pic2?
View 2 Repliesi want to round the corner of top and bottom of asp.net menu.i have done this by adding chiditem with blank name and set image but its not showing properly on all major browser.
View 2 RepliesMy modal popup window is not hovering over the page.
Css:
[Code]....
ModalPopupExtender:
[Code]....
I am trying to develop an ASP.NET 2.0 (application which uses a Windows Control Library. I did some reading, tried to get something working, and ran into a problem. Basically, when the web application runs, I see an outline of where the WCL should be, but there is a red 'x', looks like a delete icon, in the upper left corner of the outline.
Then I found this article,
http://www.4guysfromrolla.com/articles/052604-1.aspx. I downloaded the code and when I ran it, without modification, I had the same problem. I also tried running the application from within VS 2005 (i.e., the projects recompiled) and I had the same problem.
I make a panel rund corner using Ajaxtoolkit roundcorner. It works fine Now I use CSS file with this panel but roun corner do not work. Is it possible make Ajaxtoolkit working with CSS?
View 12 RepliesI'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 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]....
I 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 using a modal extender pop up with dimensions 400px by 400px and in the top right corner I want to put a image cross that when clicked will shut the modal pop up.
I know to make the cancel control to the buttom image but I have seen on some sites the image that seems to sit half in and half out the modal pop up extender DIV box which the effect I like more than an image internal to the DIV of the modal popup floated right corner.
while doing debugging i found a blue dotted corner around catch block, while hovering it is showing system.exception...what does it mean and what to do
View 1 RepliesWhen 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 Replies