I want to Know how can i pass the Value of Id which is in ViewData?Please see the below code?
- by SAHIL SINGLA
<%#ViewData["id"] %
MarkerDetail
$(document).ready(function(){
$.ajax({
url:"/Marker/MarkerDetailPartial",
data:"",
success:function(result){
$("#ReplyDetails").html(result);
},
error:function(result){
}
});
});
& i want to send Id only By this Ajax