Anonymous » 02 мар 2024, 19:34
Последнее сообщение Anonymous «
Anonymous »
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...
Anonymous » 02 мар 2024, 19:33
Последнее сообщение Anonymous «
Anonymous »
I have a Winforms app written in c#, which needs to save a file on the desktop. I'm using Environment.GetFolderPath(Environment.SpecialFolder.Desktop) to get the path to the Desktop, and it runs fine. I need the app to also run on Linux (using...
Anonymous » 02 мар 2024, 19:28
Последнее сообщение Anonymous «
Anonymous »
I want to display data from two tables Purchase bill and Purchase bill details purchase bill is the main table and when we pass purchase bill id want to get purchase bill item details from sub-table.
I have pasted the code what I have tried, but I...
Anonymous » 02 мар 2024, 19:25
Последнее сообщение Anonymous «
Anonymous »
I want to append rows with textboxes like append in jq, here in C#
I tried the add controls in tablelayout but it cant it append on other rows but I want diffrent rows, and other way I try usercontrol I make a row and controls.add(panel1)...
Anonymous » 02 мар 2024, 19:15
Последнее сообщение Anonymous «
Anonymous »
This code:
public class Class1 { private Class2 _class2; private void Something() { Class2 class2; } } file class Class2 { } produces compiler error CS9051 on the member _class2 but not on the local variable class2 inside the method:
Anonymous » 02 мар 2024, 19:03
Последнее сообщение Anonymous «
Anonymous »
I couldn't find a c # library for tron. I want to transfer via api. There is a helper api tool at However, it is necessary to decode the parameter. I could not translate the function on the upper link to c #. Can you help me ?
Anonymous » 02 мар 2024, 18:58
Последнее сообщение Anonymous «
Anonymous »
I am calling external API and adding data into a SQL Server database in 10 tables, using C# and Entity Framework. Process is I am checking if the data is present in one table or not; if it is present, then I am skipping that table and so on in this...
Anonymous » 02 мар 2024, 18:56
Последнее сообщение Anonymous «
Anonymous »
Is it somehow possible to transform an entire collection instead of doing them one by one?
I am often in a situation where I need to convert elements in a list from one type to another type. The solution i usually end up with is something like...
Anonymous » 02 мар 2024, 18:43
Последнее сообщение Anonymous «
Anonymous »
I have an application (ASP NET .NET Framework) that is sending HTTP requests(calls) to my API (.net framework web API), Some times I have got errors like this - Only one usage of each socket address(protocol/network address/port) is normally...
Anonymous » 02 мар 2024, 18:42
Последнее сообщение Anonymous «
Anonymous »
I don't see an error at first sight. The List ids, doesn't take the data.Id value, which I take from @bind.Value=@data.Id. I don't know why. Pleasy any suggestions, I am new to data binding. I print out the list by the last Console... line and I get...
Anonymous » 02 мар 2024, 18:36
Последнее сообщение Anonymous «
Anonymous »
I am using a singleton that runs across multiple scenes (Dont Destroy on Load) that has access to methods and variables used to save & load values using player prefs. Everything works out well except for the currentAmount which is an int variable....
Anonymous » 02 мар 2024, 18:25
Последнее сообщение Anonymous «
Anonymous »
Actually my robot wants to move from source to target with obstacle avoidance. I find out the obstacle(rectangle shape) and Target(circle shape) in pixels. But i don't know how to find the path from source to target... Please help me.
Anonymous » 02 мар 2024, 18:21
Последнее сообщение Anonymous «
Anonymous »
I am placing a button in another application window using the code from the link below:
unfortunately the button is only visible for 2-3 seconds. then disappears. How can I find the reason. I want the button to be visible until the window in...
Anonymous » 02 мар 2024, 17:58
Последнее сообщение Anonymous «
Anonymous »
I am creating a new ASP.NET Core 8.0 Web API using Visual Studio 2022.
My problems are ASP.NET Core Web API is published successfully onto IIS, but only get data from the weatherForecast API (this is sample API), but data is not returned from my...
Anonymous » 02 мар 2024, 17:37
Последнее сообщение Anonymous «
Anonymous »
I have a ComboBox with the SelectedIndexChanged Event Handler that is firing twice back-to-back while I'm debugging it and other events/functions, but when I run it without debugging, it only fires once (which is what it's supposed to do). Other...
Anonymous » 02 мар 2024, 17:20
Последнее сообщение Anonymous «
Anonymous »
I'm trying to do dependency injection in my .NET project (application layer). I have two Base files for the interfaces and the classes. So I put this in my program.cs:
builder.Services.AddScoped(typeof(IAppAnexo), typeof(AppAnexo)); but Im getting...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения