AJAX :: Control Doesn't Work When Other Search Control Is Present On The Page?
Apr 27, 2010
I have a .aspx page in c#. There is an ajax control that shows the data company names from the xml file when the city is selected.
There is also a bing search control on the page.
The issue is that the Ajax control stops populating the data when the search control is present on the page.
The ajax control works absolutely fine when the search control is removed
View 5 Replies
Similar Messages:
Jan 14, 2010
i'm trying to develop a ASP.Net control. If it based on System.Web.UI.Control id doesn't work correctly with Ajax.Net updatePanel. If I change it to System.Web.UI.WebControls.WebControl the it works fine with Ajax controls. What is the difference between them and how I implement it on Control based Control?
View 2 Replies
Jun 7, 2010
I can't get my <ajax:asyncfileupload> working and I don't see why...
When outside any panel or table it is working well, but as soon as I put it in a <asp:panel> or table I get a strange error which seems to be on client-side but I don't understand what's happen here. Here is the code and code-behind and Javascript.
Here's the error:
[URL]
Here's my front-code:
[Code]....
Protected Sub fupAjoutLogo_UploadedComplete(ByVal sender As Object, ByVal e As AjaxControlToolkit.AsyncFileUploadEventArgs)
View 3 Replies
Oct 9, 2010
I am having quite a bit of trouble getting an accordion control to work. I downloaded the AJAX Control Toolkit (v 3.5), added the dll to my toolbox, and added an accordion control with the following code:
[Code]....
View 6 Replies
Oct 11, 2010
i am using mod_aspdotnet.so module to hosting my ASP.NET application. all was ok until i use ajax control tool kit in my aplication. I am using ajaxToolkit:CascadingDropDown to conect 2 dropdownlist in cascade. In IIS every thing works fine, but in apache there are some problems. When load the page, i got the next javascript error: 'Sys' undefined. the object signed are :
Sys.WebForms.PageRequestManager._initialize('ScriptManager1', document.getElementById('MAIN_FORM'));
Sys.Application.initialize();
How can i solve this problem?
View 2 Replies
Feb 24, 2010
i am using VS2008, 3.5 .net and have installed ajax control toolkit and added controls into toolbox, that was fine. But, i can't get any of control to work, nor it renders in design view on my page. Control source is created, page builds without errors but controls don't work. For example:
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
View 6 Replies
Jun 9, 2010
i have a search page with gridview for seraching in books all things are good in my pc when i make search with any part of book title the result appear when i puplished the page on net the page doesnt return any result i m sure ther are books with the criteria i search for ?
View 1 Replies
Sep 24, 2010
i am using wizard control in content page.if i use it in normal aspx it works.but not in content page.i use same code for aspx and content pages
View 1 Replies
Mar 19, 2010
I'm using the following function (found on this forum) to display a popup control from the server-side:
on the server:
ScriptManager.RegisterStartupScript(this, GetType(), "userInfoPopScript",
string.Format("showPopup('{0}', 2);", targetControlClientId)
, true);
on the client:
[code]....
this works great for explorer 8 , firefox, chrome but on explorer 7 my page just jumps to the left and doesn't show the popup at all.
If I remove the set__parentElementID call, then the popup is displayed but in the wrong position (of course).
View 2 Replies
Feb 1, 2010
Absolute positioning doesnt work for label control in asp.net ajax web form I have tried in VS 2008 as well as Visual Web Developer 2005 as well?
View 1 Replies
Sep 21, 2010
I created a .NET user control to work as a DropdownCheckbox and added Jquery to give the sliding and hide effects. The code is as below:
[Code]....
This control works fine in a normal page, but once I put it inside an update panel it doesn't work. Is there a work around or simply I can't use JQuery inside update panel?
View 1 Replies
Aug 30, 2010
If i use signs like ë in the HTML Editor, in IE, its ok, and works. But if i use ë in firefox in the same page with the HTML Editor. If i press safe the ë is converted to: � (copy past doesnt work well, but its a square if you put [] to each other). But how is this possible? And how can i solve this problem? In IE its working well, but 50% of the users of the system i build are using Firefox. So it should work in all editors.
View 4 Replies
Jun 14, 2010
I have a webdayview control (Infragistics proprietary ASP.net control) on my page. On the aspx source I've inserted some javascript (webdayview_click - clientside click event) that calls a webmethod in the codebehind. This seems to work fine, but when I
insert this webdayview control into a user control and move the corresponding javascript into the aspx of the user control, it doesn't work. I can't even insert a breakpoint into the javascript function to debug it. Is there a way to make it work? I want to enable the click event of the webdayview control so that when I click on it, the javascript function calls the webmethod. Here's my code (remember it is inside a user control):
[code]...
I posted this question on the Infragistics forum but didn't get any replies. Hopefully I'll get some here. :)
View 2 Replies
Jan 26, 2010
This query does not return any record
[code]....
View 3 Replies
Aug 4, 2010
i have a problem with autocomplete control i used in my page, but it does not works so, i do not know how to debug it for finding some problem i tried also to create new page and insert only textbox and autocomplete control...again does not works.... which is wrong?
[Code]....
[Code]....
View 3 Replies
Nov 23, 2010
my problem is related with modalpopup control. i made a login control using it.
[Code]....
This works fine. Problem is this. When i click btniptal and then i refresh the page modal shows again. But When i click btngiris and then i refresh the page modal doesn't show. When clicking the btniptal button, the modalpopup should not show.If i make this codes in aspx page everything is ok. But i make this in usercontrol.
View 1 Replies
Apr 19, 2010
how to Add Search Control for Detailsview for search page... simple solution required.?
and is it possible to give field names to each page numbering?
View 3 Replies
Sep 17, 2010
I have an user control in master page with id 'ucTopUser' and a button 'btnSub'.I need to hide the both control from my current aspx page.How can I do this?
View 1 Replies
Feb 8, 2011
The following is trimmed down from the web.config file I'm using in a website that runs in Windows 2003 R2.
<system.web>
<!-- Required to use BetterImageLink and BetterImage class -->
<httpHandlers>
<remove path="*.asmx" verb="*" />
[Code]....
I'm migrating the site to a new server running Windows 2008 R2. When I tested the site, I fould that the BetterImage control doesn't work. I use the BetterImage control liberally throughout the site, so this is a real problem for me. I emailed the developer and he responded that I have to change the location in the web.config where I register my custom handlers. How do I do that? And are there any other changes I need to be aware of? How different is the web.config between the two Windows versions?
View 1 Replies
Mar 1, 2011
How can I access to the CancelPushButton ?
This doesn't work ! it returns always null !!
var cancelButton = ChangeUserPassword.FindControl("CancelPushButton");
[Code]....
View 3 Replies
Oct 8, 2010
My button in user control doesn't work /its click event doesn't fire/. This user control is on the page that inherits from master page. Although, the user control buttons on the master page work correctly.
View 3 Replies
Jan 21, 2010
In a panel (panelOrder, visible=false), there are three text box, txtA, txtB and txtC. Once click a button, code fires:
panelOrder.visible = true
txtA.focus
But, focus never work. I change to Javascript, still no luck. What is wrong?
View 5 Replies
Nov 1, 2010
I have 2 html TR that i make them runat="server" & visible="false" and I have a dropdownlist called citiesDropDownList
$(document).ready(function() {
$('#<%=citiesDropDownList.ClientID %>').change(function() { ValidateCity(); });
});
and on change of this dropdownlist i check if the its text equal to a string i show the 2 tr as below
function ValidateCity() {
if ($('#<%= citiesDropDownList.ClientID %> :selected').text() == identity_CityOther) {
$('#<%= otherCityTR.ClientID %>').show();
$('#<%= areasTR.ClientID %>').show();
}
var city = $('#<%= citiesDropDownList.ClientID %>').val();
return IsValid((city.length != 0), '#<%= cityDiv.ClientID %>', identity_CityRequired);
}
.show() isn't work at all and i don't the reason .. can any lead me to get the problem?
FYI : I tried $('#<%= otherCityTR.ClientID %>').show('slow'); and also $('#<%= otherCityTR.ClientID %>').css('visibility', 'visible'); but it doesn't work also.
View 3 Replies
Feb 15, 2011
I have user control with one textbox on it and i want to apply datepicker to.
here is the code of mycontrol.ascx
[Code]....
If I click inside text box control the datepicker doesent shows.
If I use the same code for showing datepicker on webform it works. Why? Do I miss something or I need something to add on my control?
View 2 Replies
May 26, 2010
Why when a control does contain value but it's set to .Enable=False that all controls become disable (that's ok) but why that the ViewState doesn't retain the data on the next post back? If I get the UserControl without modifing its Enable state, the ViewState work between post back.
How can we disable a UserControl that all its control become disable (this part work) but all of them KEEP use the ViewState (this doesn't work)?
Clarification:
1)In the aspx.cs click button EDIT:
myControl.Enabled = false;
//This produce to have all controls in myControl to be disabled.
2)In the asp.cs: click Save to leave the EDIT state:
myControl.Enabled = true;
//This produce that all controls inside myControl are blank : no viewstate!
Other postback works because we do not put myControl.Enable to false.
View 3 Replies