Study!
2014년 1월 20일 월요일
asp.net (C#) WebMethod return string
index.cs
protected void Page_Load(object sender, EventArgs e) { string abc= GetData("asdf"); Response.Write(abc); } [WebMethod()] public static string GetData(string userid) { /*You can do database operations here if required*/ return "{'aa':'bb'}"; }
index.aspx
index.cs 에서 return 은 data.d 로 넘겨준다.
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기