How To Add Border To Rounder Corner Using JQuery
Jun 14, 2010i 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 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 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 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 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 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'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 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 RepliesI want to create rounded corner webparts in my webpage using .
View 3 RepliesI 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 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 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 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 RepliesI have created rounded template user control. The need is what ever we add in the user control should appear appear.
[Code]....
I'm developing an ASP.NET application with C# and Visual Studio 2008 SP1. I'm using WebForms.
I have an ASPX page with two UpdatePanels, one on the left that holds a TreeView and other on the right where I load dynamically user controls.
On the left panel I also have buttons to load user controls on the right. I have a ModalPopupExtender in a button that show I div with radiobuttons to select a type. When I choose an option and click ok it do a postback to load dynamically a user control but instead of dissapear these modal panel it appers on the bottom left corner of the page.
What's happening? I think it is about dynamic load.
using vb.net 2005 and crystal reports that comes with it.I want to put an outside border on my crystal report without physically drawing a line there. is this possible?
View 5 RepliesI can't able to remove the border of the Update panel. It does not support style property.
View 4 RepliesI have a MasterPage set up with a div that has a border.
The ContentPlaceHolder is within this div.
My question is when I inherit this masterpage and place the content within the assigned area it sometimes overrun the div settings
which were done on the masterpage and displays over then masterpage div.
Is it possible to set the masterpage div to auto detect overspill of the content or can I set the size of the div on each page(even though its a masterpage div)?
have a look at this panel:how can i get the word "Technologies" written on the top left corner of the panel control with the panel having a red border?please somebody show me the .aspx of doing the same.
View 1 RepliesI 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].....
Just started learning ASP.Net about three days ago and I have been ploughing through the fantastic tutorial videos. I have got to an issue with something that is demonstrated in this video: from 07:05 to 07:56.
[URL]
The author changes the table row style to include a bottom border by changing the <tr> tag. I have tried this with no success and so I have been Googling and all of the posts I have found say that you cannot change a table row border. This does seem to be the case as I cannot get a change in the border of a table row to show, however it does work perfectly in the video I am linking to above.
the video is in MSWD 2005 and I amin WSWD 2010 but as these are producing HTML (and pretty basic HTML at that) I can't see that the versions would be an issue.