Questions




Answers
1
How to calculate distance between two geolocation?

I am calculating distance between two Latitude and long
one is the current location of the user and another from the database, I want here if the lat-long distance is between 4km then show data

how can I do it using C#?

...
Read More
Answers
1
How to apply CSS to only half Word or character?

I want to apply CSS to half word of character only, means I would like to create a character effect in which we have One-half of character as Blue color while another half as black or transparent white.

How to achieve it using pure CSS or javascript/CSS combination?

...
Read More
Answers
1
How to send value from model in view to javascript file?

In asp.net MVC, How can I send value from model in view to javascript file? 

...
Read More
Answers
2
Difference in Html.Partial vs Html.RenderPartial & Html.Action vs Html.RenderAction?

I would like to know difference between

  1. HTML.Partial and HTML.RenderPartial
  2. Html.Action and Html.RenderAction

in asp.net MVC, when we should use which HTML helper method?

Thanks

...
Read More
Answers
3
Could not find stored procedure

I am getting SQL Exception when calling stored procedure in my asp.net MVC the exception is : "Could not find stored procedure"

 

...
Read More
Answers
2
how to pass value to razor variables from JavaScript?

How can I pass value to razor variables from JavaScript in .cshtml(razor) page (asp.net mvc C#)?

Something like this

...
Read More
Answers
1
how to set, toggle and clear a bit in C or C++ language?

I would like to know how to set, toggle and clear a bit in C and/or C++ language?

...
Read More
Answers
1
how to create Owl carousel?

Hi,

 

Please, tell me, how to create an owl carousel?

plz 

...
Read More
Answers
3
how to modify url without reloading page?

How can I modify URL of a web page without reloading the complete page? Is it even possible using javascript or jquery?

I don't want to change the complete URL, just want to change URL after domain, i.e after https://www.test.com/change-from-here

thank you

...
Read More
Answers
2
How to retrieve an int from Stored Procedure and not an objectResult using EF ???

Hi,

 

im trying to set data from my project (mvc.net,c#) by web service and im using a store Procedure to set the data.

after setting i should recive an int id of the record that was created.

my problem is that the SP returns an objectResult when i run it from my project but when i execute it in SQL it returns int...

How to retrieve an int from Stored Procedure using EF ???

...
Read More

Page 49 of 54