I want to Know how can i pass the Value of Id which is in ViewData?Please see the below code?
Posted
by SAHIL SINGLA
on Stack Overflow
See other posts from Stack Overflow
or by SAHIL SINGLA
Published on 2010-04-27T09:49:48Z
Indexed on
2010/04/27
9:53 UTC
Read the original article
Hit count: 286
<%#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
© Stack Overflow or respective owner