AJAX :: To Rounde Corners As Expected
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
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
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
Oct 28, 2010
[Code]....
View 1 Replies
Aug 9, 2010
I m trying to use collapsible panel extender from ajax toolkit in order to collapse and expand gridview.I have written the aspx page for it..but when I am running the program i m not able to view the grid in expandable and collapasable form ...it is displayed in a normal way...
I am not getting where i m getting wrong...
here is my aspx page...
[Code]....
View 1 Replies
Feb 11, 2010
I've got a few ComboBoxes on a page which worked fine before. I can't recall making any changes to the form but now I get an "Object Expected" javascript error when the page loads and the comboxes don't load/work.
On debugging from IE, the highlighted error is in MicrosoftAjax.js in the piece of code
var a=g?new h(g):new h
View 9 Replies
Feb 2, 2010
I have an onclientclick property on a linkbutton that calls a javascript function.
inside Update Panel
[Code]....
iam getting the error at bold line . my listbox is inside Update Panel and link button too but java script is outside of Update Panel.
View 2 Replies
May 4, 2013
I use ModalPopupExtender in my page
I have 2 imagebutton
1-Imgcab
2-imgenter
Below are my imagebuttons event code
protected void Imgcap_Click(object sender, ImageClickEventArgs e) {
string data = Server.UrlEncode(Txtbeh.Text);
SqlCommand _cmd = new SqlCommand("housepass", _cn);
_cmd.CommandType = CommandType.StoredProcedure;
_cn.Open();
[Code]....
when I click on ImgEnter it show popup menu ModalPopupExtender.Show();
It is correct problem is that when I click on imgcap if it run first ELSE condition it does Session["MessageError"] = true; and it show popupmenu (it show ModalPopupExtender)
I want it just show popup menu (ModalPopupExtender.) just when I click on imgEnter button ....
View 1 Replies
May 11, 2010
[Code]....
View 1 Replies
Mar 7, 2011
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>
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
Apr 21, 2010
What am I missing here?I get the error Declaration Expected @ myPostData=
[Code]....
Dim encoding As New ASCIIEncoding()
Dim RateXML
As
String =
"123"
'Format the Data
Dim myPostData
As
Byte()
myPostData = encoding.GetBytes(RateXML)
^^^^^^^
View 4 Replies
Oct 19, 2010
I am using asp:menu control to display horizontal menu.I need to display tabs with rounded top corners.
View 4 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 8, 2010
I 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.
View 5 Replies
Feb 6, 2010
Is it possible to use JavaScript passed by Ajax on the client-side? I am getting an "object expected" error from an onClick event from a HTML control that is passed with the JS. The controls and JS work when the page is rendered on the server.
View 4 Replies
Nov 18, 2010
Code below generates two insertion where I need just one. It is not clear why it happens:
[Code]....
This is Caller function :
[Code]....
View 1 Replies
Nov 18, 2010
why do I see the CS1026 error:) expected at the line below ?
<%=Html.BeginForm("AddAdvertisement", "Advertisement"){%> //here
hello
<%} %>
View 1 Replies
Nov 17, 2010
I am getting the above compiler error with this code.
[Code]....
View 5 Replies
Nov 24, 2014
At this file (Global.asax) and you can check my website: [URL]......
Compiler Error Message: BC30205: End of statement expected.
Source Error:
Line 16:
Line 17: Function GetParentDir() As String
Line 18: Dim PD String = Server.MapPath("db")
Line 19: PD = System.IO.Directory.GetParent(PD).ToString & "db"
Line 20: Return PD
View 1 Replies
Jun 5, 2010
I have <asp: listbox control in the page and I have binded it with sql table below data
1 India
2 USA
3 China
4 Japan
5 Australia
Selected values 2 or 3, I am inserting in to the tblworld and after inserting when I come back for editing then showing as selected values, here user can changed the selected values. When user selected or deselect the list box checking with the below code as
[Code]....
I am not getting expected output from the above code, get the proper output?
View 5 Replies