VS 2013 - Internet Explorer To Run Slow And Return Error Message Asking To Stop Running This Script

Nov 27, 2014

I'm new in using C# in ASP.net My code is causing Internet Explorer to run slow and return error message asking to stop running this script.

When I use the "Select *...", it return about 700 rows of records and it cause the error.

When I use another SQL "Select NOC0854....", filtering some records, it return about 300 rows of records and no error message appear.

How I can improve my code so that I can retrieve all records from my table? I think 700 rows of records doesn't seem a lot, maybe my code is not correct?

Code:
//cmd.CommandText = "Select * from PTH3759";
cmd.CommandText = "SELECT NOC0854 from PTH3759 WHERE HID0019 >= TO_DATE('11/01/2014','MM/DD/YYYY') AND HID0019 <= TO_DATE('11/28/2014','MM/DD/YYYY')";
cmd.CommandType = CommandType.Text;
OracleDataReader dr = cmd.ExecuteReader();
if (dr.HasRows) {
GridView1.DataSource = cmd.ExecuteReader();
GridView1.DataBind();
}

View 2 Replies


Similar Messages:

Stop EIdWinsockStubError, WSACancelBlockingCall Error Appearing When Closing Internet Explorer?

Mar 24, 2011

I have an ASP.NET application where one of the pages hosts a 3rd party ActiveX control. A condition can sometimes occur with the ActiveX control that causes the following error message to be displayed in a Windows dialog box when Internet Explorer is closed:

Exception EIdWinsockStubError in module CADVIE~1.OCX at 0029A808.

Error on call to Winsock2 library function WSACancelBlockingCall: Either the application has not called WSAStartup, or WSAStartup failed.Without any intervention from the suppliers of the ActiveX control can I suppress this message.

View 1 Replies

AJAX :: ModalPopupExtender TextBox Is Very Slow In Internet Explorer 8?

Jul 22, 2010

I made a login system, when the user presses the login button a pop up panel using ajax appears. The textboxes and other features are in a Web User Control.

The problem is that when writing information in the textboxes in IE or pressing the cancel button it is very slow compared to other browsers. I have the latest version of Ajax.

View 3 Replies

AJAX :: Control Toolkit's Combobox + Internet Explorer Are Too Slow?

Feb 21, 2011

I have problems with optimizing AJAX Control Toolkit. The specific problem is that 4800 records take about 30 seconds to bind in Internet Explorer (only 2 seconds in Opera & Firefox). I've tried anything, but I still can't improve the load time in IE.I've already enabled compression and caching, I'm using ToolkitScriptManager instead of ScriptManager. I've tried setting LoadScriptsBeforeUI and EnablePartialRendering to false, but it still doesn't help.

This is the query I use for binding.
[Code]....

View 1 Replies

Web Forms :: Datalist Makes Scrollbar In Internet Explorer Slow?

Dec 28, 2010

I got the following datalist populated with 12 images a page average size is 75kb.If i move the scrollbar in internet explorer up and down it goes very laggy and stuttering, while firefox has noproblem at al fast and smooth. If i remove the images there is noproblem. if i disable the setting smooth scrolling in ie it's a little better but still not good enough. I can't seem to find a way to get this right is there some kind of script or am i doing something wrong. Or maby do i have to put the datalist in a user control?

<asp:DataList
ID="dList"
runat="server"

[code]...

View 4 Replies

Web Forms :: On Internet Explorer Refresh Button Need To This Message Always?

Nov 4, 2010

I have a crystal report page where on clicking upon internet explorer button i need to show this message.Some time it shows the message and some time it doesn't ??

View 5 Replies

Javascript - Running Internet Explorer With "Run As" Fails To Open A New PDF Window?

Feb 11, 2011

First things first.This application is an ASP.NET application using windows authentication.

Situation:The user is logged onto their computer with something like Domain1John and is running Internet Explorer 7 as Domain2Mike using the "Run As" option.

