AJAX :: Rounded Corners Exentnder On A Master Page?
Feb 3, 2010
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]...
View 1 Replies
Similar Messages:
Jul 13, 2010
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]....
View 1 Replies
May 3, 2010
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 Replies
Jun 17, 2013
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.
View 1 Replies
Jul 26, 2010
Yet 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]...
View 4 Replies
Apr 17, 2013
I 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 Replies
Dec 1, 2010
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.
View 2 Replies
Mar 5, 2011
how i can apply rounded corners and drop shadow style on a box with jQuery?
View 1 Replies
Apr 27, 2010
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/.
View 3 Replies
Jan 22, 2010
I've recently noticed this in my VS. What exactly is an Ajax Master Page and how is it different than a regular master page?
View 2 Replies
Dec 6, 2010
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 Replies
Feb 12, 2010
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 Replies
Jan 16, 2011
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.
View 1 Replies
Feb 15, 2011
I have an ajax call on a page which POSTS data: longitude and latitude. In the Javascript the two variables I pass in "posLong" and "posLat" are both decimals, something like: 50.81472239. When I do request.form in my .aspx.vb page which I've called, the value has now been rounded to 51.
View 4 Replies
Feb 12, 2010
I copied the rounded skin content and shared files (replaceing the css and site.master) but the page comes out as a full screen.
View 2 Replies
Oct 5, 2010
I wrote a page Page method in my aspx page. in web service method I need to call FindControl method return textbox and get text box value. But my findControl will take MasterPage object to iterate.
code.<script type = "text/javascript">
function ShowCurrentDateTime() {
$.ajax({ [code]....
But I am getting compiler error when use Page.Master: Reference to non-shared member requires an object reference
How to pass Master Page object or Page to Page method?. So I can use in Sared method.Is there any way I can access Textbox value directly in Page method? I need access couple of controls in Page Method.
View 4 Replies
Dec 30, 2010
Ajax calendar control not working properly with content place holder of Master Page.Most of time Calender Control hides when mouseover with out changing date in content place holder of Master Page.same code works in normal aspx pages.
View 2 Replies
Dec 2, 2010
I am trying to use tab control with Ajax toolkit. I want to use my master page which is plain page and I want to show the tab function of gridview. I want to give the tab control only the gridview page partically on master page. If it is possible, I am going to put other gridview at this page. That means tab control ONLY gridview. Is it possible?
[Code]....
View 1 Replies
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
Dec 2, 2013
this hierarchy of master page
|--main.master
|-- index.aspx
|-- user.master
|-- login.aspx
<asp:LoginView ID="HeadLoginView" runat="server" EnableViewState="false">
<AnonymousTemplate>
[ <a href="~/PageCommon/login.aspx" id="HeadLoginStatus" runat="server" color="#87cfe6">Log In</a> ]
[CODE]....
View 1 Replies
Mar 5, 2011
I have master page
MyMasterPage.aspx and content page MyDefault.aspx.
MyMasterPage.aspx has one input button [value="Menu-1"]. When user click the button, the button will pass value "Menu-1" into
TextBox1Default1 at content page MyDefault.aspx, and then refresh
UpdatePanelDefault1 at content page MyDefault.aspx asynchronously.
My problem is the post back is full post back when refreshing UpdatePanelDefault1. I would like asynchronously post back during refreshing UpdatePanelDefault1. copy the full code MyMasterPage.aspx and MyDefault.aspx below, and then paste / overwrite it into your blank aspx page for testing. I am using VS 2008
Below is full code MyMasterPage.aspx.[Code]....
View 9 Replies
Jan 28, 2010
I've watched Joes video on [How Do I:] Use the ASP.NET AJAX Timer Control? I'm trying to do a similar thing but using this control on a Masterpage. I then create Content page from the master, but the banners do not show on this page.
View 6 Replies
Mar 8, 2010
1. I have master page with script manager and contentPlaceHolder. One TextArea is outside ContentPlaceHolder.
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
[code]....
View 2 Replies
Oct 9, 2013
how to upload image from child page to image field on master page in asp.net vb.
View 1 Replies
Sep 25, 2012
I have a marqueein master page without any updatepanel .Am updating the content of marquee from content page but it does not reflect. e.g:
((HtmlGenericControl)Master.FindControl("maq1")).InnerText =" fdf fgf gf";
View 1 Replies