Web-Forms – How a User-Control access another User-Control
I have two User-Controls and both are referenced in an .aspx page. How one User-Control can access the other User-Control, not from the code-behind?
I have two User-Controls and both are referenced in an .aspx page. How one User-Control can access the other User-Control, not from the code-behind?
I Have Table Named Employees_Attendance
We have an application in Asp.net Webform. We must use passwordless sign-in using Microsoft Authenticator App. Basically, the user enters samAccountName, and the system must check Microsoft Authenticator App for approval, and based on the response we have to redirect to change the password screen.
I want to integrate Stripe payment gateway in asp.net webforms. I have an aspx page in which I have stored the amount to be charged from the customer into a variable. I want to send this amount value to stripe payment gateway and accordingly receive the status of the payment. Also, I want Stripe to maintain the database of the customers accordingly.
I am trying to display a string in a web page with delay and the following is what I tried but the page does not show until the delay is expired.
I am trying to build an asp.net web application and I am using SQL Server as my database. So right now I am in a position where I need to have a textbox(or etc.) on my screen, where the users must enter their date of birth… but one thing I require specifically is that this input(?) must return a DateTime value in the C# page. Because the code must see this date and check if this person is older than, say, 18.
First I came up with something like this:
I am working on an older ASP.Net Web Forms application. I am looking to introduce async code to help modernise it. However have encountered an impase.
I’m new to C# and currently I’m trying to make 2 simple textboxes for weather, one to have the temperature in Celsius, and the other textbox have the temperature in Fahrenheit, what I wanna do is make the user type the temperature in any textbox and the other will calculate and convert it like from Celsius to Fahrenheit and vice versa,
I want to sort the products by their type, using dropdownlist.
In my project (ASP.NET Webform), I have a hyperlink on a view. When I click on this link, it will direct me to another view on my website. Here is the link on my view.