开发者

Pass DateTime value to a ASMX webMethod using Jquery Ajax

开发者 https://www.devze.com 2023-02-23 14:59 出处:网络
Can some one help me to make a call to the web method who\'s signature is 开发者_StackOverflow社区shown below.

Can some one help me to make a call to the web method who's signature is 开发者_StackOverflow社区shown below.

public float[] GetTotalUagePerDay(DateTime startDate, DateTime endDate, int[] type);    


Pass a string to the webmethod and on the server run DateTime.Parse()

0

精彩评论

暂无评论...
验证码 换一张
取 消