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#?
...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?
...In asp.net MVC, How can I send value from model in view to javascript file?
...I would like to know difference between
in asp.net MVC, when we should use which HTML helper method?
Thanks
...I am getting SQL Exception when calling stored procedure in my asp.net MVC the exception is : "Could not find stored procedure"
...
How can I pass value to razor variables from JavaScript in .cshtml(razor) page (asp.net mvc C#)?
Something like this
...I would like to know how to set, toggle and clear a bit in C and/or C++ language?
...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
...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 ???