Questions




Answers
2
Where can I download SQL server 2016 express full?

Hi, I have searched on google about links to download complete sql server express 2016 full version but i wasn't able to find it, as previous version of SQL Server Express were available in both web and full downloads, so can anyone provide me link(s) to download full sql server express 2016(preferred) or 2017 edition or 2019 Express.

Need complete offline installer, thanks

...
Read More
Answers
2
Can anyone explain difference between a virtual and abstract function with example in C#?

Can anyone help me to understand the difference between virtual functions and abstract functions with the example in C#, I would like to understand it in easy languages as I am not able to get it reading books etc, so I can understand in which situation I should use which function(abstract/virtual)?

Thanks

...
Read More
Answers
1
How to Leverage browser caching for my CSS and js files.

How to Leverage browser caching for my CSS and js files?

...
Read More
Answers
1
How to save image/video on server with or without web api in MVC?

I have a website that shows galleries, users can upload their own content from the web (by entering a URL) or by uploading a picture from their computer.

I am storing the URL in the database which works fine for the first case but I need to figure out where to store the actual images if a user uploads pictures from their local computer.

Is there any recommendation here or best practice on where should I store these and how can i store it on server?

help me! thank you very much

...
Read More
Answers
2
How to send the push notification to browser using html5 and javascript ?

How to send the push notification to the browser using html5 and javascript?

...
Read More
Answers
1
Cannot connect with database using jQgrid in asp.net MVC

Hello, I am using jQGrid in asp.net MVC project, but I can't connect to database using the below code

...
Read More
Answers
1
Bootstrap dropdown not working

Suddenly, my bootstrap dropdown is not working on my website here is the code 

...
Read More
Answers
2
How to delete a single Record using Entity Framework?

How can I delete (remove) single record from database table using entity framework in asp.net MVC Controller?

please note I want to delete row of selected Id from the database permanently(Not to make a column IsActive and set it as false)

...
Read More
Answers
1
Not able to get or find element by data attribute using jquery

Hi, i am using the below jQuery code to find element using it's data-attribute in jQuery but i am not able to get it, here is my HTML Code

...
Read More
Answers
1
How to reset the column value using sql and knockout js in MVC?

If, we assign the rank to the column
Ex:
Name.   .   .    .   .      . Rank
A.                        .   .   .  1
B                                     2
C                            .   .   . 3

When the user adds the data, the rank is saved in DB(database).

How to update the rank in DB, when user delete the data using knockout?

On click of delete, there is one function called
Remove row
And in that function table row<tr> is removed using knockout.

Example: if we delete row B its order will be, -1 as deleted item will have rank/order -1 and order/rank of c will be 2

Is, there any alternative way to reset the column value in SQL or something else? 

Please, suggest me

Thank you

...
Read More

Page 35 of 54