Гость » 09 мар 2024, 11:57
Последнее сообщение Гость «
Гость »
i working on document authentication project. this is a asp.net C# webform project. firstly i upload the image and do some process on it. i add the qr code on the image like adding the watermark after that find the hash code of a image using md5...
Гость » 09 мар 2024, 11:30
Последнее сообщение Гость «
Гость »
i want to create a registeredseller page gridview in asp , c# i have a Register page in which user enter his details and that details added in the database, now i want to do that the details which user enter in Register page that details will be...
Гость » 09 мар 2024, 11:02
Последнее сообщение Гость «
Гость »
I'm newbie in asp.net webform. I have so many problems that's almost I got solution from StackOverflow. But Now I'm facing an issue and can't get any desired solution, So, I'm writing this question. I want a textbox to autocomplete with JQuery...
Гость » 09 мар 2024, 10:59
Последнее сообщение Гость «
Гость »
Is there a way to convert the number back to it's original format without having to manually change it within csv? the format within the csv is general and i know by changing it to number it turns back to original but is there a way to fo it through...
Гость » 09 мар 2024, 10:42
Последнее сообщение Гость «
Гость »
I want to create a vpn client for android on MAUI.
I looked at the topics on stackoverflow on this topic, but the libraries specified there did not work, and with the Vpn Client class in the Android namespace.Net I have a problem, I don't...
Гость » 07 мар 2024, 13:55
Последнее сообщение Гость «
Гость »
I am using Blazor (web app) with .NET 8 and a dropdown (with MudBlazor). When the user chooses an item from the dropdown, I call an await function to the backend. The problem is it got delayed a few seconds after the user clicked on the dropdown to...
Гость » 07 мар 2024, 13:53
Последнее сообщение Гость «
Гость »
I want to validate a set of credentials against the domain controller. e.g.:
Username: STACKOVERFLOW\joel Password: splotchy Method 1. Query Active Directory with Impersonation A lot of people suggest querying the Active Directory for something....
Гость » 07 мар 2024, 13:52
Последнее сообщение Гость «
Гость »
Hi im new at c# and im trying to make like a messagebord.
The goal here is that a person can write in a rtf document and save it and it should be visible on another computer in my program. The problem is that I can't get my program to refresh so...
Гость » 07 мар 2024, 13:51
Последнее сообщение Гость «
Гость »
This code runs to the end, no TimeoutRejectedException. If I change the strategy to TimeoutStrategy.Pessimistic, it will enter the executed logic twice, before throwing the TimeoutRejectedException.
Гость » 07 мар 2024, 13:51
Последнее сообщение Гость «
Гость »
I am trying to open a pdf document located in the persistent data path, in the file explorer, in the hololens 2 device but when trying to open it by c# code in Unity, nothing happens. I've tried with the code provided in the question locted in this...
Гость » 07 мар 2024, 13:48
Последнее сообщение Гость «
Гость »
`Why my control RadRadioButtonList 'rgPcg' is not loading while we run the application and other two controls(tfName,RadioLabel) are displaying fine. it's not showing in designer.cs page as well.
I have placed same control in other screens and...
Гость » 07 мар 2024, 13:46
Последнее сообщение Гость «
Гость »
I created a custom IAsyncAuthorizationFilter attribute.
public class CustomeAttribute : Attribute, IAsyncAuthorizationFilter { public async Task OnAuthorizationAsync(AuthorizationFilterContext context) { var dto = new DTO(); var...
Гость » 07 мар 2024, 13:45
Последнее сообщение Гость «
Гость »
I'm performing a cleanup of the database in my code. It looks as follows:
#region Orders and SubOrders try { ... // this code tries to remove the Orders and the SubOrders } catch (Exception ex) { _logger.Error($ An exception occurred while...
Гость » 07 мар 2024, 13:42
Последнее сообщение Гость «
Гость »
I started using Visual Code instead of VS- Unfortunately, I can't figure out how to setup appSettings.config and reference the key values using Configuration Manager.
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения