Target a specfic control in a ASP:DataList
I’m trying to find a way to make a asp:RegularExpressionValidor target a specific control when it is inside a asp:DataList
I’m trying to find a way to make a asp:RegularExpressionValidor target a specific control when it is inside a asp:DataList
I am having Repeater bind with database on Page_Load. Repeater is placed between UpdatePanel. Having linkbutton on each row. When click on linkbutton page going to postback. Why does repeater page going to postback if repeater kept under UpdatePanel?
I am having issues with my requests being encoded differently in my prod environment vs dev.
I’m having an issue where a required field validator flashes on the screen when the dropdown list it’s attached to does a partial postback on change.
I want to have a background image like the following for the header section of my navigation panel
When I try to call an API method using identityserver4, I tried before on Windows and it is working fine only in Mac OS I faced this issue and I don´t know what is happened and how to resolve it.
I can access to https://localhost:6001/.well-known/openid-configuration and I can login correctly, also I tried to run this command: dotnet dev-certs https –trust and run correctly but that is not fixing the issue.
This is the error in the terminal:
I want to make a button invisible when the timer on my page is up. The timer on my page is set to be up in 1 minute. Once the timer is up, I want to set the button visible=false, but the button does not become invisible.
I’m unclear if I need to store and or use access tokens in this social login implementation.
I have a .Net Core REST API. and a native mobile app (also a SPA).
I have .NET Framework 4.8 ASP.NET Web Forms application. Using ashx-handlers is quite inconvenient, so I want to use .NET Core Web API (in order to switch all of my code from handlers to controllers and switch the whole app to .NET Core).