Domain1 is the user's local domain. He is accessing the application over the Internet using the Domain2Mike credentials where Domain2 is the domain that IIS knows about.

I'm opening a new browser page with Javascript, and the window contains a PDF report; the problem is that it is not showing correctly. It shows a gray screen, without even the Adobe reader toolbar.

On the other hand, when IE is run as Domain1John everything works nicely.I think it has something with the local computer rights. I added Domain2Mike to the Administrator group on the local computer, but it still fails to open the new page correctly.

View 2 Replies

Configuration :: Changing Website / Getting Message "Internet Explorer Cannot Display The Webpage"?

Oct 1, 2010

I have a website1 that works. I created a new website2. I went to windows explorer and copied website1 folders and files to website2 directory. I created aspnetdb in website1 using the membership provider service. I detached it from website1 and attached it to website2. When I run website2 in debug, I get message "Internet Explorer cannot display the webpage".

View 2 Replies

Javascript Error In Internet Explorer But Works Fine In Firefox?

Sep 1, 2010

i was working on one of the project as it is working fine in Firefox but it is giving the javascript exception in internet explorer.Errror: Error says "s" is undefined in the s.currencyCode="USD" line but "s" is defined in the external javascript file s_code.js

<script type="text/javascript" language="JavaScript" >
var s_account="mnsdev"
</script>
<script type="text/javascript" language="JavaScript" src="http://media.world.com/ads/usen/rpt/Omniture/s_code.js"></script>
<script type="text/javascript" language="JavaScript" >
s.currencyCode="USD"
[code]...

View 10 Replies

Internet Explorer Shows Error When Downloading Excel File In SSL Site?

Mar 8, 2010

I get the following error when downloading excel file in SSL site:

Internet Explorer cannot download xxxx.aspx from mysite.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.

After googling, I suspect that it's the problem of the response header. I try the solution in this page and set the header:

[URL]

HttpContext.Current.Response.AddHeader("Pragma", "no-cache");
HttpContext.Current.Response.CacheControl = "private";

View 4 Replies

IE7 Internet Explorer Cannot Open The Internet Site, Operation Aborted

Jun 10, 2010

when i test this page http://www.catalogues4u.com.au/ViewCategory.aspx?catID=119 im getting the above error. to replicate this issue visit the above page in ie7 and you will get the prompt.

View 3 Replies

VS 2013 - Connect From A Tablet To Workstation Running Web App

Jan 31, 2014

When I run my web app locally on my workstation it comes up with the url address of: URL.. So - I've got a Samsung tablet that I have setup to use the wireless in my office - and I'm having it browse to URL... It can't connect. I've opened that port (49984) in my Windows Firewall for both in and outgoing traffic.

View 5 Replies

MVC :: Want To Do Some Validation To The Data And Then Return A Error Message To The Page It Doesnt Work For Me?

Mar 10, 2010

I got a view that uses the ajax.beginform tag.This works great but if I want to do some validation to the data and then return a error message to the page it doesnt work for me.Here my code :

[Code]....

And the actionResult :

[Code]....

[Code]....

View 5 Replies

Internet Explorer Cannot Display The Webpage?

Apr 6, 2010

i have one application that is deployed in IIS at Remote Desktop. if i access that application from local system i am getting "Internet explorer cannot display the webpage" and it is running fine in Remote Desktop but not in Local system.

View 2 Replies

Web Forms :: How To Close Internet Explorer

Jun 6, 2010

i want to close internet explorer on if a button is closed which i can do with this code

Page.ClientScript.RegisterClientScriptBlock(Me.GetType, "jcrCallerID", "window.close();", True)

this code is working fine for me but it is also coming up with warning which i dont want.


The warning is saying the webpage is trying to close do you want to continue closing the webpage yes /no

I want to avoide this warning and just close the browser windows.

View 3 Replies

C# - How To Add URL To The Trusted Zone In Internet Explorer

Mar 18, 2010

How can I add an URL to the trusted site? It seems that there are stored in the registry, but where exactly?

The .net programm will run locally on each client.

Edit clarification: I want to do this programmaticly running C# code.

View 5 Replies

Iframe Cookie With Internet Explorer?

Aug 23, 2010

I am developing an ASP.NET 4.0 web application in which I am trying to use an iframe to load a third party website:

<iframe id="ifr1" src="http://newdomain.com?id=test&password=123"
width="100%" height="600px">
</iframe>

The newdomain.com is trying to place cookies in the browser and IE dosent like that. I have no control over the application hosted on the newdomain.com. I have read a lot of articles which talk about having a P3P information added to the header of the page which hosts the iframe. So in my application's Global.asax I have the following code:

protected void Application_BeginRequest(object sender, EventArgs e)
{
HttpContext.Current.Response.AddHeader("p3p", "CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"");
}

But this doesn't work and I am really confused now.

View 1 Replies

Sent .wav File To Internet Explorer With Handler

Jul 8, 2010

I'm just trying to sent a .wav file to Internet Explorer with an ASP.net Handler:

public void ProcessRequest(HttpContext context){ HttpResponse response = context.Response; response.ContentType = "audio/x-wav"; response.WriteFile("MyWav.wav"); response.AddHeader("Content-Length", "304578"); response.Flush();}

This works for Firefox and Chrome but I'm just presented with a blank screen in Internet Explorer. Why? (I've tried setting the "Content-Disposition" header. If I set it to "attachment" I am presented with the download dialog. If I set it to "inline", I just get a blank page like before. I want the wav file to play inline like here: [URL]

View 1 Replies

Opening Internet Explorer Without Toolbars?

Feb 25, 2010

I am trying to write an app in asp for users that will run in the browser but not look like a browser so I want it to open without all the toolbars. So it should be just the Title bar then the page. We will create a shortcut to the page on the users desktops. Is there a way to do this?

View 3 Replies

Links For Firebug On Internet Explorer?

Sep 21, 2010

i want to install firebug on IE.can you give me the links for free download of firebug

View 4 Replies

C# - Start Internet Explorer On Debugging?

Jul 27, 2010

I am currently write an ASP.NET WebApplication in Visual Studio 2010. My default browser is Firefox. If I start an WebApplication, the WebApplication starts up in the same instance of Firefox. How is it possible to avoid it? How do I configure Visual Studio that the WebApplicaton starts in an new instance of Internet Explorer?

View 2 Replies

Manipulating Internet Explorer Navigation Buttons?

Oct 11, 2010

I am currently building a web project in which I would like to allow the user to navigate using either the back/forward button I created or the back and forward buttons in Internet Explorer to navigate my project.

View 1 Replies

How To Hide Address Bar And Internet Explorer Menus

Jan 17, 2011

i have created kiosk application in asp.net and i just want to hide address bar and internet explorer menus.

View 2 Replies

Disable Back Button Of Internet Explorer?

May 9, 2010

I have developed some aspx pages using visual studio 2008. I am authenticating using Active Directory services. I have kept a link button on my aspx page which says signout .What exactly i want to do is that i want the back button of my login page to be disabled so that when i press signout and when my login page loads users cant go back and thus forced to enter the login details. I am using c# as development language.

View 7 Replies

MVC :: Internet Explorer Js Read Half File?

May 5, 2010

well actually i dont know really if this is MVC or not but I run this on MVC so i would run it here.I got a HUGE .js file , which run smoothly on Firefox , but internet explorer read like half of him (he makes some actions , some not)

also he doenst run alert("bla"); when i put it on him.other then that, when i copy and past the code to the head of the asp.net mvc view , it runs smoothly

here is my import from the head
<script src="Scripts/AppScripts/TestsAdministrator.js" type="text/javascript"></script> (also tried to do this with resolveURL);

and here is the function which some part of it doenst work (i wont type all the code unless you really want)

//Ajax - Drop down list event
$("#TestList").change(function () { [code]....

View 4 Replies







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