For example, right now I have my ASPX like so:
4条回答 花落未央 (楼主) 2021-01-26 14:47 this method GetCurrentDate running server side but this formObj.elements.item('someLabel').value running on client try this.. Start Date: public string GetCurrentDate() { return DateTime.Now.ToString("MM/dd/yyyy"); } for read value of input named as StartDate from server.. string postValue = Request.Form["StartDate"] 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
this method GetCurrentDate running server side but this formObj.elements.item('someLabel').value running on client
GetCurrentDate
formObj.elements.item('someLabel').value
try this..
Start Date: public string GetCurrentDate() { return DateTime.Now.ToString("MM/dd/yyyy"); } for read value of input named as StartDate from server.. string postValue = Request.Form["StartDate"] 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
public string GetCurrentDate() { return DateTime.Now.ToString("MM/dd/yyyy"); }
for read value of input named as StartDate from server..
string postValue = Request.Form["StartDate"]