如过想在前台调用后台的这个过程要使用什么javascript语句?
private void ScanNum(object sender,Sytem.EventArgs e)
{
//更改浏览次数*********************************wmw
up_string="update Resource set Res_HitCount=Res_HitCount + 1 where Res_ID='"+cid+"'";
this.checksysbase.ExecuteSQL(up_string);
//*******************************************
}