Click here to Skip to main content
15,949,741 members

Comments by Kannannns (Top 20 by date)

Kannannns 3-Feb-16 0:39am View    
actully i am looking if its possible without any installation? and access them over network path, just as we connect database from datadirectory
Kannannns 25-Jan-16 0:27am View    
i want to write a windows form application , and this application is to be connected with azure cloud sql database.


i am looking for offline sync of azure to local sql express store, it means when internet connectivity is not available application will work in offline mode with local store in sqlexpress and as soon as connectivity is available it will be sync with azure,



So kindly help me with if anyone have any idea how to implement this, i have googled alot but not reached anywhere to start with
Kannannns 8-Aug-14 0:28am View    
$.ajax({
type: "POST",
url: "../loadmapstring.asmx/bindMapLocations",
data: "{s:sParam}", // passing the parameter
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(retValue) {
// Do something with the return value from.Net method
generateMarkersForSideBar(retValue);
}
});


i tried this but its not working
Kannannns 7-Aug-14 6:46am View    
$.ajax({
type: "POST",
url: "../loadmapstring.asmx/bindMapLocations",
data: "{s:sParam}", // passing the parameter
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(retValue) {
// Do something with the return value from.Net method
generateMarkersForSideBar(retValue);
}
});


i tried this but its not working
Kannannns 7-Aug-14 5:55am View    
but how do i call this C# function?