Category "webforms"

Asp.Net Web Forms App integrate into MS Teams

I have a Asp.Net Web Forms app which I have built. I would like to have it integrated into a MS Teams site, but im unsure which Authentication model to use wit

Is there a way to use .NET 6 class library project as a DLL or project reference in the ASP.NET Webforms application (.NET Framework 4.8)?

Is there a way to use .NET 6 class library project as a DLL or project reference in the ASP.NET Webforms application (.NET Framework 4.8)? I have an ASP.NET web

How to restrict a download in asp.net web forms?

I have this code in the page_load method of an ASP.NET .aspx page that downloads a particular file from the same web site: System.IO.FileInfo file = new System.

message shows undefined when ajax post in ASP.net

Hi I'm Fairly new at coding and in asp.net and had an error occurred to me please help me if you can. This is my script when I run the code given below using an

The controller for path '/' could not be found or it does not implement IController

I'm working on a Web Forms application and using EXT.NET framework for the views, i have a panel on the side with buttons that when i click on them, a view open

ASP.NET_SessionId cookie for asp.net webform based website need GDPR compliance

I have a website which where developed in asp.net webform few years back & due to GDPR compliance i am not sure ASP.NET_SessionId cookie need user explicit

getting error 'must be placed inside a form tag with runat=server', but it is

I'm getting the above error message. However, the page in question does indeed have a tag with runat="server" attribute on it (at design time) and the control

Microsoft.SqlServer.Types, Version=11.0.0.0 missing

I have published the project on Azure websites and it throws exception: Microsoft.SqlServer.Types, Version=11.0.0.0 missing when I try to run report. Loca