Study!
레이블이
asp.net(C#)
인 게시물을 표시합니다.
모든 게시물 표시
레이블이
asp.net(C#)
인 게시물을 표시합니다.
모든 게시물 표시
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)