Pass DateTime value to a ASMX webMethod using Jquery Ajax
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()
精彩评论