Questions




Answers
2
How to add windows authentication sql server connection string in Web Config?

I am currently using Entity Framework in my ASP.NET MVC web application, I would like to use windows authentication in SQL Server string, so how can do it?

Currently, I have web.Config configuration using username/password of SQL Server in the connection string as below

...
Read More
Answers
1
How can I center a video in HTML?

I am trying to simply center video in HTML, how can I do it without using "margin:0 auto", is there any other way to center video using CSS or HTML? Below is my sample HTML

...
Read More
Answers
2
Query to get all database name in SQL Server?

I am looking at this article Query in Sql server to list all stored procedures in all databases which give all stored procedures name in all database, so I would like to know SQL query to list all databases of an SQL Instance. As I would be allowing users to show list of databases in Front-end, to select and then get all stored procedures of the database.

...
Read More
Answers
1
When i upgrade ReportViewer from V11 to 15 Giving error

When i upgrade ReportViewer from V11 to 15 Giving error

...
Read More
Answers
1
How can I set JSON Serializer in ASP.NET Core (.NET 5)?

Hello, I am trying to work on JSON in ASP.NET Core MVC (using .NET 5.0 version), but I am not able to set JSON Serializer settings using it, I tried to use below code

...
Read More
Answers
1
How to remove element from an array in Javascript?

I am looking an easy and quick way to remove any element from an array in javascript, I can see there is way to add or remove new element in javascript using shift/unshift, but what about when I want to remove element from a specific position in an array? Something like this

...
Read More
Answers
1
How to compare two pdf in c#?

How can I compare Two pdf file in asp.net c#? Any examples or link, thanks.

...
Read More
Answers
2
Check if table exists then delete it in SQL Server

I am checking this article, which allow you to drop all tables of SQL Server database, but I just want to delete a specific table of the database, so how can I do it?

to check if table exists then drop it completely from the database, without risking any other DB table in SQL Server.

...
Read More
Answers
1
How to give dynamic margin in RDLC report

How i can give dynamic margin to the rdlc report in ASP.NET C#?

I have tried this code but it is not working.......

...
Read More
Answers
2
Error "Connection was established with server but error occurred during login process" SSMS

When I am trying to login into my local database server using SQL server management studio, I am getting an error, as shown below

A connection was successfully established with the server, but then an error occurred during the login process. 
(provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) 

...

Read More

Page 6 of 54