Ajax gets the fields in the database

Source: Internet
Author: User
Tags string
ajax| Data | Database CS Returns a field in the database where you can construct your own characters
[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; Getting data from the service side
Alert (DS); Display data
}

< INPUT style= "Z-INDEX:101; left:456px; width:56px; Position:absolute; top:96px; height:24px "type=" button "value=" Test ">

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.