Skip to main content

All Questions

Tagged with
2 votes
0 answers
716 views

Scenarios to look into while migrating site from IE to Chrome and Edge support

We have old web application in traditional Asp.net which allows only IE-11 browser to open. Now we are going open this restriction to Chrome and Edge browsers. The below are challenges that we ...
Siva's user avatar
  • 130
0 votes
2 answers
6k views

JS ActiveXObject On Chrome

I have Old ASP Project that depends on ActiveXObject and now I want to make my project cross-browser and work on chrome in additional to ie Can I Find any Plugin that makes chrome support ...
maz1989's user avatar
0 votes
0 answers
1k views

Web forms GridView not displaying properly in browsers other than IE

I am trying to update a rickety old ASP.NET Web Forms app to work on modern browsers (our shop has only supported it in IE for years). Among other issues I'm having, I cannot get GridViews to ...
Derek Rutter's user avatar
1 vote
0 answers
467 views

Updating old Web Forms app to work with Chrome/window.open behavior. How to make parent OF PARENT refresh on window close?

I'm trying to update a weird, old ASP.NET Web Forms app that was previously only supported on IE but now needs to run on modern browsers. I've been doing most of my testing on Chrome. The issue I'm ...
Derek Rutter's user avatar
1 vote
1 answer
809 views

Cannot Display Web Application in iframe On Chrome or Edge

I am working on adding a very old web application to a site. We have to display the web application in an iframe on the site. When using Internet Explorer 11, the web application will display in the ...
deruitda's user avatar
  • 580
0 votes
1 answer
794 views

Design issue with the bootstrap based form in iphone browser

I have a blog page where user can post comments, comment form shows up as a bootstrap modal when user click on a link or button. This website is designed in asp.net webform just in case information ...
Learning's user avatar
  • 19.8k
3 votes
4 answers
8k views

How to enable/disable HTML5 required field validation?

I have a form where I need to do conditional validation for 3 field. These fields are Email, FirstName and LastName. So Email field text-box has value, I need not have to validate FirstName & ...
user1926138's user avatar
  • 1,504
0 votes
1 answer
42 views

What makes a server side web technology browser compatible or incompatible?

What makes a server side web technology (like classic ASP, ASP.NET Web Forms, MVC and so on..) browser compatible or incompatible? Is it just the HTML which is generated makes all the difference or ...
Learner's user avatar
  • 4,731
1 vote
0 answers
45 views

Standard way to pull filenames from headers

Specifically, the way I'm currently doing it is leaving quotes on the filename, which results in the file being named wrong. Sample code: $http.post("/Controller/Method", jsonObject).then(function (...
godskook's user avatar
  • 144
0 votes
1 answer
710 views

Why is __SCROLLPOSITIONY is not recognized in IE? It throws a JS runtime error of undefined

I have some code to help keep some popup divs in view after a postback because in our asp.net page we have MaintainScrollPositionOnPostback set to true. What I am doing is getting the amount of ...
LaRae White's user avatar
  • 1,252
0 votes
0 answers
118 views

http iframe content on https site

asp.net 4.5.2, html5 etc Our site is on https. However, we need to embed an iframe which calls out to a service that is not available over https. Chrome blocks this so the embedded content does ...
wingyip's user avatar
  • 3,506
0 votes
2 answers
257 views

Prevent button event from being fired

I know there is the Sharepoint portal, but in my opinion, this question is more related to javascript and cross browsing than to Sharepoint. I have a custom ribbon button in Sharepoint which should ...
Florian Leitgeb's user avatar
0 votes
0 answers
3k views

How to record video using webcam from all browsers C#

I have a requirement of capturing video with audio from users and upload it to the server. I have worked around with Media Stream recording. I have adopted the code example from following link. ...
Ravi Vyas's user avatar
  • 137
1 vote
0 answers
38 views

ASP.NET positioning within dropdownlist not working in some browers when entering repeating numbers (22, 33, etc)

I have an asp.net dropdownlist control containing a list of numbers 1-36. In most cases if the user types a number in the dropdownlist the corresponding number is highlighted. In IE, the user can ...
user3799279's user avatar
0 votes
1 answer
3k views

multiple file upload jquery asp.net add, remove then add again

I am currently experiencing the exact same problem as here: Multiple File Upload with jQuery [removing file then adding it again]. So far I have managed this: function UploadFile(ajaxUrl, event) { ...
prosa's user avatar
  • 79

15 30 50 per page
1
2 3 4 5
14