Link to home
Start Free TrialLog in
Avatar of Mr_Shaw
Mr_Shaw

asked on

pass javascript value to c# variable

is it possible to pass a value create from a javascript function into a c# Variable.
ASKER CERTIFIED SOLUTION
Avatar of Nirmalan Nagenthiran
Nirmalan Nagenthiran
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mr_Shaw
Mr_Shaw

ASKER

I have included an html textbox but I am not able to reference it in my c# code. The intellisence does not recoginse I have added it.

here is the html

<input id="TT" name="TT" type="text" />
Avatar of Mr_Shaw

ASKER

thanks