AJAX :: RoundedCornersExtender Donīt Work?

Sep 1, 2010

Iīm testing roundedcornersextender and it donīt work.I tryied round some controls (panel, div and textbox) without success.Am I doing something wrong?
See the aspx code:

[Code]...

View 5 Replies


Similar Messages:

Trying To Use AJAX RoundedCornersExtender?

Oct 30, 2010

I'm trying to use the AJAX "RoundedCornersExtender" control on a <div>. I've assigned an "id" to the div....so, my code looks like this:

HTML Code:
<div id="headerLogo">
For the TargetControlID of the RoundedCornersExtender, I've given it "headerLogo". However, when I run the app, I get the following error:

Code:
"The TargetControlID of 'RoundedCornersExtender1' is not valid. A control with ID 'logoHeader' could not be found." My guess is that the "id" for the div is designated as a CSS identification. If this is the case, then how do I assign the <div> to the AJAX control?

View 13 Replies

AJAX :: RoundedCornersExtender Broken In IE8?

Jan 5, 2010

I have a panel that uses the RoundedConersExtender to round the corners on the border around the panel. It was working fine in IE7 but now in IE8 the top and bottom seem to be separated. I looked through previous questions and it seems that this was a problem with Firefox as well but no solution. Does anyone know a workaround other than using compatibility mode?

View 2 Replies

VS 2008 - Using Ajax RoundedCornersExtender

Jul 19, 2011

Is it possible to set border width and border style for RoundedCornersExtender ? It does not allow me to use CSS

This is what I have:

Code:
<cc1:RoundedCornersExtender ID="RoundedCornersExtender5" runat="server" TargetControlID="panel15" Radius="4" BorderColor="Gray" Corners="All" />

View 4 Replies

AJAX :: ModalPopupExtender & RoundedCornersExtender Inside UpdatePanel?

Jan 20, 2010

I have recently updated ajax control toolkit from 30512 to 30930 (same applies to latest version of ASP.Net Ajax Library) and came across a reproducable problem.For a long time I used to have a control with ModalPopupExtender & RoundedCornersExtender which was placed inside of an UpdatePanel and everything worked great up until recently.

Now I'm getting "Microsoft JScript runtime error:Sys.InvalidOperationException:
Two components with the same id 'rce' can't be added to the application." during an async postback.Click on button "Wait" and error comes up every time.

[Code]...

View 2 Replies

AJAX :: Can't Make A Button Round Cornered Using RoundedCornersExtender

Feb 9, 2011

[Code]....

Can't make a button round cornered using RoundedCornersExtender

View 1 Replies

Ajaxcontroltoolkit Roundedcornersextender Is Not Working?

Jan 15, 2010

Following is the sample code.. I cannot find any rounded corners for the table. ..
I can't fix the erro

<cc1:roundedcornersextender id="rce" runat="server" targetcontrolid="tbl"
radius="10" corners="All" />
<table id="tbl" runat="server" style="border: medium solid #0000FF; width: 41%;">

[code]...

View 2 Replies

AJAX :: Make This Work For Several Days But It Just Doesn't Work?

Oct 7, 2010

i'm trying to make this work for several days but it just doesn't work.

this is my code:

aspx page:

[Code]....

webservice:

[Code]....

this was downloaded from this website.

the problem is that the page loads fine but no autocomplete occurs.

View 5 Replies

Ajax With WCF Work. But Few Miniute After, Doesn't Work

May 11, 2010

I am a new to WCF. I have written ajax to use a web service before, but on this project I am trying to use ajax to WCF.After I build the project and wcf using ajax, I receive the return successfully. But, 10 or more minutes later I don't get a return, the ajax calls the error function, and the fiddler returns nothing.

If I rebuild the project without any source modifying, I receive the return successfully again.

View 2 Replies

AJAX :: Unable To Make Wcf JSON Ajax Service Work Through Http Like Asmx?

Jun 22, 2010

I am new to WCF, I was using web service asmx before. I have trouble on making my wcf JSON ajax service work through http like asmx.Could you help me see what wrong in my code?My WCF services are defined in my website application folder. My aim is to call this service in my aspx page java-script code and return complex object back as JSON to my javascript. I have no problem on doing this through classic asmx web service.


