Tuesday, 15 April 2014

jquery - How to pass data from .ASPX to .ASPX.CS (C#)? -



jquery - How to pass data from .ASPX to .ASPX.CS (C#)? -

i'm working in webform page , want pass info "client-side" (aspx) value returned jquery event "code behind" (aspx.cs).

thanks.

you can save value in hidden field , access server:

or

set value of hidden field in form using jquery's ".val()" doesn't work

c# jquery asp.net webforms

No comments:

Post a Comment