Hi there,
In my Blazor Server application, I am trying to insert excel data into a SQL database table. I am getting this error, but couldn't figure out why.
Here is the sample excel, I am trying to bulk insert.
Here is the table;
CREATE TABLE [dbo].[RazerReconciliation](
[PID]...
Hello friends,
I am working on a Blazor Server application. I would like to upload an excel file, consisting of a couple of columns. (ReferenceId-guid, Order Date-datetime, Product Code-string, and Product Description-string) This excel file roughly has 200000 rows of data.
I am gonna use...
I working on asp.net core 5 mvc web application , I face issue I can't store Picture User on database table [dbo].[AspNetUsers].
so can you tell me how to store personal picture of user on table [dbo].[AspNetUsers].
I already add new column PictureUser on table [dbo].[AspNetUsers] to store...
Hello friends,
I am working on a Blazor Server App, here is the sample data.
SET IDENTITY_INSERT [dbo].[OrdersDetail] ON
INSERT INTO [dbo].[OrdersDetail] ([Id], [ProductCode], [ProductName], [Quantity], [CostRatio], [UnitCost], [TotalBuyPrice], [TotalSellPrice], [ShippingNumber], [Status]...
Hello,
Why I can't see my menu in Blazor?
Here is my code:
mainLayot:
@inherits LayoutComponentBase
<PageTitle>BlazorApp1</PageTitle>
<div class="page">
<div class="sidebar">
<saeedMenu />
@*<NavMenu/>*@
</div>
<main>
@*<div class="top-row px-4">...
Dear All,
I'm almost new to Razor pages and what I need to do is to set a bool value in a database after the user confirms operation on a modal.
The table model uses Dapper to query the SQL database. The problem is that, when I click on Close in the table, I can get MotorServiceId in the modal...
I'm looking to build a toolbar application using Blazor and i was wondering if it would be possible to make the app frameless ( removing the minimize/maximize and close buttons).
Can this be done or no?
Thanks!
When integrating electron into my asp.net core application I've noticed that some of the files are greyed out, and whenever I attempt to alter the code in the main.js or index.html file its not saving. Can anyone tell me why this is occurring?
My mentor has asked me to figure out a way to hook up code that was made using electron with another project that was made using asp.net core. This may sound like a stupid question but i was wondering how i would do this? I've never done anything like this before.
Hi, can anyone think of any possible reason why my visual studio 2019 keeps on crashing? Once i close it down, restart it and attempt to add more attributes to the controller class it freezes and then crashes.
This has happened before but I never found the solution to it.
Does anyone have an...
We have developed a system, written in c#: There are physical electronic controllers that have ethernet adapters. They communicate to the socket server over UDP which is writtren in c# (.net 4.8) as a dll with a winforms application on the front. There is a web based front end written in CoreASP...
Hello,
I've made my web app on Blazor server-side and I'm trying to publish it on a windows server. I tried different methods to publish but all came to the same conclusion.
HTTP Error 500.30 - ANCM In-Process Start Failure
Why am I having this problem? You can see the result on...
Hi;
I am not getting the condition to interpret char array with integer :
string AjusteICMSDocumentoId = "102345";
char[] array = entidade.AjusteICMSDocumentoId.ToCharArray();
if (array[1] == 0)
{
if (viewModel.TipoImposto !=...
I have windows form functions FillGrids and i need to convert to json format string
private static void FillGrids(Control.ControlCollection Controls, xForm frm)
{
foreach (Control co in Controls)
{
if (co is xDataGrid &&...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.