Skip to main content

Questions tagged [webforms]

Web Forms is a part of the ASP.NET web framework. It is one of the programming models you can use to create web applications. Web Forms are pages that users request through their browsers and that form the user interface (UI) that gives web applications their look and feel.

-3 votes
0 answers
18 views

How can i filter the data based on time. using oracle database, asp.net web form and query [duplicate]

How can i filter the data based on time. using oracle database, asp.net web form and query. oracle database outtime column datatype is date. Pls help <%@ Page Title="Employee Night Bill ...
Sharif Ahmed Alif's user avatar
-1 votes
1 answer
55 views

Filter Data Based on Time

How can i filter the data based on time. using oracle database, asp.net web form and query. oracle database outtime column datatype is date. Pls help HTML <!-- Main content --> <section class=...
Sharif Ahmed Alif's user avatar
1 vote
0 answers
20 views

Microsoft Entra ID and .NET Framework (Web Forms) - get user details to validate a local login

we need to integrate Entra ID login on a web application (.NET Web Forms based) but I'm not convinced about the approach. Our application has a deep characterization of the user permissions, so we ...
Patrizio Gagliardi's user avatar
0 votes
0 answers
23 views

Error "Object reference not set to an instance of an object" after installing "Microsoft.AspNet.SessionState.SessionStateModule"

I made a web forms application with asp.net framework version 4.8. I downloaded Microsoft.AspNet.SessionState.SessionStateModule version 2.0.0 from nuget in https://www.nuget.org/packages/Microsoft....
Mostafa's user avatar
  • 682
0 votes
1 answer
26 views

For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server

Our team works in a project where the customer manually deploys (copy/paste) the updated release we provide (ascx, aspx, dll, etc.) for the ASP.NET WEB FORMS web application we are developing. ...
Roger's user avatar
  • 342
0 votes
1 answer
37 views

WebServiceHostFactory using HTTP only

I have a WCF service in a WebForms aplication that is created programmatically. The service is defined like this: [AspNetCompatibilityRequirements(RequirementsMode = ...
ShawnO's user avatar
  • 1
0 votes
0 answers
38 views

ASP.NET Webforms integration with Azure AD

I have an ASP.NET Webforms application running on .NET 4.7.2 that serves multiple clients. One of these clients has an Azure account and they want to authenticate in our application using their Azure ...
user1915942's user avatar
1 vote
2 answers
64 views

How do I keep a datetime field in ASP.NET null

I have a datetime field in a gridview. I need the date field to be null or empty if the database returns either null, "", or 1/1/0001. How does one achieve this? I seem to be having a brain ...
ghostfly's user avatar
0 votes
0 answers
19 views

Issue floating div on each side of div while having center div take up the spaces between the two floating divs when it comes to width and height [duplicate]

I'm trying to float div on each side of div in center containing a menu that is vertically and horizontally centered to the divs on each side. For instance the center div (menu container) takes up the ...
AlphaCr8tive's user avatar
0 votes
1 answer
43 views

Preventing overwriting values one from another of the same application but different windows/tabs with different ID as query string

I have an application, a survey. The way I'm testing it is I opened the survey with first tab, then I opened a new survey with the second tab. On the query string/URL, they have different IDs. I ...
Ann's user avatar
  • 99
0 votes
0 answers
35 views

Kentico Message: The CSRF cookie was missing

I have a website built with K12.095 version.(Webform) There is tons of line in event log that says below error: Message: The CSRF cookie was missing. Exception type: CMS.Protection.Web.UI....
godzkaya's user avatar
1 vote
0 answers
33 views

How to invoke JavaScript file passing it query strings?

I have an ASP.NET Webforms app where I want to invoke a JavaScript file in another domain and pass it some query strings. I know that I could just use <script id="myscript" src="http:...
George1917's user avatar
0 votes
0 answers
88 views

Create New Events not autopopulating in Visual Studios

I know this may be a dumb question but my IntelliSense is working but not event arguments aren't auto populating. I took a screenshot of someone else's working to better explain. Not sure where to ...
Chris's user avatar
  • 65
0 votes
1 answer
56 views

Open PDF file using link button in a new browser/window on ASP.NET & VB.NET

I have a link button that has an image, where if I click it, it needs to open a .pdf file in a new tab/window. I added the PDF file to my code folder. I'm not sure if this is right. But definitely I ...
Ann's user avatar
  • 99
0 votes
1 answer
78 views

How to convert an ASP.NET Webforms user control to a DLL

I have an ASP.NET Webforms app where I'd like to add some HTML as a user control (Mycontrol.ascx) generated from another Webforms project. I've tried following the (rather old) articles Turning an ...
George1917's user avatar

15 30 50 per page
1
2 3 4 5
1082