When I try to test it through my browser by type this in the URL , URL-http://localhost:3849/WebServices/Account/WCFCompanyService.svc/GetAll. it return "Method not allowed."

But if I type just this URL-http://localhost:3849/WebServices/Account/WCFCompanyService.svc, it return this:

WCFCompanyService Service

You have created a service.To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:

svcutil.exe URL-http://localhost:3849/WebServices/Account/WCFCompanyService.svc?wsdl

This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:

C#

class Test { static void Main() { HelloClient client = new HelloClient();

[Code]....

This is my Ajax-enabled WCF service code:

[Code]....

This is the web.config service model setting

[Code]....

View 1 Replies

Why Won't AJAX Controls Work And Ajax For .net 4 Not Working

Jan 7, 2011

I'm using VS2005.I just downloaded .NET framework 4 and so then I downloaded ajaxcontroltoolkit.binary.net4 via [http://ajaxcontroltoolkit.codeplex.com/releases/view/43475](as opposed to ajaxcontroltoolkit.binary.net35 for .NET 3.5), but when I try to load the ajaxcontroltoolkit.dll into my toolbox (as said in the tutorials), I get the following error msg:"'C:......ajaxcontroltoolkit.dll' is not a microsoft .NET module."

View 2 Replies

AJAX :: How To Work Extender With Rtl Tag

Aug 18, 2010

when put the calendar extender in bodt tag with dir="rtl", the web page not work currectly and hang web page and lock page.

View 1 Replies

JQuery :: Trying To Get AJAX To Work?

Jan 20, 2011

I have a page which retrieves information from the database when the page loads. It does this via jQuery AJAX once the page has actually loaded. Everything works fine on my VS dev server, but it when I put it on our site it doesn't work. If I use the javascript console in Chrome it says Failed to load resource 500 internal server error for each AJAX request.

The site I am working on uses SSL does this interfere with AJAX posts? The AJAX is just requesting a static method from the code-behind so its not going outside of the SSL domain.

View 2 Replies

AJAX :: Can't Get AutoComplete To Work!

Apr 7, 2010

I've been racking my brains out trying to get this to work. I've followed multiple tutorials to the letter and I have had no luck.

Here is my Default.aspx page:

[Code]....

Here is my WebService.asmx.cs file:

[Code]....

I don't know what else there is to do. I have a zip of my solution here: [URL]

Edit: I forgot to add that I am able to run the WebService by itself. It returns the values from the function. The function is never invoked from the aspx though.

View 11 Replies

MVC :: 3 - Ajax.actionlink Does Not Work

Mar 2, 2011

i have an application mvc3, created a link with ajax but confirm property does not works.

index.cshtml is
@{
View.Title = "Home Page";
}
@section Header{
<script src="../../Scripts/MicrosoftAjax.debug.js" type="text/javascript"></script>
<script src="../../Scripts/MicrosoftMvcAjax.debug.js" type="text/javascript"></script>
}
<h2>@View.Message</h2>
@Ajax.ActionLink(
"Delete Product",
"Delete",
new { id = 1 },
new AjaxOptions { HttpMethod = "DELETE", Confirm = "Are you sure?" }
)

and home controller delete action

public ActionResult Delete(int id)
{
return View();
}

but directly does delete page. how can i confirm box show?

View 6 Replies

C# - Can't Make Ajax Work With MVC 3

Dec 25, 2010

This is my Controller method

[HttpPost]
public ActionResult RemoveValue()
{
return View();
}

And this is how i am trying to access to method

@Ajax.ActionLink("Asenkron process", "RemoveValue")

But if i remove HttpPost attribute then it works. I have tested this on MVC 3 RC 2

View 2 Replies

AJAX :: HTMLEditor Does Not Work?

May 4, 2010

I have a master page, aspx page, user control

I use HTMLEditor in the user control like this:

<HTMLEditor:Editor runat="server" ID="Editor" Height="300px" AutoFocus="true" Width="100%" />

in the code behind file

i use ((AjaxToolkitHtmlEditor.Editor)SettingsFormView.FindControl("Editor1")).Content. I got NULLReference Exception.

Also i use Editor editor = Page.FindControl("Editor") as Editor; still get null

my user control code is below:

<table width="100%"; style=" word-break:break-all">
<tr>
<td style="height:auto">
<HTMLEditor:Editor runat="server" ID="Editor" Height="300px" AutoFocus="true" Width="100%" />
<br />
<asp:ImageButton ID="add" runat="server" onclick="add_Click" ImageUrl="~/images/OK.gif" />
</td>
</tr>
</table>

View 1 Replies

AJAX :: CollapsiblePanelExtender Not Work In IE?

Jun 9, 2010

in DotNetNuke module,i tried CollapsiblePanelExtender, it work fine with FF,it alway explan with IE?

View 1 Replies

AJAX :: ListBox1_SelectedIndexChanged Does Not Work?

Mar 12, 2010

I have put a ListBox1 inside an updatePanel. Now I have put 5 items in this ListBox1.

So now with the ListBox1_SelectedIndexChanged, I am trying to show a MessageBox when I select different Items but the MessageBox does not execute with the below code ?

[Code]....

View 2 Replies

Why Does Ajax Work Locally But Not On Server

Oct 4, 2010

i've created an ajax test call that works locally, but when i upload to my hosts(2 of them) i get nothing. My sample page is: Linkage to test page.

my code is as follows:

[Code]....

View 8 Replies

AJAX :: Can't Work With Control Toolkit - How To Fix It

Dec 2, 2010

after i got the file AjaxControlToolkit.Binary.NET4, i did all the instructions and imported it to VS2010.

this is my code :

[code]....

View 4 Replies

AJAX :: Trying To Get Control Toolkit To Work?

May 28, 2010

Thought I'd give that AjaxControlToolkit a try, but sadly it doesn't seem to work. Am I missing a step? I followed these instructions [URL] and did the following.

Downloaded the Binary.net3.5 zip to C:Downloads on my pc that uses VS2008 Extracted All Files Added the files to VS 2008 (I see them in the toolbox, and can click/drag them to my sample page.

I build the site, and no "coolness" rounded corners. (this is the first control I thought I'd try).

[URL]

View 1 Replies

AJAX :: ResizableControlExtender Overflow Does Not Work In IE6

Oct 28, 2010

I have made a solution with ResizableControlExtender in the Ajax control toolkit. It is a solution with a treeview on the left side of the screen and a content panel on the right side. Depending on what level in the treeview the user clicks at different content is shown in the right panel. What I want to do is to make it possible for the user to resize the width of the treeview. I have put the treeview in a panel and sets the target for the ResizableControlExtender to this panel. I have set the overflow style to auto. This works fine in all browsers except IE6. Unfortunately IE6 is an important browser for this solution. In IE6 the text of the treenodes is not cut when it is wider than the treeview width so it flows over the borders.The overflow works if I set a fixed width in the styleTreeView class but that makes it impossible to resize. I've tried to change the overflow setting in a lot of ways but nothing is working.

[Code]....

View 1 Replies

AJAX :: Autocomplete Script Does Not Work?

May 6, 2010

Why my autocomplete ajax script does not work:

This is my WebService.cs

[Code]....

<cc1:AutoCompleteExtender ID="AutoCompleteExtender1" MinimumPrefixLength="1" ServiceMethod="GetCountryInfo" TargetControlID="TextBox2" ServicePath="WebService.asmx" runat="server"></cc1:AutoCompleteExtender>

Categories row in database is text type...

I use ModalPopup, too(my textbox2 is in Modalpopup), does it makes problem?

<cc1:AutoCompleteExtender ID="AutoCompleteExtender1" MinimumPrefixLength="1" ServiceMethod="GetCountryInfo" TargetControlID="TextBox2" ServicePath="WebService.asmx" runat="server"></cc1:AutoCompleteExtender>

View 7 Replies

AJAX :: AutoComplete - How To Work With Focus

May 20, 2010

I have the following situation in my page: I've created a textbox and then set an AutoCompleteExtender to this textbox and, later I wanted to set the focus to this field with the code behind i set textbox.focus(), when i'm trying to add focus the AutoCompleteExtender simply not working, but when i click outside the text box and click back in , it's working.

Can anybody give me a simple explanation how to solve this situation.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved