Hi
Can anyone tell m?
Can we pass JavaScript data into ASP.NET If yes please tell me how we can do this?
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Jul 19, 2011, 2:34 AM
passing the values:
HTML:
Code Behind:
protected void Button1_Click(object sender, EventArgs e)
{
Response.Write(Hidden1.Value);
}
hope it help you......
reference: asp.Net forums
Posted Jul 19, 2011, 1:17 AM