Users Pricing

forum

Home Forums How to add an aspx page in ASP.NET with code-behind? – MindStick

How to add an aspx page in ASP.NET with code-behind?

Allen Scott 1945 03 Nov 2014

We have an ASP.Net application, done by a third-party, that uses third-party controls. The problem is that some of these controls don't work with anything higher than IE8. I have been asked to look into this and try to figure out a way to make them work again (the company is upgrading to IE11).

Unfortunately, the source code is not available; there are no code-behind that I can work on. And the controls are no longer supported.

One solution that I can think of is adding a new .aspx page and use inline code/javascript/code-behind to return the functionalities that are not working.

This is my question: is this feasible? Or are there any other ways that I can resolve this, short of replacing the application with a new one?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md