Ajax获取数据库中的字段

80酷酷网    80kuku.com

  ajax|数据|数据库cs 返回数据库中的某个字段,你可以构造自己的字符
  [Ajax.AjaxMethod()]
  public  static string getDataSet()
  {
   SqlDataBase  SqlDB=new SqlDataBase(DSN);
   string strsql=String.Format(" Select * From User Where IsPower=0","User");
   DataSet ds=SqlDB.CreateSet(strsql,"IU_User");
   SqlDB.CloseConnection();
   return ds.Tables[0].Rows[0][0].ToString(); 
  }

client side
function getDataSet(){
   WebForm1.getDataSet(GetDataSet_callback);
}
 function GetDataSet_callback(response)
{
 var ds = response.value; //获取服务端的数据
 alert(ds); //显示数据


<  INPUT 101; LEFT: 456px; WIDTH: 56px; POSITION: absolute; TOP: 96px; HEIGHT: 24px" type="button" value="test" >

分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: