Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
9 views

How to Close ISWebCombo Dropdown After Selecting a Value with AutoPostback Enabled?

I'm using an ISWebCombo dropdown control in my ASP.NET Web Forms application. The dropdown does not close automatically when I select a value. I need it to close after selection. <ISWebCombo:...
parangat's user avatar
-4 votes
0 answers
13 views

How to mask all the characters after the N-th in an ASP.NET textbox? [duplicate]

I'm using a TextBox in WebForms to get user input but at the same time one of my requirements dictates that all the characters after the 3rd one should be masked, thereby appearing as '*' (ex. Nor**). ...
Bron's user avatar
  • 1
0 votes
0 answers
12 views

How to select a group of elements in codeBehind in Web Forms

I have a Webform page with a html form in it. A group of fields are for customer data and another is for product data, and others are neither of these two groups. I need to hide the whole group of ...
SyndRain's user avatar
  • 3,023
0 votes
1 answer
20 views

How can I add "aria-labelledby" attributes to checkboxes inside of a <asp:CheckBoxList>?

I need to update my facet checkboxes inside an <asp:CheckBoxList> to have the aria-labelledby attribute to be more accessible to users. However, I can't find a way to target the checkbox portion ...
Hamadyne's user avatar
0 votes
2 answers
44 views

Web form automation with python

I need to create an automation to fill out the registration form in this link: Im testing filling out the agency name but i keep getting an error stating "input-53" doesnt exist. Once i ...
jose lequerica's user avatar
-3 votes
0 answers
19 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
58 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
33 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
27 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
28 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
39 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
49 views

ASP.NET Webforms integration with Azure AD [closed]

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
65 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
44 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

15 30 50 per page
1
2 3 4 5
1082