Active Scripting Is Enabled On Ie But Javascript Is Not Showing Up?
Oct 28, 2010
I have a site created using .net and the ajaxcontroltoolkit. When some users log on they do not see the controls on the page. I can duplicate this if I disable active scripting in ie. The problem is that the users I have spoken with have active scripting enabled. I have had them navigate to a site that tests javascript and it passes. Has anyone experienced this problem? If so what was your solution?
View 1 Replies
Similar Messages:
Apr 22, 2010
I'm a complete beginner with Active Directory, never having done anything with it. So here's probably a basic question.
Can I run a simple query from within an application to get all enabled active directory users?
View 3 Replies
May 6, 2010
I am looking at displaying certain information from Active Directory within an ASP.NET web page/application to allow users of my organisation to update thCe specified fields. I have searched the internet for help and found windows forms based information, but nothing to really help me with ASP.NET, and anything that could possibly be of any assistance to me is written in C#. I have already built a logon form that hands forms based authentication against AD, and now want to display that authenticated user information.
View 1 Replies
Aug 6, 2010
iam not using ASP.NET AJAX-Enabled Web Site, but iam using asp.net website , can use ajax tool there.
pls suggest me how to incorparate the ajax in asp.net website, in all article they showing only in asp.net ajax-enabled website
View 3 Replies
Mar 16, 2010
We have a GUI which runs on ASP.NET 2.0 framework (Client-Server model). From the support perspective how can one find whether the pages which are opening on GUI at any point of time is a server side scripting or Client side scripting.
The reason why I ask this is because I understand that some of the codes are executed by the browser such as Javascript. So, if there are such scripts which are handled by the client browser, how can one find out that it is the Client side scripting which is running at that moment.
View 1 Replies
May 12, 2010
[Code]....
View 3 Replies
Mar 22, 2010
We are making a site in asp.net 3.5 C# and i am showing my all user activites on one page (i am making a call to db at page load) but to get updated user activities i have to refresh the page so that again one hit go to the db and get all updated data.
But i want to update this feature like this site : [URL]
Objective: i want when user open activity page first time then in first hit it will get 20 latest user activities but after that i dont want to make a database call for that again and again. but each new activity of user's will automatically append to my activity list one by one.
View 5 Replies
Feb 7, 2011
I think the title pretty much says what I'm trying to do. I'm trying to make several applications with C#, ASP.NET, and active directory. Right now, I'm trying to create a report for my manager that shows all the active directory attributes of the current user. Could someone show me the code for this. I would want to add a new row into a datagridview for each attribute.
View 1 Replies
Sep 17, 2010
My application depends on JavaScript, I want to check the client browser's JavaScript is enabled or not and raise an alert message if its turned off.
View 4 Replies
Jul 2, 2010
How to find whether a user has enabled or disabled JavaScript in the browser or the browser does not support JavaScript?
View 5 Replies
Oct 29, 2010
I want to check if a mobile browser has javascript enabled before displaying a page to the user. The code I've found from my research is:
System.Web.HttpBrowserCapabilities browser = Request.Browser;
Response.Write(browser.EcmaScriptVersion.ToString());
So to ensure that javascript is enabled on a browser, you need to check wheather the returned valued is either equal to or bigger than 1. This works on normal browsers, but when I test it on my phone the returned value is always 0.0, no matter if my javascript is enabled or disabled. Is there a way to check if javascript is enabled on a mobile browser or will the browser handle the incapability on it's own?
View 3 Replies
Oct 20, 2010
I've searched high and low for some resolution to this problem. Hopefully someone here can explain!!I create a usercontrol that uses .NET web controls, but I want to create a smoother user experience by avoiding full postbacks, so I write some JQUERY to capture click events on the client and in this way do the processing without going back to the server.
$("#tblLedgerEntries :checkbox").click(function () {
var value1 = $(this).closest("tr").find("td.invoiceAmount").html();
var value2 = $('#<%=hdnTotalToPay.ClientID%>').html();
CalculateTotalPayable(value1, value2, $(this).attr("checked"));
[code]...
View 2 Replies
Oct 12, 2010
Within an ASP.NET AJAX UpdatePanel on my page I have a submit button which has some custom javascript validation applied which set a global _cancelGeneralSettingsUpdate flag depending on the results of the validation.In this case the variable _cancelGeneralSettingsUpdate is correctly set to false but the initializeRequest function is not called before the page attempts to postback via AJAX, causing the postback to fail. I need to be able to have postbacks succeed once the invalid input has been corrected and the user clicks the submit button again. Unfortunately I do not seem to be properly wired into the PageRequestManager pipeline once postback has been cancelled. If I refresh the page, everything works again, but cancelling the postback via args.set_cancel(true)
View 1 Replies
Mar 2, 2011
I use AJAX controls a lot - AJAX update panels, AJAX-enabled grids, etc. (mostly from Infragistics), and most of the time, things work great. But sometimes they don't, and I have no idea where to start with debugging etc. The AJAX part of it is a black box (seemingly), and I really don't like that. I want to know enough about AJAX and javascript such that I have confidence to work with these controls instead of just praying that they work. I want to be able to debug them, and also have confidence that I am using them properly (because I don't feel I can possibly use them really properly and appropriately if I don't know what they are doing). What do I need to know to get this comfort? Where can I learn about this? How should I go about tackling learning about this?
View 3 Replies
Sep 27, 2010
I have a page that has 3 to 4 divs with gridviews in each that get data loaded using Ajax Xmlhttp calls.
Now the problem is that I have checkboxes in the grid and need them to be disabled/enabled
when they load to the main page in the div.
When i set the Enabled=false tag in the ASPX page to the checkbox, the UI throws an "Object required" error.
View 1 Replies
Nov 25, 2010
How do it exactly?
Measuring Page loading when javascript enabled / disabled
View 1 Replies
Feb 19, 2010
I know normally you call ConfirmButton from a control that does postbacks, but afew of my users don't have javascript enabled which is a showstopper.
So I'm trying to use a standard asp:hyperlink with a URL to the next page, and if the user has javascript it will call the ConfirmButton on the onclick event (and if returns true will follow the URL in the hyperlink).
If they dont have javascript, it will just follow the hyperlink without a confirmation.
This is similar to have a return confirm ("sure?") in the onclick event of a hyperlink, to fire a traditional js confirm
So far I have only got this:
<asp:ScriptManager
ID="man"
runat="server"
/>
[Code]....
how I can manually call the ConfirmButton with an onclick even in the hyperlink, and return true or false?
View 1 Replies
May 27, 2010
I want to create a custom attribute to check if the browser has cookies and javascript enabled. I'm guessing I would create a ActionFilterAttribute that would redirect to a controller action to load a page to check cookies and javascript on the client side. If they are enabled then it would redirect to the desired action, otherwise display an error message. Is this a correct approach or is there a better way to do this?
View 1 Replies
Nov 29, 2010
In my page, I need to enable a text box when user click on check box(checked). I have used javascript for this. It works fine but when there is postback for the page, the textbox becomes disabled again although the check box is checked. But the value in textbox still appears. Is there any method to retain the enabled state for text box on postback other than using hidden values?
View 4 Replies
Apr 1, 2011
Scenario : I am going to access external web service [ExternalWS] using AJAX. So obviously, need to create local proxy service [LocalProxyWS] first, which in turn will access the external web service. Now, the external service webmethod [Process] basically redirects the current page on our site to their site, does some work and then return back to our site.
What I want : I want that when the user clicks the button ('Process') on our site, it should open a new window and then starts executing the request on the new window, so that I can have the page on my website to be displayed permanently (which will poll a request every 15 seconds to the external service (via local proxy) for the status).
Local Proxy service which calls external service is as follows..
[ServiceContract(Namespace = "LocalProxy")]
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class LocalProxyToExternalService
{
[OperationContract]
public void InitiateTransaction(string amount)
Basically, I am opening a new window from the button click and then want to process the new request in that new window, so that I can show the status to the user from the current page on my website So far, it opens the new window, but doesn't transfer the request on to that, but I get an error message in firebug as follows...
View 1 Replies
Jan 3, 2010
So far, I've seen (and I'm using the following) scripts to show/hide a div or other controls depending on another control in ASP.NET
$('[id$=myRadio_0]').click(function() { $('[id$=myDiv]').show(); });
$('[id$=myRadio_1]').click(function() { $('[id$=myDiv]').hide(); });
and of course, my div in html like
<div id="myDiv" runat="server" visible="false">
and that works fine when the user selects either option of the radiobuttonlist. However, when I assign that radiobuttonlist a value of 1 or yes on my Page_Load on code behind, that isn't (and probably can't be) caught by jQuery, and my div remains invisible even though the control has a value of Yes/1. So, do I need to set the visibility of that div from code behind, or is there a way in jQuery to force a scan of these dependencies after i've set the values for the main controls in code behind?
View 1 Replies
May 20, 2010
Im having a tabcontainer in which im having one more tab container which consist of 3 tab panels.what i want that when i click the parent tab panel i want to change the child tab container's activetabindex.
[Code]....
[Code]....
Im getting activeTab NULL.
View 3 Replies
Feb 23, 2011
How do I find the TabIndex property of the control who has the active focus at runtime.I am using UlitmateEditor(Text Editor) i.e User Control , so i want focus inside the body of that Editor.
View 3 Replies
Dec 7, 2010
I am developing an active x control for IE which is invoked through javascript. The active x control is developed in visual basic and it an array of strings. How will I use this array of strings in javscript.
Eg :-
var a = new Array()
a = objActiveX.GetArray(); // call to active x returns array of string, how will I loop through this in javascript. The above line does not work.I want to loop through each string in javascript.
View 1 Replies
Feb 23, 2011
I have controls on my page, is there any way I can get the tabIndex of active control or focused control?
View 1 Replies