function check()
{
document.getElementById("btnSAVE").click();
or
__doPostBack(document.getElementById('btnSAVE').name,'')
}
protected void btnSAVE_Click(object sender, EventArgs e)
{
BusinessLogic.SaveDate();
}
To read the json response like bellow @ concatenated with attribute '{ "@id": 1001, "@name&q...
No comments:
Post a Comment